B brian v New member Sep 21, 2009 #1 I have 4 links that go across left to right.. name, members, bio, links i want them to line up on the left side of the page and go from the top to the bottom not left to right... how do i enter this to have them line up that way.
I have 4 links that go across left to right.. name, members, bio, links i want them to line up on the left side of the page and go from the top to the bottom not left to right... how do i enter this to have them line up that way.
K Karl New member Sep 21, 2009 #2 Between your <body> tags: <table> <tr><td><a href="http://">Name</a></td></tr> <tr><td><a href="http://">Members</a></td></tr> <tr><td><a href="http://">Bio</a></td></tr> <tr><td><a href="http://">Links</a></td></tr> </table> Where http:// is the url of the link ofc.
Between your <body> tags: <table> <tr><td><a href="http://">Name</a></td></tr> <tr><td><a href="http://">Members</a></td></tr> <tr><td><a href="http://">Bio</a></td></tr> <tr><td><a href="http://">Links</a></td></tr> </table> Where http:// is the url of the link ofc.