Help - Search - Members - Calendar
Full Version: Custom Modules
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
distortedMIND
how should I edit the custom module script for it to only have a border around the only header? example:

________

About me |
________

blah blah blah
blah blah blah


I'm sorry if you don't understand. _unsure.gif
ch33sylici0us
EXAMPLE

Add this [you might have to change some of the other settings around a bit to match your xanga]:

CODE
<!-- begin code provided by createblog.com -->
<style type=text/css>
/* edit to your liking */
table.module { border: none #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: 1px solid; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>
<!-- end code provided by createblog.com -->



By the way, this is what's doing the trick:
- table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: 1px solid; }
- Also the fact that the other two borders have 'none' after them.
distortedMIND
Thank you. I would've been lost without you. flowers.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.