Help - Search - Members - Calendar
Full Version: Headers on Xanga Module
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
whitewintersnowflake


What's the code for this? All I know is that they're put in tables. _unsure.gif

Is this correct?

CODE
.a {
font: 14px tahoma;
color: #000;
font-weight: normal;
text-transform: normal;
text-align: right;
line-height: 12px;
letter-spacing: 0px;
background-color: #b792ad;
border-bottom: 0px dashed #000;
cursor: crosshair;}
emberfly
bigger image please? or live preview atleast?
venti-anemoi
No, the code you've listed is the style for links.

Look for something like .header, .navheader, .subheader, etc. Or it could be h1, h2, hsomenumber. If you experiment, it should be easy enough to figure out.

If you can post the code, it'd probably be easier to tell...
miyashu
use this code in between style tags:

CODE
p.nav {
/* edits headers for your menu modules */
font-weight: normal;
font-family:arial;
text-transform:lowercase;
font-size:18px;
color:E6E5C2;
background-color:transparent;
text-align: right;
padding:0px;
letter-spacing:2px;
border:0px
}

p.menubottom {
/* edits the menu modules */
background-color:transparent;
font-family:verdana;
color: #3B3B38;
font-size:10px;
text-align: left;
}


^edit that to your liking of course.

then you would use this as your sidebar code:

CODE
<table border="0">
<tr>
<td>
<p class="nav">header</p>
<tr>
<td>
<p class="menubottom">
your content here
</td>
</tr>
</table>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.