View Full Version : arg...not working...


kicker91
07-06-2003, 03:29 AM
what is wrong with this?

<html><head>
<style type="text/css">

A:link
{ text-decoration: none; color:#ffcba4; }
A:visited
{ text-decoration: none; color:#ffcba4; }
A:active
{ text-decoration: none; color:#ffcba4; }
A:hover
{ text-decoration: none; color:#ffcba4; cursor:move;

body {
font-family: arial narrow;
color: #ffcba4 ;
letter-spacing: -1pt;
font-weight: 500;
font-size: 9px;

scrollbar-face-color : #000000;
scrollbar-highlight-color : #ffcba4;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #ffcba4;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #ffcba4; }

</style></head>
<body bgcolor="black" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<img src="bla.gif">

<br><br><br>
bla bla bla<br>

<i><font color="red" size="8px">bla bla bla</i>
<font color="#ffcba4" size="9px"><br><br><br>

</body></html>

lefty
07-06-2003, 03:34 AM
{ text-decoration: none; color:#ffcba4; cursor:move; }

That's the only thing I can see, although it's difficult when we don't know what's wrong. ;)

christiandude03
07-06-2003, 03:36 AM
What's it doing or not doing?

kicker91
07-06-2003, 03:37 AM
nothing is working ;)


--edit--
thanx lefty ;)

christiandude03
07-06-2003, 03:39 AM
seems to work for me....add that } like left suggested and see what happens

lefty
07-06-2003, 03:41 AM
heh you're welcome :)

Brandon
07-06-2003, 04:06 AM
works for me too, exept the pic... but ya.