Log In · Register

 
 
Closed TopicStart new topic
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;}
 
emberfly
post Mar 22 2008, 05:14 PM
Post #2


kthxbai
******

Group: Official Designer
Posts: 2,832
Joined: Feb 2008
Member No: 621,203



bigger image please? or live preview atleast?
 
venti-anemoi
post Apr 14 2008, 11:12 PM
Post #3


torn
*****

Group: Official Designer
Posts: 953
Joined: Oct 2004
Member No: 55,718



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
post Apr 14 2008, 11:19 PM
Post #4


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>
 

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