putting my links in column, putting my links in column |
putting my links in column, putting my links in column |
Sep 24 2004, 10:51 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 21 Joined: Aug 2004 Member No: 45,062 |
In my page XANGA, at the top left you'll see:
BANNER +LINK +LINK +LINK +LINK +LINK +LINK +LINK +LINK I want to make it like this: BANNER +LINK +LINK +LINK +LINK +LINK +LINK +LINK +LINK I've tried everything. Putting <td>+LINK+LINK+LINK+LINK</td> doesn't really work. I've tried putting the <td></td> on every position possible, but still it doesn't work! Can someone help meee???? Here's my code: 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: 0px; width:200px; background-color:; } table.module th { background-color: #;font: bold 17px arial; text-transform: uppercase;color: #99cc33; border: none; } table.module td {color: #; 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></b></th></tr><tr><td valign="top" class="module"> <img src="http://www.geocities.com/alucard_helsing07/Titleanimate.gif"><p> +<a href="http://xanga.com">XANGA</a><br> +<a href="http://xanga.com/signin.asp">LOGIN</a><br> +<a href="http://xanga.com/private/SubscribeTo.aspx?user=soulstar07">ADD ME</a><br> +<a href="http://xanga.com/guestbook.asp?user=soulstar07">GUESTBOOK</a><br> +<a href="http://xanga.com/private/home.aspxt">PRIVATE</a><br> +<a href="http://xanga.com/CLAF/default.asp">CLAF</a><br> +<a href="http://xanga.com/private/feedback.asp">FEEDBACK</a><br> +<a href="http://www.xanga.com/logout.asp">LOGOUT</a><br> </td></tr></table><br> Thank You!!! |
|
|
|
alucard_helsing putting my links in column Sep 24 2004, 10:51 AM
avalon* wouldn't you just take out the <br> tags... Sep 24 2004, 02:09 PM
babiebubblez03 here is what i have
CODE<!-- begin code p... Sep 24 2004, 02:29 PM
synkro just take out the br tag after the end of every ot... Sep 24 2004, 03:58 PM
C.Lime.Jello. CODEBOX: -> right click -> copy/paste
+<a h... Sep 24 2004, 05:39 PM
alucard_helsing THANKS A LOT! Sep 25 2004, 02:40 PM![]() ![]() |