Headers on Xanga Module |
Headers on Xanga Module |
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. 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;} |
|
|
|
![]() |
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> |
|
|
|
whitewintersnowflake Headers on Xanga Module Mar 22 2008, 04:36 AM
emberfly bigger image please? or live preview atleast? Mar 22 2008, 05:14 PM
dreamstar7 No, the code you've listed is the style for li... Apr 14 2008, 11:12 PM![]() ![]() |