(Untitled)

Jul 04, 2003 23:17

Can anyone tell me how to put the dotted lines around the entry boxes.
<3

Leave a comment

Comments 3

autumn_mist September 27 2003, 12:48:40 UTC
I'm pretty sure (for this code anyway) you have to have it set to "generator" for this to work but the code I used was: (make sure you remove the spaces next to any "<" or ">"

GLOBAL_HEAD< =
< style type="text/css" >
< !--
body, td, font, div, p {
font-family: "verdana";
font-size: 10pt;
}
}
table {
border: 3px dotted #FF0066;
}
table table {
border: 0;
}
-->
< /style >
< =GLOBAL_HEAD

Reply

spikes_fan_girl June 14 2005, 00:49:27 UTC
do you know any other overrides? like for background pictures and such?

Reply

autumn_mist June 14 2005, 02:12:29 UTC
Sure do. What were you looking for?

Reply


Leave a comment

Up