Results 1 to 2 of 2

Thread: html code
      
   

  1. #1
    nick2687 is offline Corporal
    Join Date
    Mar 2008
    Posts
    16

    Default html code

    I put this bit of html code into my website to give me my background,

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="ltr" lang="en"> <head> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <title>Reniassance </title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="generator" content="vBulletin 3.7.0" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <style type="text/css" id="vbulletin_css">
    /**
    * vBulletin 3.7.0 CSS
    * Style: 'Child of Empty Slate'; Style ID: 69
    */
    body
    {
    background: #020202;
    color: #9a9a9a;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    background-image:
    url('http://nevermore-aoc.com/Untitled2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }

    but for some reason with the older version of firefox (v 2.00 etc) the background wont show up, it will only show up as a white background with the code at the top of the page. but in IE, safari, and firefox v.3 it works great.

    Any ideas on how to make it worth with v.2 users?

    *sorry Im not sure where else to put this question*

    Thanks for your ideas in advance.

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: html code

    Try updating firefox.

    Most likely youve an error in the code and the other browsers are more forgiving. Id have to look at the source code further and the vb templates to tell you for sure.. thinking maybe the background and the color need to be on the same line.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49