Custom Module Positioning, it's all the way to the left |
Custom Module Positioning, it's all the way to the left |
Feb 7 2005, 09:07 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2005 Member No: 95,786 |
Ok.. Now I just recently added a Custom Module to my site. It' allowed me to completely make my own "left module" meaning i remade my own "about me' 'subs' blogrings' etc... But... is there anyway I can get this Custom module to be on the Right Side of my Xanga?!
also Why is my blog left aligned?? When I take out the custom module code, the blog goes back to center aligned. But once i put it back in it the module drags the Blogspace all the way to a left alignment... this is just a test page im working on.. it uses simple immap and a backdrop... Plz help! My Test Page this is the Code I used.. i jsut edited the custom parts.. but here is the code in its raw before editing. QUOTE <!-- 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 --> |
|
|
|
![]() |
Feb 7 2005, 03:22 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
Try this one: It belongs in the website stats
|
|
|
|
Feb 8 2005, 01:55 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2005 Member No: 95,786 |
Thanks So Much! It's working for me! Oh I also added a left margin for my blog.. um but howcome the date (bloghead) did not move with it.? do i have to add a
margin-left:-## under the BlogHeader script? |
|
|
|
![]() ![]() |