Several different body tags

Dear Great Ones,
Hi, and hope all is well...
In the site, there are different sections of the site that have different colored backgrounds. That is some sections have blue, some yellow, some pink, for example.
These are styled with the body tags, meaning the different sections have body tags assigned different colors.
When using CSS does one have to have a different style sheet for each different color body tag background, or is there someway to assign, say 3 sections that each use a different color body tag a name so all the body tag colors can be on the same style sheet?
For example: say section 1 is blue, section 2 is pink, sectioin 3 is yellow. Can there be 1 style sheet that lists all 3 body tags with their different colors?
What do you think?
Thanks ever so much,
Sincerely,
Hope

hope1 wrote:
Dear Snakeyez02,
Thank you very much for your kind reply and caution..
Ok, that is understandable.
What about styling, say, all the html docs in 1 folder have blue assigned to the body tag, and all the html docs in another folder have pink assigned to the body tags. Is there some way to list those all on one CSS style sheet? Or does one have have 2 different style sheets?
Thanks again so very much,
Sincerely,
Hope
In this example you would need 2 style sheets if you are redefining the body tag.  Typically if your pages will be styled differently like with drastically different background colors you would probably want to load different colors for other elements on that page so that you are using complimentary colors and do not bother your visitors.
There is nothing wrong with having different style sheets for this type of use.

Similar Messages

  • Error in body tag handling in WLS 7.0

              Hi,
              I've tried to port an Web Application to WLS 7.0. This app was originally developed
              under 5.1, and was later on ported to WLS 6.1. In all WLS versions the behaviour
              of our custom tags seems to be equal. But on WLS 7.0 I've found out, that tags, implemented
              as body tags (in my special case the bodycontent was declared as "tagdependent")
              are completely ignored when no body is given. For example if the tag is used in an
              JSP like
              <prefix:mytag>
              </prefix:mytag>
              the tag works. If the tag is used like
              <prefix:mytag/>
              It is completely ignored. The resulting HTML page still contains <prefix:mytag/>.
              Because the behaviour was different in releases pre 7.0 i assume this is a new bug
              in WLS 7.0.
              Regards,
              Christian
              

              I've found out, that BodyTags which are declared as "tagdependent" in the tld file
              are completely ignored if no body is given. You can see this if you take a look at
              the generated servlet class.
              BodyTags which are declared as "JSP" do work with empty body.
              Regards,
              Christian
              "Christian Lauer" <[email protected]> wrote:
              >
              >Hi,
              >
              >I've tried to port an Web Application to WLS 7.0. This app was originally
              >developed
              >under 5.1, and was later on ported to WLS 6.1. In all WLS versions the behaviour
              >of our custom tags seems to be equal. But on WLS 7.0 I've found out, that
              >tags, implemented
              >as body tags (in my special case the bodycontent was declared as "tagdependent")
              >are completely ignored when no body is given. For example if the tag is
              >used in an
              >JSP like
              >
              > <prefix:mytag>
              > ...
              > </prefix:mytag>
              >
              >the tag works. If the tag is used like
              >
              > <prefix:mytag/>
              >
              >It is completely ignored. The resulting HTML page still contains <prefix:mytag/>.
              >
              >Because the behaviour was different in releases pre 7.0 i assume this is
              >a new bug
              >in WLS 7.0.
              >
              >Regards,
              >Christian
              

  • Missing body tag from my code?

    Hi, my server (Domain Express / Parallels) won't let me edit my live website (in WYSIWYG mode) because it can't find the <body> tag. It all works perfectly in the site I created in iWeb - www.franhayterconsulting.co.uk , but not working at all in the one I have used Dreamweaver for - www.kateharrisconsulting.co.uk . Is there a genius out there that can help spot what I've done differently?
    As a newbie, iWeb and Dreamweaver are so helpful for simple sites - but unfortunately the first sign of a problem and I'm clueless!! Thank you so much for any advice, much appreciated indeed.

    The minimum structure for an HTML document looks like
    <!doctype html>
    <html>
         <head>
         </head>
         <body>
         </body>
    </html>
    The highlighted tags are not present in your document.
    Also have a look here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.kateharrisconsulting.co.uk%2F
    Gramps

  • Unbalanced Body Tag on a line that doesn't exist

    I'm receiving an unbalanced body tag error on line 129 and
    line 194, however these two lines don't exist in the template
    ALSO, whenever I create new pages from the template it
    automatically tries to save the new pages as .dwt and places them
    in the templates folder instead of the chosen format of html.
    Please advise. (see code attached)

    > I'm receiving an unbalanced body tag error on line 129
    and line 194,
    > however
    > these two lines don't exist in the template
    This definitely means your page is scrambled.
    > ALSO, whenever I create new pages from the template it
    automatically tries
    > to
    > save the new pages as .dwt and places them in the
    templates folder instead
    > of
    > the chosen format of html.
    This REALLY definitely means your page is scrambled. Are you
    using FILE |
    New From Template when you create these new pages?
    Looking at the code below, I can see several anomalies.
    1. There is this unnecessary line - <!-- TemplateInfo
    codeOutsideHTMLIsLocked="false" -->. Why is it there?
    2. There is NO editable region around the <title> tag.
    3. There is NO editable region in the head of the page in
    addition to #2,
    above.
    These last two are the sign of an improperly made template.
    Do this -
    Create a new page (Basic HTML).
    Use FILE | Save as Template....
    Look at the code in the head region of the page, particularly
    the editable
    region around the <title> tag, and the other editable
    region in the head
    called "head".
    Make your template file look like that.
    Always use FILE | Save as Template when you create your
    templates and you
    won't have this problem again.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Treasure" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm receiving an unbalanced body tag error on line 129
    and line 194,
    > however
    > these two lines don't exist in the template
    >
    > ALSO, whenever I create new pages from the template it
    automatically tries
    > to
    > save the new pages as .dwt and places them in the
    templates folder instead
    > of
    > the chosen format of html.
    >
    > Please advise. (see code attached)
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    >
    > <head>
    > <!-- TemplateInfo codeOutsideHTMLIsLocked="false"
    -->
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    >
    > <title>I AM's Temple Christian Academy,
    Plainfield, NJ 07060</title>
    >
    > <style type="text/css">
    > <!--
    > body {background-image: url(../images/background.gif);
    > background-repeat: no-repeat;}
    > p {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > font-style: normal;
    > color: #000000;
    > background-color: #FFFFFF;
    > }
    > -->
    > </style>
    > <link href="../iatca.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    > a:link {color: #990000;}
    > a:visited {color: #006699;}
    > .style1 {font-size: 9px}
    > .style9 {font-size: 12px;
    > color: #FFFFFF;
    > font-weight: bold;}
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <table width="1018" height="937" border="0">
    > <tr>
    > <td width="1012" height="933"
    valign="top"><table width="1002"
    > border="0"
    > cellpadding="16" cellspacing="0">
    > <tr>
    > <td height="17" colspan="3"> </td>
    > </tr>
    > <tr>
    > <td height="108" colspan="3"
    valign="middle"> </td>
    > </tr>
    > <tr>
    > <td width="17%" height="729"
    valign="top"><table width="100%"
    > border="0">
    > <tr>
    > <td><a
    href="../index.htm">Home</a></td>
    > </tr>
    > <tr>
    > <td><a href="../about.htm">About
    IATCA</a></td>
    > </tr>
    > <tr>
    > <td><a href="../schoolhours.htm">School
    Hours </a></td>
    > </tr>
    > <tr>
    > <td><a href="../history.htm">History of
    IATCA </a></td>
    > </tr>
    > <tr>
    > <td><a href="../calendar.htm">School
    Calendar </a></td>
    > </tr>
    > <tr>
    > <td><a
    href="../admission.htm">Admissions</a></td>
    > </tr>
    > <tr>
    > <td><a href="../accounting.htm">Accounting
    Policy</a></td>
    > </tr>
    > <tr>
    > <td><a
    href="../fees.htm">Fees</a></td>
    > </tr>
    > <tr>
    > <td><a
    href="../tuition.htm">Tuition</a></td>
    > </tr>
    > <tr>
    > <td><a
    href="../academics.htm">Academics</a></td>
    > </tr>
    > <tr>
    > <td><a href="../dresscode.htm">Dress
    Code</a></td>
    > </tr>
    > <tr>
    > <td height="19"><a
    href="../classguidelines.htm">Classroom
    > Guidelines</a> </td>
    > </tr>
    > <tr>
    > <td><a
    href="../miscellaneous.htm">Miscellaneous</a></td>
    > </tr>
    > <tr>
    > <td><a
    href="../grading.htm">Grading</a></td>
    > </tr>
    > <tr>
    > <td height="17"><a
    href="../parentprayer.htm">Parent's
    > Prayer</a>
    > </td>
    > </tr>
    > <tr>
    > <td><a href="../studentprayer.htm">Student
    Prayer </a></td>
    > </tr>
    > <tr>
    > <td><a href="../contact.htm">Contact
    Us</a></td>
    > </tr>
    > </table></td>
    > <td width="62%" valign="top"><!--
    TemplateBeginEditable
    > name="body" -->
    > <p>content</p>
    > <!-- TemplateEndEditable --></td>
    > <td width="21%" valign="top"><!--
    TemplateBeginEditable
    > name="News" -->
    > <p>news</p>
    > <!-- TemplateEndEditable --></td>
    > </tr>
    > </table>
    > <p align="center" class="style1">For questions
    about this site,
    > contact <a
    > href="mailto: [email protected]">Melanie
    Waters</a> <a
    > href="
    http://www.proverbs3.org">www.proverbs3.org
    </a></p></td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

  • Attach multiple stylesheets to one tag (body tag)

    Dear People, Hi.
    This is a first for me since Adobe bought Macromedia, so
    please be patient................
    Anyway.
    I want to attach multiple stylesheets.
    What I need to do is to attach the stylesheet to the body tag
    to make a repeating backgorund header bar.
    Then I want to attach a small graphic just below the header
    bar BUT...it is NOT repeating...
    And then I want to attach a third small graphic which will be
    repeating but in a different direction.
    This is to anable the page to be fluid no matter what size
    the browser window is as the top, topright corner, and left colour
    images will form a frame for the page.
    Because I want it to be fluid so it will size dependant on
    the browser window, I cannot simply create ONE image of the frame
    and set it to right alignment......
    I do hope this makes sense !!!!!!!
    Thank you in advance
    Glen Gibbs

    > What I need to do is to attach the stylesheet to the
    body tag to make a
    > repeating backgorund header bar.
    You don't attach stylesheets to the body tag.
    > I do hope this makes sense !!!!!!!
    Sorry - it doesn't.
    Can you show us your page, please?
    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
    ==================
    "Ayrdan Design" <[email protected]> wrote in
    message
    news:eejt6t$a8v$[email protected]..
    > Dear People, Hi.
    > This is a first for me since Adobe bought Macromedia, so
    please be
    > patient................
    >
    > Anyway.
    > I want to attach multiple stylesheets.
    > What I need to do is to attach the stylesheet to the
    body tag to make a
    > repeating backgorund header bar.
    > Then I want to attach a small graphic just below the
    header bar BUT...it
    > is
    > NOT repeating...
    > And then I want to attach a third small graphic which
    will be repeating
    > but in
    > a different direction.
    > This is to anable the page to be fluid no matter what
    size the browser
    > window
    > is as the top, topright corner, and left colour images
    will form a frame
    > for
    > the page.
    > Because I want it to be fluid so it will size dependant
    on the browser
    > window,
    > I cannot simply create ONE image of the frame and set it
    to right
    > alignment......
    >
    > I do hope this makes sense !!!!!!!
    >
    > Thank you in advance
    > Glen Gibbs
    >

  • body tag problem

    I'am currently migrating my old website from Frontpage 2003
    to Dreamweaver CS3. I have beeen following a online tutorial, in
    which it details how to sucessfully move. I have come to a point in
    the tutorial which I do not understand. Here are the instructions:
    You must put a specifc code before and after all instances of
    your <body> tag. However, this tag may have varying
    attributes in different pages. Therefore:
    Replace all instances of your <body> tag containg your
    most standard attributes:
    <body (standard attributes)>
    with:
    <b*ody (standard attributes)>
    I do not understand the "<body (standard attributes)>".
    In find and replace, how do I find "standard attributes" and what
    does this mean?
    Any help would be greatfully recieved.

    Just out of curiosity -
    How many pages are in your site?
    Have you used FP Themes?
    Have you used FP Shared Borders?
    Can you post a link to the home page for this site?
    Anyhow, I see what he's doing. And it's clever.
    > Everything else before this was pretty straight forward
    but this whole
    > "(satandard attributes)" thing is confusing.
    Let's see the answers to the above questions, and I'll guide
    you as to the
    rest....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Syztemlord" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks for the input guys, here are the complete steps,
    I'm unsure how to
    > do
    > step 3.
    >
    > <body> tag
    > You must put a specifc code before and after all
    instances of your <body>
    > tag.
    > However, this tag may have varying attributes in
    different pages.
    > Therefore:
    >
    > 1. Replace all instances of your <body> tag
    containg your most standard
    > attributes:
    > <body (standard attributes)>
    > with:
    > <b*ody (standard attributes)>
    >
    > 2. Search the website for remaining occurrences of:
    > <body (without ">")
    > If there aren't any, you're done - go to point next step
    (b.3.).
    >
    > If there are, it means that some page have different
    <body> attributes
    > than
    > the standard one. Open one of these pages and replace
    sidewide all
    > intances of:
    > <body (other attributes)>
    > with:
    > <b*ody (standard attributes)>
    >
    > Take note of these other attributes for later steps:
    your are now loosing
    > them. Note that Dreamweaver only accepts one set of
    <body> attributes for
    > all
    > pages under a same template. At a later stage, you may
    create different
    > templates with other <body> attributes for pages
    that must have a
    > different
    > look (such as photo album pages).
    >
    > Repeat this step until there are no more occurrences of
    "<body" in your
    > website - meaning all <body> tags have been
    replaced with:
    > <b*ody (standard attributes)>.
    >
    > 3. Now replace sitewide:
    > <b*ody (standard attributes)>
    > with:
    > <body (standard attributes)>
    > <!-- I*nstanceBeginEditable name="Body" -->
    >
    >
    > Everything else before this was pretty straight forward
    but this whole
    > "(satandard attributes)" thing is confusing.
    >

  • Windows Explorer was crashing/restarting every few seconds and after trying several different methods of fixes, the only one that worked was removing Firefox, is there something I've missed that I can get Firefox back?

    I'm running a Toshiba Satellite laptop that was originally running Windows Vista 32-bit, but was upgraded by me to Windows 7 32-bit. On Windows Vista, all I would run was Firefox. I loved it!!! On Windows 7, I've noticed that Firefox kept hanging whenever I would try to download a file...from anywhere. I got so frustrated I went to try several different browsers. They all worked extremely quickly, whereas Firefox was working so slow, I could click on a link to a page, go get some lunch, come back and it still be trying to load the page. This was drastically unusual for Firefox. I used the other browsers and everything was fine for a week and then Windows Explorer started going down every few seconds. I went to the windows 7 forums and started looking. There were several suggestions on how to fix the problem, none of which worked for my compy. I tried restarting the compy in safe mode. That didn't help. I turned off every startup program except for the essentials and that DID work in keeping Windows Explorer from restarting. I then dove into the tedious task of trying to discern which 3rd party program was the offender. I removed everything from my compy that had been downloaded in the last ten days (well before the windows explorer issue, but not before the firefox issue). That didn't work either. I tried replacing an explorer file, which didn't work either. There were several other things I tried, as well, but nothing worked. Then, I saw a post that Firefox had caused the problem for one person. I went in and did as was suggested and completely removed Firefox and all associated files. Unfortunately, this worked. I haven't had any more trouble with windows explorer restarting. My big problem is, however, I can't run Firefox!!! And I LOVE Firefox!!! It's spoiled me! I hate Internet explorer, which is what I'm forced to run now. I've tried Safari and Google Chrome and don't like either one of those, either. I want my Firefox back! But if it's not working 100% it's less frustrating to be forced to live with the Internet Explorer. I'm going insane, here! Does anyone have any suggestions? I tried clearing out browser history, changing download files and a couple of other things and nothing worked with the Firefox to get it going better before I started having the Windows Explorer difficulty and had to completely erase the Firefox program. If I've missed any info, please don't hesitate to ask!! I'm happy to supply whatever I know about the issue!!

    uninstalled firefox ....deleted all files still remaining under mozilla firefox directory in program files ... to avoid having to reprogram all my settings, reisntall all addons as well .. I did not remove anything from mozilla firefox that is stored in either appdata or under the windows users directory (if any)
    ... the as suggested reinstalled the latest version of the firefox browser using the link you provided in the email ..; tested and several issues still remain present and unresolved ....
    so please this is urgent or I will have to jump browsers and start using chrome .. because we work 14 hours a day 6 (sometimes 7) days a week, to get ready for the launch of our newest venture and we cannot lose that much days on browser related issues ... so please instead of putting me through week long step process .. of do this .. do that .. can you please actually look into the issue from your end .. I use firefox for so many, many years thta I deserve this kind of support .. thnx Robert

  • I have an old Frank Sinatra CD called duets which I have imported but it has separated into several different albums one per track?How can I merge into the one album?s

    Can somebody advise how to remerge what has been imported as several different tracks into the original Album format?

    If you select the tracks all together in iTunes/ Songs then go to File/Get info you will be asked "Are you sure you want to edit information for multiple items?" Go ahead and you can make them into an album, putting in the artist name, etc.

  • ITunes 12 is making 1 album become several different albums with the same tracks.  How do I combine them again?

    I had an issue in past versions of iTunes, where I would rip a CD and, for some reason, iTunes would turn it into several different CDs instead of just one, even though everything about the album was the same (as in same artist, same album name, same year, etc).  It seems as though that issue has returned and one album with 6 tracks is now 3 albums (1 album has 1 song, another has 2 and the third has 3).  Yet, it's all the same album.  I re-entered the data for the album name and artist, but it doesn't work like the previous versions.  Anyone have any ideas why this is happening (other then bugs) or how to fix it?

    Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group of identical tracks to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin. This can happen, for example, if you start iTunes with a disconnected external drive, then connect it, reimport from your media folder, then restart iTunes.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background. Please take note of the warning to backup your library before deduping, whether you do so by hand or using my script, in case something goes wrong.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

  • Can I print several different pics of the same size on one shee  of papert?

    Hi,
    I should like to print a group of several different pics of the same size & resolution on one sheet of (A4) paper eg 6 family photos. There doesn't seem to be a template for this - just two choices of format (both with one large and a few smaller format) and there is no 'Printer' pop up menu.
    I tried to laboriously copy pics to a two column works word processing document (after resizing in a different one so that they would fit in the columns). This is time consuming and when down sizing the pics lose resolution!
    Maybe I can download templates somewhere on the apple site as suggested by apple care but I couldn't find out where. Maybe there is a possibility of doing some contact prints?
    Any help much appreciated - many thanks - John

    Select the 6 photos you want printed in the iPhoto Library or Album window.
    Choose File->Print.
    In the Print dialog box, Select the paper size in the Paper popup menu.
    In the Style popup menu, select N-Up.
    In the Photos per page popup select 6.
    The preview should show what you'll get. I hope its what you wanted.
    Message was edited by: Thomas Emmerich

  • Is there a way to order several different iPhoto projects at one time, on the same order? (to avoid paying shipping on each individual project?)

    Is there a way to order several different iPhoto projects at one time, on the same order? (to avoid paying shipping on each individual project?)

    No, unless they're all prints.
    (117535)

  • Hi my iPhone 4 won't turn on . When plugged in on several different chargers the following happens .  Blank screen then apple sign for a short period then it buzzes and goes blank. When connected to mac  get message that phone is in recovery mode and that

    Hi  my iPhone 4 won't turn on . When plugged in on several different chargers the following happens .  Blank screen then apple sign for a short period then it buzzes and goes blank. Have tried power button and home button but no change ,When connected to mac  get message that phone is in recovery mode and that i must restore this phone before it can be used with iTunes . Is this my last resort as I have some photoessays I don't want to loose.
    PPlease help

    Hello, Chantal105
    Thank you for visiting Apple Support Communities. 
    If your device is in recovery mode you will need to restore the device. 
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Cheers,
    Jason H.

  • Getting Body Tag Error When Updating Template In Dreamweaver

    I get an error message when I have tried to update the template, it says "unbalanced body tag" on line 138. Code is as follows:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>Universal Valve Co.</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>
    <!--#include file="../vsadmin/db_conn_open.asp"-->
    <!--#include file="../vsadmin/inc/languagefile.asp"-->
    <!--#include file="../vsadmin/includes.asp"-->
    <!--#include file="../vsadmin/inc/incfunctions.asp"-->
    <table width="900" border="0" align="center" cellpadding="0" cellspacing="4">
      <tr>
        <td rowspan="2"><img src="../images/UniversalLogo2011.jpg" width="294" height="123"></td>
        <td align="right"><a href="../search.asp">SEARCH</a> | <a href="../info.asp">INFORMATION</a>
          | <a href="../clientlogin.asp">DISTRIBUTOR LOGIN </a>| <a href="../orderstatus.asp">ORDER
          STATUS</a> | <a href="../contact.asp">CONTACT US</a></td>
      </tr>
      <tr>
        <td align="right"><form method="post" action="../search.asp">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></td>
      </tr>
      <tr>
        <td colspan="2" class="searchtd"><div id="topnav">
    <ul id="navlist">
    <li><a href="../default.asp">Home</a></li>
              <li><a href="../about.asp">About Us</a></li>
              <li><a href="../news.asp">News</a></li>
              <li><a href="../products.asp">Products</a></li>
              <li><a href="../info.asp">Information</a></li>
              <li><a href="../contact.asp">Contact Us</a></li>
              <li><a href="../products.asp">All Products</a></li><li><a href="../categories.asp">All Categories</a></li>
              <li><a href="../cart.asp">View PO</a></li>
            </ul></div></td>
      </tr>
    </table>
    <table width="900" border="0" align="center" cellpadding="0" cellspacing="4">
      <tr>
        <td colspan="5" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
      </tr>
      <tr>
        <td class="gray" width="1"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
         <td width="140" valign="top" class="leftSide">
    <ul>
            <li><a href="Accessories" _mce_href="http://www.universalvalve.com/categories.asp?cat=10">Accessories">http://www.u niversalvalve.com/categories.asp?cat=10">Accessories
              &amp; Tools</a></li>
            <li><a href="Air" _mce_href="http://www.universalvalve.com/products.asp?cat=12">Air">http://www.universalva lve.com/products.asp?cat=12">Air Towers</a></li>
            <li><a href="Air" _mce_href="http://www.universalvalve.com/products.asp?cat=16">Air">http://www.universalva lve.com/products.asp?cat=16">Air Tower
              Parts</a></li>
            <li><a href="E-85" _mce_href="http://www.universalvalve.com/products.asp?cat=15">E-85">http://www.universalv alve.com/products.asp?cat=15">E-85 Products</a></li>
            <li><a href="Environmental" _mce_href="http://www.universalvalve.com/products.asp?cat=9">Environmental">http://www.un iversalvalve.com/products.asp?cat=9">Environmental
              Products</a></li>
            <li><a href="Manholeshttp://www.universalvalve.com/products.asp?cat=14">Manholes</a></li>
            <li><a href="Pipe" _mce_href="http://www.universalvalve.com/products.asp?cat=2">Pipe">http://www.universalva lve.com/products.asp?cat=2">Pipe Guards
              & Bollards</a></li>
            <li><a href="Replacement" _mce_href="http://www.universalvalve.com/products.asp?cat=8">Replacement">http://www.univ ersalvalve.com/products.asp?cat=8">Replacement
              Parts</a></li>
            <li><a href="Signagehttp://www.universalvalve.com/products.asp?cat=11">Signage</a></li>
            <li><a href="Spill" _mce_href="http://www.universalvalve.com/categories.asp?cat=3">Spill">http://www.universa lvalve.com/categories.asp?cat=3">Spill
              Containment</a></li>
            <li><a href="Valves" _mce_href="http://www.universalvalve.com/categories.asp?cat=1">Valves">http://www.univers alvalve.com/categories.asp?cat=1">Valves
              & Fittings</a></li>
        <li><a href="../proddetail.asp?prod=pc001">Universal Curb Hose</a></li>
      </ul>
       <h1>Purchase Order</h1>
        <div align="center"><!--#include file="../vsadmin/inc/incminicart.asp"--></div>
    <h1><strong>Universal Valve</strong></h1>
    <ul><li><a href="../about.asp">About Us</a></li>
         <li><a href="../faq.asp">FAQ</a></li>
        <li></li>
        <li><a href="Bloghttp://universalvalve.wordpress.com/">Blog</a></li>
    <li><a href="Facebookhttps://www.facebook.com/pages/Universal-Valve-Co/180204745329542?v=info">Facebook</a></li>
    <li><a href="Twitterhttps://twitter.com/universalvalve">Twitter</a></li>
      <li><a href="../contact.asp">Contact Us</a></li>
      </ul>
       <p align="center"><br />
            <br />
       </p>
      </td>
        <td class="gray" width="1"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
        <td width="757" valign="top"><!-- #BeginEditable "body" -->     
    <h3>Page heading</h3>
    <p>Content goes here.</p>
            <!-- #EndEditable --></td>
        <td class="gray" width="1"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
      </tr>
    </table>
    <table width="900px" border="0" align="center" cellpadding="0" cellspacing="6">
          <tr valign="top">
            <td width="224" align="right"><p><strong>Customer Services</strong></p>
              <p>Phone: (800) 223-0741<br />
              Fax: (800) 443-8258<br />
              Email: <a href="[email protected]
    mailto:[email protected]">[email protected]</a></p></td>
            <td width="1" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt =""/></td>
            <td width="224" align="right"><p><strong>More Information</strong></p>
              <p><a href="../station.asp">Price Lists<br />
              Installation Instructions<br />
              Station Drawing</a></p>
            <p> </p></td>
            <td width="1" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt =""/></td>
            <td width="224" align="right"><p><strong>Catalog</strong></p>
              <p>Universal Valve Co. Catalog</p>
            <p> </p></td>
            <td width="1" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt =""/></td>
            <td width="224" align="right"><p> </p></td>
          </tr>
          <tr valign="top">
        <td colspan="7" align="right">&copy; Copyright 2013</td>
          </tr>
    </table>
    </body>
    </html>

    Murray,
    That is exactly what I did and I am still getting the error. Here is how the code looks now:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!-- #BeginEditable "doctitle" -->
    <title>Universal Valve Co.</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>
    <body>
    <!--#include file="../vsadmin/db_conn_open.asp"-->
    <!--#include file="../vsadmin/inc/languagefile.asp"-->
    <!--#include file="../vsadmin/includes.asp"-->
    <!--#include file="../vsadmin/inc/incfunctions.asp"-->
    <table width="900" border="0" align="center" cellpadding="0" cellspacing="4">
      <tr>
        <td rowspan="2"><img src="../images/UniversalLogo2011.jpg" width="294" height="123"></td>
        <td align="right"><a href="../search.asp">SEARCH</a> | <a href="../info.asp">INFORMATION</a>
          | <a href="../clientlogin.asp">DISTRIBUTOR LOGIN </a>| <a href="../orderstatus.asp">ORDER
          STATUS</a> | <a href="../contact.asp">CONTACT US</a></td>
      </tr>
      <tr>
        <td align="right"><form method="post" action="../search.asp">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></td>
      </tr>
      <tr>
        <td colspan="2" class="searchtd"><div id="topnav">
    <ul id="navlist">
    <li><a href="../default.asp">Home</a></li>
              <li><a href="../about.asp">About Us</a></li>
              <li><a href="../news.asp">News</a></li>
              <li><a href="../products.asp">Products</a></li>
              <li><a href="../info.asp">Information</a></li>
              <li><a href="../contact.asp">Contact Us</a></li>
              <li><a href="../products.asp">All Products</a></li><li><a href="../categories.asp">All Categories</a></li>
              <li><a href="../cart.asp">View PO</a></li>
            </ul></div></td>
      </tr>
    </table>
    <table width="900" border="0" align="center" cellpadding="0" cellspacing="4">
      <tr>
        <td colspan="5" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
      </tr>
      <tr>
        <td class="gray" width="1"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
         <td width="140" valign="top" class="leftSide">
    <ul>
            <li><a href="Accessories" _mce_href="http://www.universalvalve.com/categories.asp?cat=10">Accessories">http://www.u niversalvalve.com/categories.asp?cat=10">Accessories
              &amp; Tools</a></li>
            <li><a href="Air" _mce_href="http://www.universalvalve.com/products.asp?cat=12">Air">http://www.universalva lve.com/products.asp?cat=12">Air Towers</a></li>
            <li><a href="Air" _mce_href="http://www.universalvalve.com/products.asp?cat=16">Air">http://www.universalva lve.com/products.asp?cat=16">Air Tower
              Parts</a></li>
            <li><a href="E-85" _mce_href="http://www.universalvalve.com/products.asp?cat=15">E-85">http://www.universalv alve.com/products.asp?cat=15">E-85 Products</a></li>
            <li><a href="Environmental" _mce_href="http://www.universalvalve.com/products.asp?cat=9">Environmental">http://www.un iversalvalve.com/products.asp?cat=9">Environmental
              Products</a></li>
            <li><a href="Manholeshttp://www.universalvalve.com/products.asp?cat=14">Manholes</a></li>
            <li><a href="Pipe" _mce_href="http://www.universalvalve.com/products.asp?cat=2">Pipe">http://www.universalva lve.com/products.asp?cat=2">Pipe Guards
              & Bollards</a></li>
            <li><a href="Replacement" _mce_href="http://www.universalvalve.com/products.asp?cat=8">Replacement">http://www.univ ersalvalve.com/products.asp?cat=8">Replacement
              Parts</a></li>
            <li><a href="Signagehttp://www.universalvalve.com/products.asp?cat=11">Signage</a></li>
            <li><a href="Spill" _mce_href="http://www.universalvalve.com/categories.asp?cat=3">Spill">http://www.universa lvalve.com/categories.asp?cat=3">Spill
              Containment</a></li>
            <li><a href="Valves" _mce_href="http://www.universalvalve.com/categories.asp?cat=1">Valves">http://www.univers alvalve.com/categories.asp?cat=1">Valves
              & Fittings</a></li>
        <li><a href="../proddetail.asp?prod=pc001">Universal Curb Hose</a></li>
      </ul>
       <h1>Purchase Order</h1>
        <div align="center"><!--#include file="../vsadmin/inc/incminicart.asp"--></div>
    <h1><strong>Universal Valve</strong></h1>
    <ul><li><a href="../about.asp">About Us</a></li>
         <li><a href="../faq.asp">FAQ</a></li>
        <li></li>
        <li><a href="Bloghttp://universalvalve.wordpress.com/">Blog</a></li>
    <li><a href="Facebookhttps://www.facebook.com/pages/Universal-Valve-Co/180204745329542?v=info">Facebook</a></li>
    <li><a href="Twitterhttps://twitter.com/universalvalve">Twitter</a></li>
      <li><a href="../contact.asp">Contact Us</a></li>
      </ul>
       <p align="center"><br />
            <br />
       </p>
      </td>
        <td class="gray" width="1"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
        <td width="757" valign="top"><!-- #BeginEditable "body" -->     
    <h3>Page heading</h3>
    <p>Content goes here.</p>
            <!-- #EndEditable --></td>
        <td class="gray" width="1"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt="" /></td>
      </tr>
    </table>
    <table width="900px" border="0" align="center" cellpadding="0" cellspacing="6">
          <tr valign="top">
            <td width="224" align="right"><p><strong>Customer Services</strong></p>
              <p>Phone: (800) 223-0741<br />
              Fax: (800) 443-8258<br />
              Email: <a href="[email protected]
    mailto:[email protected]">[email protected]</a></p></td>
            <td width="1" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt =""/></td>
            <td width="224" align="right"><p><strong>More Information</strong></p>
              <p><a href="../station.asp">Price Lists<br />
              Installation Instructions<br />
              Station Drawing</a></p>
            <p> </p></td>
            <td width="1" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt =""/></td>
            <td width="224" align="right"><p><strong>Catalog</strong></p>
              <p>Universal Valve Co. Catalog</p>
            <p> </p></td>
            <td width="1" class="gray"><img src="../images/clearpixel.gif" width="1" height="1" alt =""/></td>
            <td width="224" align="right"><p> </p></td>
          </tr>
          <tr valign="top">
        <td colspan="7" align="right">&copy; Copyright 2013</td>
          </tr>
    </table>
    </body>
    </html>

  • I've tried to install flash player several different times ans each time i get a connection error message.It downloads fine and when i run the file to start install,it installs up to 5% and then i get the connection error message.Can someone please help m

    I've tried to download the flash player several different times and each time i get a connection error message.It downloads fine and when i run the file to start install, it installs up to 5% and then i get the connection error message. I've tried disabling my antivirus software, closing my browser for install and nothing.Can someone please help me? I'm using Firefox.

    Hi!
    I had the exact same issue, being on a mac. If you are on a mac and the connection error message occurs, then use this link http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_osx.dmg
    It allows you to download it offline, which is what I used.
    Hope I was help!
    -Haroon

  • HT2693 The sound will no longer come through my headphones on my iPad I've tried several different headsets.  The sound works as normal without the headphones but will still not come through the headphones even thoug I have tried to reset it twice. Please

    The sound will no longer come through my headphones on my iPad I've tried several different headsets.  The sound works as normal without the headphones but will still not come through the headphones even thoug I have tried to reset it twice. This is the new ipad with retina display and is only 2 months old and otherwise works fine. Please help!

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    Try the following to rule out a software problem
    - Reset the iPad. Nothing will be lost
    Reset iPad: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    Apple will exchange your iPad for a refurbished one for this price. They do not fix yours.
    iPad Service Answer Center                 
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPad Repair - iFixit

Maybe you are looking for

  • I have the new Macbook Air w/128Gb

    My wife just gave me a Great Macbook Air w/128Gb & 4Gb,  i want to use it at work, but need to use Windows 7 or 8 to access my companies Domain. Will Parallels or Fusion 5 work on the Air?  Are there any drawbacks, and which is best for this? Thanks,

  • NVIDIA metamodes, programs centered on screen, can't switch resolution

    So, following problem: programs that use a none-native resolution get centered on screen, but aren't scaled up (e.g baldurs gate is only a small rectangle of 640x480 in the middle of the screen). Games running native resolution run perfectly in fills

  • Entity Attribute Existence Check - Query Result Parameter not possible ?

    I already read the section of the ADF BC Developer Guide (9.6.2 Implementing an Efficient Existence Check). That works and maybe is the best solution, however I am working with a group of Forms Developers which are much more comfortable with writing

  • Laserjet 1200 stopped printing on Mac Book Pro

    I've had my MBP since May timeframe and my JetDirect shared LJ 1200 has always worked and just stopped recently. I loaded the upgrade to 10.4.8 around the same time. I get no errors on sending a document to the printer, it doesn't show in the queue b

  • Photoshop Cs5 64bit Middle East urdu writing problem

    hi i have win7 64bit and i install PS cs5 64bit but i not support urdu then i install 32bit then then it work but why 64bit version not work with urdu language properly