View Full Version : help


oN3fou12tHr3e
08-02-2003, 04:09 AM
does anyone know the code for making a border thats only on the left and right side of a website page? and not like on the top or bottom? please reply if you know.

Arc Angel
08-02-2003, 04:45 AM
What kind of border do you mean? like around a table or something?

oN3fou12tHr3e
08-02-2003, 04:56 AM
uhmm no. like around the website page.

zZzashleizZz
08-02-2003, 05:05 AM
<STYLE TYPE="text/css">BODY {border-style:solid; border-top-width: 0px;
border-bottom-width: 0px; border-left-width: 25px; border-right-width: 25px; border-color:#cc0000;}</style>

......i think thats what u mean....im not sure....

oN3fou12tHr3e
08-02-2003, 05:10 AM
uh well what im looking for is a code for a border for a xanga page....am i confusing you? cause maybe im not making sense...i dun know...

zZzashleizZz
08-02-2003, 05:13 AM
well i use that for xanga cept i put it on the top and bottom and not on the left and right....so yeah...and i switched it so that theres a border on the left and right and not on the top...

oN3fou12tHr3e
08-02-2003, 05:19 AM
whoa! i looked at ur xanga and thats what i was looking for! do you think theres a way to change it to the left and right instead of the top and bottom? if you dont mind, can i have the code? or see it? or sumthing?

zZzashleizZz
08-02-2003, 05:28 AM
i posted the code and i changed it to the left and right....u just might wanna adjust it....

oN3fou12tHr3e
08-02-2003, 05:30 AM
okay...wait, you posted the code?

zZzashleizZz
08-02-2003, 05:41 AM
yeah....... but here i guess .....

<STYLE TYPE="text/css">BODY {border-style:solid; border-top-width: 0px;
border-bottom-width: 0px; border-left-width: 25px; border-right-width: 25px; border-color:#cc0000;}</style>

oN3fou12tHr3e
08-02-2003, 05:51 AM
oh! keke! thanks!