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!!! |
|
|
|
Sep 24 2004, 02:09 PM
Post
#2
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
wouldn't you just take out the <br> tags for every other one?
|
|
|
|
Sep 24 2004, 02:29 PM
Post
#3
|
|
|
just a girl ![]() ![]() ![]() Group: Member Posts: 80 Joined: Aug 2004 Member No: 43,392 |
here is what i have
CODE <!-- begin code provided by createblog.com --> <div style="position:static; margin-left: 560px;margin-top: 80px;border: 0px solid #000000; width: 200px; height: 150px;background: none; overflow: auto"> <table border="0" width=100%> <tr> <td colspan=2> <b class=nav></b> <tr> <TD><BR> <a href="http://www.xanga.com/" alt="Home">[♥]</a> Xanga<br> <a href="http://www.xanga.com/signin.aspx" alt="sign in">[♥]</a> Check In<br> <a href="http://www.xanga.com/logout.aspx" alt=" sign out">[♥]</a> Check out<br> <a href="http://www.xanga.com/private" alt="private">[♥]</a> Go home<br> <a href="http://www.xanga.com/claf">[♥]</a> Decorate<br> <a href="http://www.xanga.com/Private/subs.aspx">[♥]</a> Your Friends<br> <a href="http://www.blogring">[♥]</a> Blogring<br> <TD> <a href="http://www.xanga.com/guestbook.aspx?user=babiebubblez03">[♥]</a> Sign it!<br> <a href="http://www.xanga.com/profile.aspx?user=Babiebubblez03">[♥]</a> Read more<br> <a href="http://www.xanga.com/Private/profilebasic.aspx">[♥]</a> Edit Profile<br> <a href="http://www.xanga.com/private/tracking.aspx">[♥]</a> Comments<br> <a href="http://www.xanga.com/Private/feedback.aspx">[♥]</a> Feedback<br> <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=babiebubblez03" target="blank">[♥]</a> Add me<br> <a href="http://www.createblog.com">[♥]</a> Createblog<br> </tr> </table> </div> <!-- end code provided by createblog.com --> But you'll want to change the [♥] thing in between the <a href="blahblah"> and </a> then you can put your stuff tht you want.. if that makes sense. hope this helps |
|
|
|
Sep 24 2004, 03:58 PM
Post
#4
|
|
|
‹(. .)› ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,367 Joined: Jun 2004 Member No: 20,089 |
just take out the br tag after the end of every other link.
p.s. gj on the xanga |
|
|
|
Sep 24 2004, 05:39 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
(It would look like that.) |
|
|
|
Sep 25 2004, 02:40 PM
Post
#6
|
|
![]() Member ![]() ![]() Group: Member Posts: 21 Joined: Aug 2004 Member No: 45,062 |
THANKS A LOT!
|
|
|
|
![]() ![]() |