Help - Search - Members - Calendar
Full Version: module titles
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
lilliannnn
CLICK.

See how the date is out of the entry box? How do I get the titles of the modules (LILLIE_X, SUBSCRIPTIONS, etc.) outside the modules?

Thanks.
happy.gif
talcumpowder
CODE
<style type="text/css">
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
 background-image: url();
 background-color:none;
 color: #000000;
 font: bold 10pt trebuchet ms;
 text-transform: none;
 text-align:center;
border: #000000 0px solid;}
</style>
lilliannnn
That's basically what I have already
talcumpowder
Yes, but the border needs to be 0. In CLAF too.
Kenado
This part in your code should kinda look like this...
CODE
table.left {
/*menu module*/
border: 0px solid black;
width:178px;
background: #ffffff;}

table.blogbody {
/*blogs */
border: 1px solid black;
background: #fffff;
width: 300px;}

table.left th {
/* title part of menu module */
background: #transparent  url();
font-family: tahoma;
text-transform: uppercase;
font-size: 20px;
letter-spacing: -2px;
font-weight: bold;
color: #000000;
text-align: right;
border: 0px solid black}

table.left TD {
/*body part of menu modules*/
background: #ffffff);
color: black;
text-align: CENTER;
border: 1px solid black;}

sorry since i kinda viewed your source.
lilliannnn
Haha, it's okay. Let's see if it works now....


biggrin.gif Thanks!

Mods, you can close this now.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.