Results 1 to 6 of 6

Thread: Html Problem

  1. #1
    Poster
    Join Date
    May 2003
    Location
    North-east england UK
    Posts
    2,657
    can someone tell me what is wrong with my website, i have added the script for the scrollbar in the right place and it isnt working


    any ideas?

    Code:
    <head>
    <title>home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body,td,th {
    	color: #CCCCCC;
    }
    body {
    	background-color: #000000;
    }
    body {
    	scrollbar-face-color: #000000;
    	scrollbar-shadow-color: #000000;
    	scrollbar-highlight-color: #000000;
    	scrollbar-3dlight-color: #000000;
    	scrollbar-darkshadow-color: #000000;
    	scrollbar-track-color: #000000;
    	scrollbar-arrow-color: #FFFFFF; 
    }
    -->
    </style>
    </head>
    site

  2. Software & Hardware   -   #2
    where did you get the code
    There are 10 types of people in the world those who understand binary and those who dont

  3. Software & Hardware   -   #3
    Poster
    Join Date
    May 2003
    Location
    North-east england UK
    Posts
    2,657
    i got it from guistuff and i merged it with the background colour style and the text colour style

  4. Software & Hardware   -   #4
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    What isnt working?
    You want to change colors on the scrollbar? It's all black now....

    BOT

  5. Software & Hardware   -   #5
    ZaZu's Avatar I know stuff ...
    Join Date
    Sep 2003
    Location
    @Home
    Posts
    1,916
    Originally posted by Marius24@28 November 2003 - 14:29

    Code:
    <HTML>
    <head>
    <title>home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body,td,th {
    	color: #CCCCCC;
    }
    body {
    	background-color: #000000;
    }
    body {
    	scrollbar-face-color: #000000;
    	scrollbar-shadow-color: #000000;
    	scrollbar-highlight-color: #000000;
    	scrollbar-3dlight-color: #000000;
    	scrollbar-darkshadow-color: #000000;
    	scrollbar-track-color: #000000;
    	scrollbar-arrow-color: #FFFFFF; 
    }
    -->
    </style>
    </head>
    </HTML>
    site
    I think you need the html tags


    If you attack the establishment long enough and hard enough, they will make you a member of it.
    -- Art Buchwald --

  6. Software & Hardware   -   #6
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    His site is already up (that means that the HTML tags is already there, but He didnt post them in the code)

    BOT

Bookmarks

Posting Permissions

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