a few questions |
![]() ![]() |
a few questions |
Nov 25 2004, 01:03 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: May 2004 Member No: 17,883 |
i have classic xanga, but i'd still like to attempt to put a custom right-aligned module into my site, if possible, for little things i have found on the internet (ie: adopted pet, the gematriculator..). is that at all possible? either that, or would they allow me to make another custom module on the left since i already have one? it's just getting way too long on that side, and that's why i would like to add one underneath my c-box. any help would be appreciated! (check out my site for reference..)
|
|
|
|
Nov 25 2004, 01:29 PM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Well to do your own left side, it like a custom modules. Here the code.
put in CUSTOM HEADER CODE <!-- begin code provided by createblog.com --> <style type=text/css> /* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} /* edit to your liking */ table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; } table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; } table.module td {color: #000000; text-align: left; border: none; background-image: none; } </style> <!-- add this below all the CSS --> <table border=0 width="660"><tr><td valign="top" width="160"> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module"> <center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p> <b>name:</b> uhhhh..<br> <b>gender:</b> errr<br> <b>hobbies:</b> blah blah<br> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module"> <!-- Add your subscriptions here --> <a href="http://www.xanga.com/SOMEONE">someone</a><br> <a href="http://www.xanga.com/SOMEONE2">someone 2</a> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module"> <!-- Add your blogrings here --> <a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a> </td></tr></table><br> <!-- Here's your CUSTOM MODULE.. copy and paste as needed --> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module"> La la la =] </td></tr></table><br> </td><td width="500" valign="top" align="left"> <!-- end code provided by createblog.com --> Place in WEBSITE STATS CODE <!-- begin code provided by createblog.com -->
</td></tr></table> <!-- end code provided by createblog.com --> |
|
|
|
| *mona lisa* |
Nov 25 2004, 05:18 PM
Post
#3
|
|
Guest |
QUOTE align="left" don't forget to align to the right, also. |
|
|
|
![]() ![]() |