HTML no worky :c

Typewriter

Well-Known Member
153
2007
0
Credits
3,350
Im wondering why my background wont work (in ittalics)
Rest of it works fine.








Tipewriter Software



div[link]:link {color:red}

div[link]:visited {color:silver}

div[link]:focus {color:orange}

div[link]:hover {color:red;font-weight:bold}

div[link]:active {color:#83002C;font-weight:bold}

h1, h2 {font-family: "Bank Gothic", Krungthep, Lucidia Console}

h3 {font-family: "Helvetica Neue}


#wrap {background-image: url(bgimage.jpg);background-repeat: repeat-x;background-repeat: scroll}












happy0007.gif
 
Why do you have CSS mixed in with html?



winking0056.gif
welcome

Now, you should place that where you created the box, or the box background color..
 
QUOTE (Demon_Skeith @ November 01, 2007 06:14 pm) what do you mean it won't work in ittalics?
I mean the bits that wont work for me are shown in ittalics in my post.
(confusing, i know)


QUOTE Why do you have CSS mixed in with html?



welcome

Now, you should place that where you created the box, or the box background color..

Becuase its an internal style sheet. I want the background of the page to be an image.

Im kind of newish to html, so forgive my n00byness.
 
Back
Top