Posted by Jonathan N. Little on 10/19/05 06:58
Michael_jd wrote:
> Hi. A little while ago I posted on this newsgroup that a web page I had made
> (http://users.actrix.co.nz/hallhousehold/index.htm) wasn't turning up in
> google. The problem identified was that there were some errors in the code.
> I have tried my best to fix them -
>
> - I have changed the back-slashes to forward-slashes
> - I have changed the colour codes to having no quotes and having a #
>
> Are there any other errors that I need to fix? Sorry but I am just a part
> time web designer.
>
> Thanks for any time spent.
Have some boo-boos in your stylesheet though, do not quote the color and
other keywords in stylesheets
4.1.2 Keywords
http://www.w3.org/TR/CSS21/syndata.html#keywords
a:visited {text-decoration:none;color:"blue"}
^ ^
Should be: a:visited { text-decoration: none; color: blue }
a:hover {color:"green";text-decoration:"none"}
^ ^ ^ ^
td.logo_pic {background-color:"white";text-align:"center"}
^ ^ ^ ^
td.logo {background-color:"white"}
^ ^
h1.logo_text {font-size:35}
^^
And missing unit specifier, did you mean 35px?
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|