Log In · Register

 
Headers on Xanga Module
whitewintersnowf...
post Mar 22 2008, 04:36 AM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Mar 2008
Member No: 633,212





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;}
 
 
Start new topic
Replies
miyashu
post Apr 14 2008, 11:19 PM
Post #2


cake or DEATH
*****

Group: Staff Alumni
Posts: 631
Joined: Sep 2005
Member No: 223,586



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>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: