Help - Search - Members - Calendar
Full Version: boxed[borders] around left modules
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
denise_sez
hey.. does anyone know how to get 2 boxes or another border around the left modules.. i did it before, now i lost the code.. ermm.gif
tofumonzter
QUOTE(denise_sez @ 01-24-2004, 01:31 AM)
hey.. does anyone know how to get 2 boxes or another border around the left modules.. i did it before, now i lost the code.. ermm.gif

hm... i dun think there is sucha thing like that. is there?
megare
QUOTE(denise_sez @ 01-24-2004, 01:31 AM)
hey.. does anyone know how to get 2 boxes or another border around the left modules.. i did it before, now i lost the code.. ermm.gif

You can try..

CODE
<!-- begin code provided by createblog.com -->
table.mainleft {border-style:double}
<!-- end code provided by createblog.com -->


Hope that helps.
denise_sez
i tried it, it didnt work pinch.gif thanks anyways biggrin.gif
kevinma03
try

<!-- begin code provided by createblog.com -->
table.left {border-style:double}
<!-- end code provided by createblog.com -->
inrever1e
what they are failing to tell you is you have to be using css to use that one. if you aren't add this:

<style type="text/css">
table.left {border-style:double}
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.