Lost design view in all site pages - multiples sites

Hi,
I have read through the FAQ's about loss of design view in Dreamweaver but still haven't found a pre-answered post so was hoping for some help.
I opened Dreamweaver CS3 this morning and could view pages in design view no problem in more than one page and project.  I then looked at a page in full code view, then back in design view and now I cannot view ANY project or site page in design view mode at all.  I can view the code in split and in code views and I can preview the pages in a browser.  But for none of my pages in different sites to be able to view I find odd.
My style rendering is set to screen media and the display styles option is ticked.
Thanks for any suggestions

Go to 'view' checkbox 'noscript content'.  Refresh the page.

Similar Messages

  • Is there any way to display the Design View in fluid grid pages?

    After upgrading to the newest version of DW CC 2014, I noticed that the Design View is disabled in Fluid Grid pages. You can only use the Live View to edit those pages. The Design/Live button displays on non-fluid pages.
    I'm wondering if there is a work-around to allow Design View editing on fluid pages. It is a major hassle to try to edit some things in the Live View. It would nice to have a choice.

    Have you actually tried using is? Try this?
    1) Create a new Responsive Layout. We’ll call it demo.php, fluid.css and the usual accompanying DW files.
    2) Enter demo.php and progress is normal. Everything works. You can choose to view both Live and Display and edit accordingly.
    3) Close down DW.
    4) Open DW and open demo.php
    5) There is NO LONGER a Display View option and Live View does not EDIT. (at least it doesn't for me)
    6) I can ONLY edit work in CODE view.
    Thus, on brand new files, all is fine. The moment DW is closed and the files becomes “old” it can no longer be seen or edited properly.
    How am I supposed to provide support to clients? How can I access a Responsive site I built last week when Live View will not edit and Display will not display?
    I feel this is a programming error, not a purposeful act.

  • Design View Not displaying the page

    Recently I asked the same question here but I think I did not explain myself correctly. I have hunted for answers but not found any so I am asking again with images this time.
    I have had this site written for me and I know it was written in DW. They claim that they can work with the file no problem but I certainly cannot.
    When I try to open it all I can see in the design view is the <div> boxes as below. If I display it in split view - live - I can see the page.
    Is this display what I should expect or is there some other reason like code errors ??
    Cheers and thanks for the help

    You have this -
    </head>
    <script>
    <!--
    function msgopen(url, name, w, h)
    w += 32;
    h += 96;
    var win = window.open(url,
      name,
      'width=' + w + ', height=' + h + ', ' +
      'location=no, menubar=no, ' +
      'status=no, toolbar=no, scrollbars=yes, resizable=yes,screenX=2,screenY=2,left=100,top=100,');
    win.resizeTo(w, h);
    win.focus();
    // -->
    </script>
    <style type="text/css">
    #preloader  {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #fefefe;
         z-index: 99;
        height: 100%;
    #status  {
         width: 200px;
         height: 200px;
         position: absolute;
         left: 50%;
         top: 50%;
         background-image: url(ajax-loader.gif);
         background-repeat: no-repeat;
         background-position: center;
         margin: -100px 0 0 -100px;
    </style>
    <body>
    In other words, you have a script block AND a CSS block between </head> and <body>. That's invalid code. Move it to where it belongs inside the <head> region.  You could have found this in an instant by checking the page here - http://validator.w3.org.

  • CS3 loses css formatting in design view for non-templated pages

    We recently upgraded to CS3. All of the pages on our site are
    templated except the home page. The home page, when viewed in
    design view in Dreamweaver, looks as if the css styles are missing.
    Sometimes refreshing the view causes some of them to appear, but
    not all. This didn't happen in the old version. And it's not
    happening (so far) on our templated pages. Any ideas?

    DW6x was not the sharpest knife in the drawer and would
    tolerate lots of
    things that DWCS3 will not.
    I suggest you do the following -
    * Change your doctype from this one (inserted by DMX6x, and
    broken) -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    to this one (valid and complete - the way DMX6x *should* have
    done it) -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    Now your page will render in Standards mode, and not quirks
    mode (a very bad
    thing).
    * Change this (in your stylesheet) -
    vertical-align: top;
    end FedFAQ
    /* ********************** COLLAPSE/EXPAND MENUS
    to this -
    vertical-align: top;
    /* end FedFAQ */
    /* ********************** COLLAPSE/EXPAND MENUS
    I am sure that by doing this you will see a remarkable change
    in your
    page....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "abna" <[email protected]> wrote in message
    news:f9fopl$it9$[email protected]..
    >
    http://dallasfed.org/index.cfm
    >
    > (tried to attach the code in the message, but kept
    getting error messages
    > from this site)

  • Design view didn't show page

    After making the simple tutorial about data binding
    the visual editor didn't show the page and it's components.
    I just report the bug.
    Any suggestion ?
    Thanks

    I have same bug. The jsp page is there but cannot see any components and cannot modify design and code.
    You can run it through project navigator.

  • Path issue leaving me unable to add blog post content in design view

    Hi guys,
    I am unable to add blog post content in design view when a template is applied to my blog. BC support have told me they fixed the problem by making minor changes to the paths of the css and javascript files and then told me to post on here for the solution.
    When I call the files using <link rel="stylesheet" href="/css/custom.css" /> everything displays perfectly but in BC I can't add blog post content in design view. I can edit in html but this isn't ideal for clients to update the blog.
    If I change the paths to <link rel="stylesheet" href="css/custom.css" /> it fixes the problem and I can then edit blog content in design view but all blog pages that are in folders display incorrectly. Only the main blog page display properly.
    I'm sure the answer is simple but I can't find it so any help would be greatly appreciated. Thanks
    Pete

    I took a look at your page URL and can't find any CSS issues or styles that would directly affect you editing/adding content to a blog post via the content editor.
    Make sure you either clear your cache or try in another browser to see if the problem is localized to your current browser.
    If you still have the problem can you link me to a screencast (you can use Jing if you don't have a screencast program: http://www.techsmith.com/jing.html) of what you are experiencing?

  • Design View not rendering content of pages

    I am the webmaster and lead developer for a state university. We have developed a responsive Dreamweaver template for our mostly non-coding users (admin assistants usually are assigned web tasks for some reason). You can see our site here http://www.wwu.edu/webtech . When we bring up pages in Design View, they cannot be edited; none of the content is visible. Live view is pretty good, but it's difficult for non-coders to edit in this window. For instance, in Design view they can just select Enter after a block of text to start a new <p>; In Live View you can modify an existing paragraph as if you were in Design View, but you cannot add elements without using the Insert tool. My non code users have no idea what the Insert menu is talking about. So my questions are:
    1. First - has anyone else hit situations where Design View did not work? Here is what it looks like for the site mentioned above:
    2. Any idea why design view cannot handle this page? It's a standard responsive site with media queries... I've tried stripping out complexity but cannot get it to work. It is valid HTML and passes tests.
    3. Am I using the wrong product? Can Muse handle Dreamweaver templates?

    Nancy O, osgood_, Fritz, thank you for your thoughts.
    Dreamweaver has been a wonderful tool for non-coders for many years. We developed templates for the groups, then all they had to do was put the content into the correct areas through the power of the Dreamweaver template. That is no longer possible it seems with the more complex, responsive templates. And yes, Osgood_ , it does appear that some pages will be rendered fine in Dreamweaver. Our older templates such as represented by this site: http://www.wwu.edu/bservices IS viewable and editable in Dreamweaver Design view. Those users are quite happy. However our newest responsive Dreamweaver templated sites such as http://www.wwu.edu/webtech and http://www.wuw.edu/registrar2 are not.
    What I'd really love is for an adobe engineer to sit down and look at our templates and let me know if there is anything I could do to make these templates usable in Design View.
    Our other alternative is to move away from static HTML and Dreamweaver and go entirely to WordPress and Drupal. I will miss Dreamweaver when this happens! I had hoped there was a place for those who did not want the complication of a Wordpress site...

  • Design View Not Displaying Pages with any Formatting

    I asked this question in another thread and somebody locked it.  The question is not answered.  My Design view is not displaying my files with any formatting.  I can view them in a browser, but not in Design view where I can see my work as I'm working.  While I can upload files to the remote server (host provider) the links got screwed up so files on the remote server don't show any formatting either.  Every link, thousands of links, are off by one word (folder) from where my site was residing on my hard drive.  When I try to make a change to the links manually then I can no longer view them with any formatting in my own browser either.
    On my local broswer on my PC the address line reads: http://localhost/folderNameIneedToDelete/filename.php
    On the live website (for my homepage) the address line reads http://websiteName.com/folderNameIneedToDelete/index.html
    (Here is the text from another thread that was improperly locked)
    I just added a remote server to my site so I could begin uploading files to my host provider.  When I saved the setup I saw a message popup about the cache changing.  Now when I try to view a file in Dreamweaver in Design View it doesn't recognize any of the external style sheets.  It displays with no formating.
    I can still view the pages in a browser and they look appropriate, just not in Design View where I can continue working on the site as I've been doing.
    How do I get Design View to display my pages properly again using the .css pages that apply to each page design?
    Thanks,
    Robert

    Murray, thanks for all your assistance.
    Before I edit thousands of links again I want to confirm I've interpreted all your info correctly.  If I setup everything as follows all my pages should work in Design View, browsers accessed from the "Preview/Debug in browser" icon in Dreamweaver and most importantly in a live environment at a host provider:
    Site Setup
    Site - Site Name:  anything including spaces
    Site - Local Site Folder:  C:\wamp\www\rootfoldername\
    Servers - Testing Server (Testing: checked)
    Server Name:  Testing Server
    Connect Using:  Local/Network
    Server Folder:  C:\wamp\www\rootfoldername\
    Web URL:  http://localhost/rootfoldername/
    Remote Server - Maintain synmchronization information:  checked
    Remote Server - Automatically upload files to server on Save:  unchecked
    Remote Server - Enable file check-out:  unchecked
    Testing Server - Server Model:  PHP My SQL
    Version Control - Access:  None
    Advanced Settings - Local Info - Default Images Folder:  C:\wamp\www\rootfoldername\_images\
    Advanced Settings - Local Info - Links relative to:  Document
    Advanced Settings - Local Info - Web URL:  http://sitename.com/
    Advanced Settings - Local Info - Case-sensitive links checking:  unchecked
    Advanced Settings - Local Info - Enable Cache:  checked
    Advanced Settings - Cloaking - Enable Cloaking:  checked
    Cloak files ending with:  unchecked
    Advanced Settings - Design Notes - Maintain Design Notes:  checked
    Advanced Settings - Design Notes - Enable Upload Design Notes for Sharing:  unchecked
    Advanced Settings - File View Columns - Name:  Built In - Show
    Advanced Settings - File View Columns - Notes:  Built In - Hide
    Advanced Settings - File View Columns - Size:  Built In - Show
    Advanced Settings - File View Columns - Type:  Built In - Show
    Advanced Settings - File View Columns - Modified:  Built In - Show
    Advanced Settings - File View Columns - Checked Out By:  Built In - Show
    Advanced Settings - Contribute - Enable Contribute compatibility:  unchecked
    Advanced Settings - Templates - Don't rewrite relative document paths: checked
    Advanced Settings - Spry - Asset Folder:  C:\wamp\www\rootfoldername\SpryAssets\
    Site File Structure - place files in the following folders:
    C:\wamp\www\rootfoldername
    webpages (html & php)
    _images  - [folder] (there are numerous image folders beginning with _images) containing .jpg and .png files
    _includes - [folder] containing attached .php files for the header, navigation and footer attached to every page
    _scripts - [folder] containing .js script files
    _styles - [folder] containing .css files (external style sheets)
    Connections - [folder] contains one php file (databasename.php)
    SpryAssets - [folder] containing system generated .js files .css files and .gif files
    ZendFramework - [folder] - I have no idea if the files in this folder are necesary and why it was placed here many months ago
    ** Links **
    Remove the leading / from every link in every file
    HTML5 shiv
    using an external link will always reflect the latest changes(Question) - If I link to this .js file externally at google instead of linking to a current copy in my _script folder could future changes to this external .js file cause future problems with the webpages that have this file attached?
    Remote Server
    Setup a remote server using the ftp address settings provided by the host provider.  (Question) Any settings defined for the future Remote Server (the first remote server was deleted when problems occured) will not cause any harm to anything involving the Testing Server such as viewing webpages in Design View, browsers accessed from the "Preview/Debug in browser" icon in Dreamweaver and will not cause any harm to any files eventually put to the host provider via that future Remote Server. Is that correct?
    Murray, thanks again for your help,
    Robert

  • Unable to see JSF pages in Design View after upgrade to Netbean 6.1

    Hi:
    I have a Sun Java Studio Creator Update 2 Project and I upgraded to Netbean 6.1 according to Sun's migration guide. It compiles and runs OK, but i can not see any page in design view at all.
    Any one has any idea?
    thanks

    Hi Sriram,
    I want to see  commit stats on SM50 while background job runs. I unable to see on after upgrade.
    all db stats are updated. On Sm50 screen unable to see Database commit count.
    Cheers,
    Harish

  • Design view disappears when I uncheck Restrict Page Occurrence

    Dear Adobe Forms Experts,
    I have an Adobe print form with two master pages: one mailing address page that should only occur once, as the first page, and then the main page, which can occur many times. I have been asked to make the mailing page conditional, based on the company code of the invoice. I followed a very useful discussion on SCN explaining how to do this with a HIDEPAGE global variable, wrapping all the fields on the page in a subform, and doing some FormCalc scripting for the subform.
    I was able to get the page to print as blank when the HIDEPAGE flag was set, but so far I have been unable to get the mailing page to go away altogether.
    I noticed that on the mailing page the "Restrict Page Occurrence" checkbox was checked, and the Min count was set to 1. Well, I thought, that could explain it; I'll just uncheck the "Restrict page Occurrence" checkbox, and all will be right with the world!
    Wrong! When I uncheck that checkbox, the Design View for my mailing master page disappears, and the mailing page never prints, regardless of the state of my HIDEPAGE global variable! When I recheck the checkbox, the design view reappears, and the mailing page goes back to printing a blank page when my HIDEPAGE flag is set.
    What in the world is going on here?! What am I doing wrong?
    Cheers,
    TerryB
    P.S. I am using Adobe LiveCycle Designer 9.0, and I believe the form was originally created using 9.0

    First off, in case anybody reading this in the future has any doubt, I will confirm that this discussion has morphed into the well-worn discussion on how to conditionally hide a page.
    Pavan,
        I am now working on a copy of the original form, so I have the freedom to do whatever I want. First off, thank you for the suggestion of right-clicking on the "data" very-top-level node in the hierarchy view, and selecting "Insert subform". That did the trick for adding the missing design view for my mailing page.
        I am now trying to reduce things to their simplest form, to reduce the number of places I could be going wrong. The mailing master page now contains nothing but a content area (which appears to be required). The design view for my mailing page now contains only two objects: the "D_HIDE_PAGE" flag, (bound to the global field in the interface, where I have put the code to conditionally set the flag), and a subform called "Show_Hide", which is set to "flowed". The flag field is wrapped in the Show_Hide subform. I added the following FormCalc code to the Initialize, form:ready, and layout:ready events of the Show_Hide subform:
    if ($.D_HIDE_PAGE == "X")
    then
    $.presence = "hidden" 
    endif
        When I do a print preview on the form for an invoice that does not set the flag, I see the label for my flag field on the mailing page. When I do a print preview for an invoice that DOES set the flag, I get a completely blank mailing page--but the blank page is NOT being suppressed!
        Just for grins I also tried adding the same FormCalc code to the same 3 events of the top-level subform of the design view (the one I added by right-clicking on the "data" node in the hierarchy view; I called this subform "MAIL_DESIGN"). Same results as before.
        I believe I've followed all the steps laid out in the many SCN discussions on this topic--but obviously I am still missing something. Any clues where I may have gone wrong?
    Cheers,
    TerryB

  • In Design View horizontal pages are cut off to portrait dimensions. How to fix this?

    I am trying to  edit a form in livecycle designers "Design View" mode. Some pages are horizontal but they are displayed all in portrait mode, cutting off the right side of these horizontal pages so i can not see or edit them. Is there some way to fix it so I can see all of the page on these hoirzontal pages?

    If you want fast and professional, spend the money for PVII's Pop-Menu Magic3.  You won't regret the investment.
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    As it stands right now, your responsive-nav.css file is 404 not found on server.  Personally, I wouldn't use Spry for anything.  But that's your cross to bear.
    Scroll down to the various media break points and add the code in bold red
    /* Mobile Layout: 480px and below. */
    .gridContainer {
        width: 100%;
    ul.MenuBarHorizontal {display:none}
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
    ul.MenuBarHorizontal {display:block}
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
    ul.MenuBarHorizontal {display:block}
    Nancy O.

  • 12c design view of JSF page fails to render with 'Loading failed  Reason: Connection reset by server'

    When in the design view of a JSF page, the page never renders in JDeveloper 12c.  Instead I get an error message 'Loading failed   Reason: Connection reset by server'.  I traced this to a conflict with the port used by Cisco Anyconnect (5001) which seems to be something JDeveloper uses as well to render the page.  Is there a way to change the port used to render the page in design mode?  I could not find any settings in the preferences.

    Hi Frank,
    The proxy settings are set to use the system default proxy settings in JDev and I have not needed to change it when VPN'ed. 
    The product that is in conflict is the 'AnyConnect Web Security Agent' (acwebsecagent.exe) which runs whether I am on vpn or am in the office - it is listening on port 5001 and that is the same port jdev64w.exe is listening to when rendering the page in the design mode.  I confirmed this using netstat -ab.  After  getting the conflicting program switched off temporarily, the design mode of the page was rendered within the IDE so that I could then drop components on the design surface.
    Since I cannot get the Cisco product to listen on a different port, I am hopeful there is a way to modify the port used by JDev.
    Thanks,
    Sunil

  • Images and styles not showing in Design view on CS3

    Hi all,
    I am playing around with a CSS website template that I downloaded and
    opened in DW-CS3. I am just using this to learn and play around with. It
    came with the style sheet, jpg images etc.
    I just noticed that when in Design view for the index page, that the images
    and styles, menus are not displaying, only the html text is visible in Design view.
    When I preview the site with a browser like IE or FF, it displays fine along with
    any changes I have made.
    Does anyone have any ideas?
    Regards,
    dano

    In DW, View > Style Rendering > Display Styles on?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Design view not showing

    I ftp'd the files and went to move the pictures and I cannot see the design view at all. Just code. I need to see the design view. Can you help? Usually my index page is .html not .php. I have learned on my own and I really need to fix this site. Thanks!
    <?php
                include ('Includes/connect.php');
                $query = "SELECT id, name, project FROM projects ORDER BY name ASC";
                $result = mysql_query($query);
                if (!$result) {
                                        die('Could not query:' . mysql_error());
                                        exit;
    ?>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>BuildAPlane.org - Kids Learning Science, Math and Technology by Building Real Airplanes</title>
    <link rel="stylesheet" type="text/css" href="bap.css">
    </head>
    <body topmargin="0" leftmargin="0" rightmargin="0">
    <table border="0" width="1024" style="border-collapse: collapse">
                <tr>
                            <td width="60" valign="top" style="background-image: url('images/sidebar.jpg'); background-repeat: repeat-y">
                            </td>
                            <td valign="top">
                            <div align="center">
                            <table border="0" width="95%" style="border-width:0; border-collapse: collapse">
                                        <tr>
                                                    <td align="right">
                                                                <font size="2"><a href="espanol.htm">ESPANOL</a> | <a href="contact.htm">CONTACT US</a></font><br>
                                                    </td>
                                        </tr>
                                        <tr>
                                                    <td>
                                                    <img border="0" src="images/buildaplane-logo.jpg" width="606" height="96"></td>
                                        </tr>
                                        <tr>
                                                    <td> </td>
                                        </tr>
                                        <tr>
                                                    <td>
                                                                <font size="2">HOME | <a href="what-is-buildaplane.htm">WHAT IS BAP</a> | <a href="advisory_board.htm">ADVISORY BOARD</a> | <a href="donate-aircraft.htm">DONATE AN AIRPLANE</a>  | <a href="start-a-project.htm">START A PROJECT</a>  | <A HREF="contribute.htm">CONTRIBUTE</a>  |  <a href="supporters.htm">SUPPORTERS</a></font>
                                                    </td>
                                        </tr>
                                        <tr>
                                                    <td> </td>
                                        </tr>
                            </table>
                                        <div align="center">
                            <table border="0" width="95%" style="border-width:0; border-collapse: collapse">
                                        <tr>
                                                    <td align="right" colspan="2"> </td>
                                        </tr>
                                        <tr>
                                                    <td width="50%">
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 0,0" width="453" height="343" id="buildaplane" align="middle">
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="false" />
                <param name="movie" value="buildaplane.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />            <embed src="buildaplane.swf" quality="high" bgcolor="#ffffff" width="453" height="343" name="buildaplane" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
                </object>
                                                    </td>
                                                    <td width="50%" rowspan="2" valign="top">
                                                    <div align="center">
                                                                <table border="1" width="80%" cellpadding="10" style="border-collapse: collapse" bordercolor="#FF0000">
                                                                            <tr>
                                                                                         <td bordercolorlight="#FF0000" bordercolordark="#800000" bordercolor="#FF0000">
                                                                                                      <b><font size="2" color="#FF0000">BuildAPlane Announces Teachers’ Day at AirVenture! >></b></font><br>
                                                                                                      <font size="2">
                                                                                                      BuildAPlane, a non-profit aviation education organization, will sponsor Teacher’s Day at the Experimental Aircraft Association's <b>AirVenture this year in Oshkosh, WI</b>.   The event is scheduled for <b>July 28th, 2009</b><br>
                                                                                                      <a href="teachersDayInfo.html">More Information</a> | <a href="teachersDay.html">Register Now</a><br><br>
                                                                                                      </font>
                                                                                         <!--
                                                                                         <a href="news.htm">BAP In The News &gt;&gt;</a></font></b><p>
                                                                                         <font size="2">Build A Plane, with the help of the
                                                                                         FAA and the aviation community, offers young people
                                                                                         with an interest in flying the chance to build
                                                                                         airplanes and build STEM skills.</font>
                                                                                         -->
                                                                                         </td>
                                                                            </tr>
                                                                            <tr>
                                                                                         <td><b><font size="2" color="#FF0000">
                                                                                         <a target="_blank" href="http://stores.ebay.com/Build-A-Plane-Aviation-Store">
                                                                                         BAP eBay Auction Store &gt;&gt;</a></font></b></td>
                                                                            </tr>
                                                                            <tr>
                                                                                         <td>
                                                                                                      <table border="0" cellpadding="2" cellspacing="0">
                                                                                                                  <tr>
                                                                                                                              <td aligin="left" valign="top">
                                                                                                                                          <b><font size="2" color="#FF0000">Current Projects &gt;&gt;</font></b><p>
                                                                                                                                          <img border="0" src="images/current-projects-shadow.jpg" width="175" height="166">
                                                                                                                              </td>
                                                                                                                              <td with="10"></td>
                                                                                                                              <td align="left" valign="top">
                                                                                                                                          <form name="projects" action="projects/viewProject.php" method="post">
                                                                                                                                                      <select name="id" onChange="this.form.submit();">
                                                                                                                                                                  <option value="">--VIEW A PROJECT--
                                                                                                                                                      <?php
                                                                                                                                                      for ($count = 1; $row = mysql_fetch_row($result); ++$count) {
                                                                                                                                                                  $id =  $row[0];
                                                                                                                                                                  $name =  $row[1];
                                                                                                                                                                  $name = substr($name, 0, 12);
                                                                                                                                                                  $project =  $row[2];
                                                                                                                                                                  $project = substr($project, 0, 12);
                                                                                                                                                      ?>
                                                                                                                                                                  <option value="<?=$id?>"><?=$name?>... <?=$project?>...
                                                                                                                                                      <?php
                                                                                                                                                      ?>
                                                                                                                                                      </select>
                                                                                                                                          </form>
                                                                                                                              </td>
                                                                                                                  </tr>
                                                                                                      </table>
                                                                                         </td>
                                                                            </tr>
                                                                            <tr>
                                                                                         <td>
                                                                                                      <font size="2" color="#FF0000"><b><a href="glassair_twoweeks.html">Build A Plane's Own Plane! >></a></b></font><br><br>
                                                                                                      <font size="2">
                                                                                                      High school kids, working with professional assistance at the Glasair factory, built a Sportsman 2+2 in just two weeks!<br>
                                                                                                      <a href="glassair_twoweeks.html">Read More...</a><br>
                                                                                                      </font>
                                                                                         </td>
                                                                            </tr>
                                                                </table>
                                                    </div>
                                                    </td>
                                        </tr>
                                        <tr>
                                                    <td width="50%">
                                                    <font size="2"><b>Build A Plane began operations in 2003 as a
                                                    non-profit organization dedicated to promoting aviation and
                                                    aerospace careers by giving young people the opportunity to
                                                    build real airplanes.</b> Aircraft construction and restoration
                                                    projects provide an exciting opportunity to motivate kids to
                                                    learn virtually any facet of science, technology, engineering
                                                    and mathematics when applied to this program.</font></td>
                                        </tr>
                                        <tr>
                                                    <td width="50%" align="left">
                                                    <b><font color="#FF0000" size="2">
                                                    <a href="what-is-buildaplane.htm">Learn more... &gt;&gt;</a></font></b></td>
                                                    <td width="50%">
                                                    </td>
                                        </tr>
                                        <tr>
                                                    <td width="100%" align="left" colspan="2">
                                                    </td>
                                        </tr>
                                        <tr>
                                                    <td width="100%" align="center" colspan="2">
                                                                <table border="0" width="100%" cellspacing="1" style="border-collapse: collapse">
                                                                            <tr>
                                                                                         <!--
                                                                                         <td width="33%" align="center" valign="top">
                                                                                                      <a href="http://www.flabob.org" target="_blank"><img src="images/flabob.jpg" border="0"></a><br>
                                                                                                      <font size="1">Thomas Wathen Foundation</font><br>
                                                                                         </td>
                                                                                         -->

    The page contains PHP markup, but it's not any that should interfere with your seeing something in Design view.  What is interfering with that is some invalid HTML on the page.  For example -
    <font size="1">American Telecommunications Certification Body</font><br></td>
                    </td>
    (note the </td> followed by another </td>)
    If I remove that extra </td> then your Design view becomes visible.  There are at least two other problems on this page -
    There is no doctype - thus, the page will be rendered by all browsers in QUIRKS mode.  That's a bad thing.  You should use an HTML 4.01 Transitoinal doctype on this and other pages.
    There is an improperly nested <font> tag here -
    <b><font size="2" color="#FF0000">BuildAPlane Announces Teachers’ Day at AirVenture! >></b></font>
    I'd fix all of these if I were you.
    The page also contains PHP scripting that is connecting to an online database, and extracting information that is used to populate the <select> tag in the projects form.  You will not see that tag populated with options in Design view.  To see it, you would need to have Apache and PHP installed, and have a testing server defined for this site.  Even then, you would only see that tag populated in Live view or on Preview, not in Design view.

  • CS 3 - design view unavailable

    I have "inherited" a site and when I open the pages in Dreamweaver CS3, I cannot see anything in Design View.
    All the code is there in Code View, and the site works. Does anyone have a solution for this?

    There is quite a bit:
    <html>
    <head>
    <title>PGA TOUR Wives Association</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
      with(navigator){
        var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
        var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
        if (!isIE || !isWin){ 
          var flashVer = -1;
          if (plugins && plugins.length > 0){
            var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
            desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
            if (desc == "") flashVer = -1;
            else{
              var descArr = desc.split(" ");
              var tempArrMajor = descArr[2].split(".");
              var verMajor = tempArrMajor[0];
              var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
              var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
              flashVer =  parseFloat(verMajor + "." + verMinor);
          // WebTV has Flash Player 4 or lower -- too low for video
          else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
          var verArr = reqVerStr.split(",");
          var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
          if (flashVer < reqVer){
            if (confirm(msg))
              window.location = "http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
    </script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    -->
    </style>
    <link REL="SHORTCUT ICON" HREF="http://pgatourwives.org/favicon.ico">
    <script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
    </head>
    </html>
    <html>
    <head>
    </head>
    <body bgcolor="61C42F" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_CheckFlashVersion('9,0,28,0','Content on this page requires a newer version of Macromedia Flash Player. Do you want to download it now?');">
    <table width="852" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
        <td align="left" valign="top" height="67" width="895" bgcolor="#FFFFFF"><a href="/index.php"><img src="images/headerlogo.gif" width="298" height="67" border="0"></a>    </td>
      </tr>
      <tr>
        <td width="895" height="172" align="left" valign="top"><p>
          <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','widt h','852','height','172','src','/images/wives_OLD','quality','high','pluginspage','http://w ww.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie','/i mages/wives_OLD' ); //end AC code
          </script>
            <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="852" height="172">
              <param name=movie value="/images/wives_OLD.swf">
              <param name=quality value=high>
              <embed src="/images/wives_OLD.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="852" height="172"> </embed>
            </object>
            </noscript>
            <script language="javascript" src="/fixit.js"></script>
          </p>    </td>
      </tr>
      <tr>
        <td align="left" valign="top">
          <table width="859" height="3071" border="0" cellpadding="0" cellspacing="0" bordercolor="B4B5B4">
            <tr>
              <td width="12" align="left" valign="top" bgcolor="ED2893"><img src="links/images/ping.gif" width="12" height="1"></td>
              <td width="14" align="center" valign="top" bgcolor="B4B5B4"><img src="links/images/grey.gif" width="14" height="1"></td>
              <td width="222" align="center" valign="top" bgcolor="#FFFFFF"> <br>
                <table width="435" border="0" cellspacing="0" cellpadding="5">
                  <tr>
                    <td align="left" valign="top">
                      <p align="center"><font size="4"><font face="Arial, Helvetica, sans-serif"><strong>Welcome!</strong></font></font></p>
                      <p align="justify"><font size="2" face="Arial, Helvetica, sans-serif">Welcome to the <span id="lw_1298489488_0">PGA TOUR</span> Wives Association website.  Here you can find out about the fundraising and volunteer service projects and opportunities our membership is involved in on a local and national basis.  We partner with many different organizations and supporters to raise money to support our mission:  helping children and their families through charitable events. It's a mission that we've been involved in for over 20 years, and with the help of local volunteers, tournaments and supporters, we hope to continue doing so.<br>
                        <br>
                      Take a moment, won't you, to see how we work in the cities and hometowns that host PGA TOUR events and see how each tournament gives back to its local community. And see how we try to give back a little more, to make things a little better, in the communities we touch.</font></p>
                      <p align="center" class="style2"><font face="Arial, Helvetica, sans-serif" size="2"><em>Giving
                   Time to Others<br>
    Giving Back to Communities<br>
    Giving Through Golf</em></font><br>
    </p>
                      <p align="center"><span class="style2">
    ...................................................................................... </span></p>
                                        <p align="center"><strong><font face="Arial, Helvetica, sans-serif">Youth Day</font></strong><font face="Arial, Helvetica, sans-serif"><br>
                                        <u>Transitions Championship</u></font></p>
                                        <p align="center"><iframe width="414" height="347" src="http://www.youtube.com/embed/EcNLP9wCk_E" frameborder="0" allowfullscreen></iframe> </p>
                                        <p align="center">.......................................................................... ............ </span></p>
                                        <p align="center"><strong><font face="Arial, Helvetica, sans-serif">Operation Shower</font></strong><font face="Arial, Helvetica, sans-serif"><br>
                                          <u>Northern Trust Open</u></font></p>
    <p align="center">
                                          <script type="text/javascript">
    AC_FL_RunContent( 'width','414','height','347','id','ep_1861','src','http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container?site=pgatour &profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/03/29/featcharityop showerpgatourmpg-2050425','bgcolor','#000000','allowfullscreen','true','allowscriptaccess' ,'always','wmode','opaque','movie','http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/ swf/cvp_embed_container?site=pgatour&profile=1&context=embed&contentId=/video/video/pga-to ur/features/2012/03/29/featcharityopshowerpgatourmpg-2050425' ); //end AC code
    </script><noscript><object width="414" height="347" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ep_1861"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="opaque" /><param name="movie" value="http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container.swf?site=pga tour&profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/03/29/featchari tyopshowerpgatourmpg-2050425" /><param name="bgcolor" value="#000000" /><embed src="http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container.swf?site=pga tour&profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/03/29/featchari tyopshowerpgatourmpg-2050425" type="application/x-shockwave-flash" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" width="414" wmode="opaque" height="347"></embed></object></noscript> </p>
                                        <p align="center">.......................................................................... ............ </span></p>
                                        <p align="center"><strong><font face="Arial, Helvetica, sans-serif">Style Your Sole</font></strong><font face="Arial, Helvetica, sans-serif"><br>
                                        <u>AT&T Pebble Beach National Pro-Am</u></font></p>
                      <p align="center"><script type="text/javascript">
    AC_FL_RunContent( 'width','405','height','303','id','ep_135','src','http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container?site=pgatour &profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/02/09/featTomsShoes 12attpebblenm603apg-1995557','bgcolor','#000000','allowfullscreen','true','allowscriptacce ss','always','wmode','opaque','movie','http://i.cdn.turner.com/pgatour/.element/apps/cvp/4 .0/swf/cvp_embed_container?site=pgatour&profile=1&context=embed&contentId=/video/video/pga -tour/features/2012/02/09/featTomsShoes12attpebblenm603apg-1995557' ); //end AC code
    </script><noscript><object width="405" height="303" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ep_135">
                          <param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="opaque" /><param name="movie" value="http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container.swf?site=pga tour&profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/02/09/featTomsS hoes12attpebblenm603apg-1995557" /><param name="bgcolor" value="#000000" /><embed src="http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container.swf?site=pga tour&profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/02/09/featTomsS hoes12attpebblenm603apg-1995557" type="application/x-shockwave-flash" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" width="405" wmode="opaque" height="303"></embed></object></noscript> </p>
                                        <p><font size="2" face="Arial, Helvetica, sans-serif">On Tuesday  evening in Pebble   Beach, the PGA TOUR Wives  Association partnered with TOMS Shoes and the tournament to host a <em>Style Your Sole</em> event.  PGA TOUR professionals and celebrities alike  spent the evening decorating a pair of TOMS Shoes that were later put up on the  auction block to raise money for the PGA TOUR Wives Association&rsquo;s designated  children&rsquo;s charities and the First Tee of Monterey.</font></p>
                      <p align="justify"><font size="2" face="Arial, Helvetica, sans-serif">Check out shoes from celebrites like Darius Rucker and Matt Cain, along with PGA TOUR professionals Rickie Fowler, Dustin Johnson, Jim Furyk and many more by clicking <a href="fundraising/index.php?_trkparms=65%3A12%7C66%3A1%7C39%3A1%7C72%3A5841&rt=nc&_ipg=25 &_sticky=1&_trksid=p3911.c0.m14&_sop=3&_sc=1">here</a> to read more.</font></p>
                      <p align="center">.......................................................................... ............ </span></p>
                                        <p align="center"><strong><font face="Arial, Helvetica, sans-serif">Blessings in a Backpack</font></strong><font face="Arial, Helvetica, sans-serif"><br>
                          <u>Waste Management Phoenix Open</u></font></p>
                                            <p align="justify"><font size="2" face="Arial, Helvetica, sans-serif">During the  Waste Management Phoenix Open, the PGA TOUR Wives Association returned to Nevitt Elementary    School for the third year of our Blessings  initiative there.  Members rolled up their sleeves and unpacked/unboxed the  food and set up the stations, ready for the packing process.  The children came through the lines, their  backpacks opened and carried in front and the food placed inside. During this  time, we chatted with the children as they walked through the line with smiling  faces, shy glances and thankful hearts.</font></p>
                                            <p align="justify"><font size="2" face="Arial, Helvetica, sans-serif">When the  food was distributed, we broke into groups and met with the children in their  classes. A secondary activity we had planned with the children was to write  letters to deployed Navy SEALS.  The  teachers told us it was a great project as the children researched what the  SEALS did and then began writing their letters.   Some children read their letters to us while others needed assistance to  complete them.  The completed letters  will be sent via the PGA TOUR&rsquo;s military outreach to let those who are serving  know that children care about them and admire what they are doing.</font></p>
                                            <p align="justify"><font size="2" face="Arial, Helvetica, sans-serif">To read more about our visit to Nevitt Elementary School, please click <a href="volunteering/index.php?_trkparms=65%3A12|66%3A1|39%3A1|72%3A5841&rt=nc&_ipg=25&_sti cky=1&_trksid=p3911.c0.m14&_sop=3&_sc=1">here</a>.</font></p>
                                            <p align="center">.......................................................................... ............ </span></p>
                                            <p align="center"><strong><font face="Arial, Helvetica, sans-serif">Blessings in a Backpack</font></strong><font face="Arial, Helvetica, sans-serif"><br>
                                                  <u>Farmers Insurance  Open</u></font></p>
                                            <p><font size="2" face="Arial, Helvetica, sans-serif">At the Farmers Insurance Open in San Diego the PGA TOUR Wives   had the pleasure to mix, mingle and pack backpacks full of food for the local   school that Farmers sponsors.  It was a   year ago this week that the PTWA joined Farmers to kick off the start of the   their sponsorship to the Doris Miller School in San Diego.  Farmers joined Blessings in a Backpack to   start the relationship and the end result is that kids are receiving backpacks   with weekend food on each Friday.  An   interesting note about Doris Miller School is that most of the parents are   military and so many of them are on deployments as we speak.  It seems pretty special that in this   particular school Farmers Insurance is helping children of our men and women   that serve our <a href="volunteering/index.php">country</a>! </font></p>
                      <p align="center">.......................................................................... ............ </span></p>
    <p align="center"><strong><font face="Arial, Helvetica, sans-serif">Blessings in a Backpack</font></strong><font face="Arial, Helvetica, sans-serif"><br>
                                                  <u>Sony Open in Hawaii</u></font></p>
                                            <p align="center"><img src="images/Blessings_Hawaii_12.jpg" width="401" height="177"></p>
                                            <p><font size="2" face="Arial, Helvetica, sans-serif">The PGA TOUR Wives Association  returned to Ke Kula &lsquo;o Samuel M. Kamakau school to celebrate our third year of  the Blessings in a Backpack program in Hawaii.  This year, we were joined by Leilani  Kupahu-Marino, who, through her vast knowledge of Hawaiian history, educated us  on the many customs we would be experiencing at the school.  Upon our arrival, she chanted the beautiful  traditional Hawaiian greeting which asks for permission to enter the &ldquo;home&rdquo;.  The children thenused the traditional Hawaiian responsive greeting and welcomed  us back to the school.</font></p>
                                            <p><font size="2" face="Arial, Helvetica, sans-serif">In addition to packing the  backpacks, we also spent the day playing traditional Hawaiian games with the  children <a href="volunteering/index.php">&lsquo;ulu maika...</a></font></p>
                      <p align="center"> </p>
                    </td>
              </table>    </td>
                      <td align="right" valign="top" width="300" bgcolor="B4B5B4"><table width="300" border="0" cellspacing="0" cellpadding="0">
                <tr bgcolor="#FFFFFF">
                  <th align="center" valign="middle" bgcolor="#FFFFFF" scope="col"><div align="justify">
                       <p align="center">
                         <script type="text/javascript">
    AC_FL_RunContent( 'width','382','height','298','id','ep_135','src','http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container?site=pgatour &profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/02/09/featTomsShoes 12attpebblenm603apg-1995557','bgcolor','#000000','allowfullscreen','true','allowscriptacce ss','always','wmode','opaque','movie','http://i.cdn.turner.com/pgatour/.element/apps/cvp/4 .0/swf/cvp_embed_container?site=pgatour&profile=1&context=embed&contentId=/video/video/pga -tour/features/2012/02/09/featTomsShoes12attpebblenm603apg-1995557' ); //end AC code
    </script><noscript><object width="382" height="298" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ep_135">
                           <param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="opaque" /><param name="movie" value="http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container.swf?site=pga tour&profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/02/09/featTomsS hoes12attpebblenm603apg-1995557" /><param name="bgcolor" value="#000000" /><embed src="http://i.cdn.turner.com/pgatour/.element/apps/cvp/4.0/swf/cvp_embed_container.swf?site=pga tour&profile=1&context=embed&contentId=/video/video/pga-tour/features/2012/02/09/featTomsS hoes12attpebblenm603apg-1995557" type="application/x-shockwave-flash" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" width="382" wmode="opaque" height="298"></embed></object></noscript>
                         </p>
                       <div id="video_description">
                       <p align="center"><strong><font size="3" face="Arial, Helvetica, sans-serif">Featured Video</font></strong><font face="Arial, Helvetica, sans-serif"><br>
                             <u><font size="2">Courtesy of PGA TOUR Productions</font></u></font><font size="2" face="Arial, Helvetica, sans-serif"><em><strong><br>
                           </strong></em></font></p>
                       </div>
                       </div></th>
                        </table>
                  <div align="center">
                    <? require("includes/main.inc");?>
                 <br>
             </div>
             <table width="344" height="391" border="2" align="center" cellpadding="0" cellspacing="0">
             <tr>
             <th width="338" height="387" bgcolor="#E2E0E1" scope="col"><p><font color="#000000"><u><strong><font size="5" face="Arial, Helvetica, sans-serif">STAY CONNECTED</font></strong></u></font></p>
               <p><a href="https://twitter.com/#!/pgatourwives" target="_blank"><img src="images/twitter2.jpg" width="201" height="98"></a><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"><strong><br>
               </strong><font size="+1">@PGATOURWives</font></font></p>
               <p><font color="#000000" size="2" face="Arial, Helvetica, sans-serif"><strong><font size="3">Become a Fan on Facebook</font><br>
               </strong><a href="http://www.facebook.com/pgatourwives" target="_blank">www.facebook.com/pgatourwives</a></font></p>
               <p><font color="#000000">
               <iframe src="http://www.facebook.com/plugins/like.php?app_id=147396582001318&href=http%3A%2F%2Fwww.face book.com%2FPGATourWives&send=false&layout=standard&width=301&show_faces=true&action=like&c olorscheme=light&font=lucida+grande&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:301px; height:80px;" allowTransparency="true"></iframe>
                </font></p>         </th>
             </tr>
             </table>
             <table width="323" border="0" cellspacing="0" cellpadding="0" align="center"><tr>
                  <th bgcolor="#FD6CA7" scope="col"><div align="center">
                    <p><font size="3" face="Arial, Helvetica, sans-serif"><strong>Online donations are now accepted!</strong></font><br> 
                      <font size="1" face="Arial, Helvetica, sans-serif">Click on a link below to make a secure donation through JustGive or PayPal.<em> Thank you for your support!</em></font><font size="2" face="Arial, Helvetica, sans-serif"><br>
                      </font></p>
                    </div>
                    <table width="145" border="0" align="left">
                      <tr>
                        <td><div align="center"><a href="http://www.justgive.org/nonprofits/donate.jsp?ein=59-2903646"><img src="/images/DonateNow120x40.jpg" width="120" height="40" border="0"></a></div></td>
                      </tr>
                    </table>
                    <table width="145" border="0" align="right">
                      <tr>
                        <td><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
                          <div align="center">
      <input type="hidden" name="cmd" value="_donations">
      <input type="hidden" name="business" value="[email protected]">
      <input type="hidden" name="item_name" value="PGA TOUR Wives Association">
      <input type="hidden" name="no_shipping" value="0">
      <input type="hidden" name="no_note" value="1">
      <input type="hidden" name="currency_code" value="USD">
      <input type="hidden" name="tax" value="0">
      <input type="hidden" name="lc" value="US">
      <input type="hidden" name="bn" value="PP-DonationsBF">
      <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">                      </div>
                        </form>                      </td>
                      </tr>
                    </table>
                    <p><a href="http://www.pgatourwives.org/fundraising/index.php"><br>
                    </a></p></th>
                    </tr>
                  </table>
                  <table width=323 height="316" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                  <th bgcolor="#E2E0E1" scope="col"><div align="center"><font size="3" face="Arial, Helvetica, sans-serif"><u><strong><br>
                          </strong></u><strong><style type=text/css> div {border:0px solid green;} img {border:0px;} #badgewrapper250 { width:250px; font-family:arial,helvetica,verdana; } #badgewrapper250 #badge_header { font-family:arial,helvetica,verdana; font-size:10px; width:250px; height:120px; background-image: url(http://www.goodsearch.com/_gfx/badges/header-250.png); } * html #badgewrapper250 #badge_header { background: transparent none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/header-250.png'); } #badgewrapper250 #badge_header_links { font-family:arial,helvetica,verdana; font-weight:bold; font-size:10px; text-align:center; color:#fff; padding-top:8px; line-height:14px; } #badgewrapper250 #badge_header_links a, #badgewrapper250 #badge_header_links a:visited { font-family:arial,helvetica,verdana; font-size:10px; color:#fff; text-decoration:underline; } #badgewrapper250 #badge_header_tagline { font-family:arial,helvetica,verdana; font-size:8px; color:#ffff00; text-align:center; padding-top:3px; letter-spacing:1px; line-height:10px; } #badgewrapper250 #badge_content { font-family:arial,helvetica,verdana; font-size:10px; width:250px; background-image: url(http://www.goodsearch.com/_gfx/badges/bg-content-250.png); } #badgewrapper250 #badge_content_text { font-family:arial,helvetica,verdana; font-size:10px; width:85%; margin:0px auto; line-height:16px; padding-bottom:5px; color:#333; } #badgewrapper250 #badge_linkblock { font-family:arial,helvetica,verdana; font-size:9px; width:250px; height:48px; background-image: url(http://www.goodsearch.com/_gfx/badges/links-250.png); } #badgewrapper250 #badge_linkblock select { margin:10px 0px 0px 10px; width:230px; font-size:9px; } #badgewrapper250 .badge_link { font-family:arial,helvetica,verdana; font-size:9px; width:85%; color:#003366; margin:0px auto; padding:0px; line-height:12px; } #badgewrapper250 #badge_linkblock a, #badgewrapper250 #badge_linkblock a:visited { font-family:arial,helvetica,verdana; font-size:9px; color:#003366; text-decoration:underline; } #badgewrapper250 .badge_link img { position:relative; top:5px; left:5px; display:inline; } #badgewrapper250 #badge_shareblock { font-family:arial,helvetica,verdana; font-size:9px; width:250px; height:34px; background-image: url(http://www.goodsearch.com/_gfx/badges/footer-250.png); } * html #badgewrapper250 #badge_shareblock { background: transparent none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/footer-250.png'); } #badgewrapper250 #badge_shareblock_link { font-family:arial,helvetica,verdana; font-size:9px; width:100%; text-align:center; padding-top:7px; } #badgewrapper250 #badge_shareblock_link img { padding-right:5px; position:relative; top:2px; display:inline; } #badgewrapper250 #badge_shareblock_link a, #badgewrapper250 #badge_shareblock_link a:visited { font-family:arial,helvetica,verdana; font-size:9px; color:#fff; text-decoration:underline; } </style>
                          <div id=badgewrapper250> <div id=badge_header> <div id=badge_header_links><a href="http://www.goodsearch.com/" target=_blank>GoodSearch</a> &amp; <a href="http://www.goodsearch.com/goodshop.aspx" target=_blank>GoodShop</a> </div> <div id=badge_header_tagline>YOU SEARCH OR SHOP... WE GIVE! </div><a href="http://www.goodsearch.com/?charityid=884818" target=_blank><img style="DISPLAY: block; LEFT: 30px; WIDTH: 190px; POSITION: relative; TOP: 20px; HEIGHT: 35px" alt="Search the Web" src="http://www.goodsearch.com/_gfx/spacer.gif" /></a> <a href="http://www.goodsearch.com/goodshop.aspx?charityid=884818" target=_blank><img style="DISPLAY: block; LEFT: 40px; WIDTH: 160px; POSITION: relative; TOP: 25px; HEIGHT: 20px" alt="Money-saving coupons" src="http://www.goodsearch.com/_gfx/spacer.gif" /></a> </div> <div id=badge_content> <div id=badge_content_text>Raise money for <span id=badge250nameSpan style="font-weight: bold"><a href="http://www.goodsearch.com/nonprofit/pga-tour-wives-association.aspx">PGA TOUR Wives Association</a></span> just by searching the web and shopping online! </div></div> <div id=badge_linkblock> <div class="badge_link"><a href="http://www.goodsearch.com/" target=_blank>Search the web now!</a> <a href="http://www.goodsearch.com/?charityid=884818" target=_blank><img alt=go src="http://www.goodsearch.com/_gfx/badges/button-go.png" /></a> </div> <div class="badge_link"><a href="http://www.goodsearch.com/goodshop.aspx" target=_blank>Money-saving coupons!</a> <a href="http://www.goodsearch.com/goodshop.aspx?charityid=884818" target=_blank><img alt=go src="http://www.goodsearch.com/_gfx/badges/button-go.png" /></a> </div></div> <div id=badge_shareblock> <div id=badge_shareblock_link><a href="http://www.goodsearch.com/getinvolved.aspx#badge" target=_blank><img alt="Add GoodSearch and GoodShop to your site" src="http://www.goodsearch.com/_gfx/badges/icon-email.png" /></a> <a href="http://www.goodsearch.com/getinvolved.aspx#badge" target=_blank>Add to your site</a> </div></div></div></p>
                    </div>
                    </th>
                    <tr>
                    </table>
                    </td>
            </tr>
                  <tr>
              <td bgcolor="ED2893" width="12">  </td>
              <td width="14" valign="top" align="right" bgcolor="B4B5B4"> </td>
              <td width="222" valign="top" align="right" bgcolor="B4B5B4"><img src="images/bottom_white.gif" width="444" height="12"></td>
              <td width="300" bgcolor="B4B5B4" align="left" valign="top"> </td>
            </tr>
            <tr>
              <td bgcolor="ED2893" width="12"> </td>
              <td bgcolor="B4B5B4" colspan="3" align="left" valign="bottom"><img src="images/bottom_grey.gif" width="758" height="10"></td>
            </tr>
            <tr align="left" valign="bottom">
              <td bgcolor="ED2893" colspan="4"><img src="images/bottom_pink.gif" width="770" height="11"></td>
            </tr>
          </table>    </td>
      </tr>
    </table>
    <p align="center">
    <? require("includes/bottom.inc");?></p>
    </body>
    </html>        

Maybe you are looking for

  • [SOLVED] Overheating MacBook Pro on AC power

    Hi, I'm coming over from OSX, dual-booting my MBP (2013, 11,1 model) with Arch and, I have to say, I'm loving it. After a couple of weeks of tinkering, I'm getting towards a really useable minimal system (dwm, uzbl-browser, urxvt, mutt - etc) but I h

  • Removing images from Apple TV

    How do you remove cached images from your Apple TV library? Home sharing is on; we have library's on our computer but old images remain on the Apple TV.

  • Getting my first BB

    Hi, I am thinking of getting myself a blackberry, however I keep reading that this divice is called curve 9300 3G and in my country it is called Curve 9300 is this the same phone? http://www.mobitel.si/telefoni-in-naprave/aparati.aspx here is a link

  • I need help installing the cloud and software

    running windows 7, older hp notebook, i am getting errors.  is it because i have a previous trial of adobe on my machine

  • $Resources:core,ContentEditorWebPartTitle;

    In a specific place within my page layout I want users to be able to edit the text. Sounds simple. I copied the Content Editor snippet from the Snippet Gallery and pasted it into my page layout.  But all it does is show me $Resources:core,ContentEdit