![]() ![]() |
| Echo0ff |
Jun 15 2012, 11:41 AM
Post
#1
|
|
Group: Members Posts: 1 Joined: 15-June 12 Member No.: 17,274 |
I can't get the links to be in rows like they should be.
<table> <tr> <big><a href="home.html">Home</a></big> </tr> <tr> <big><a href="services.html">Printing Service</a></big> </tr> <tr> <big><a href="estimate.html">Request An Estimate</a></big> </tr> <tr> <big><a href="meet.html">Meet Us</a></big> </tr> <tr> <big><a href="photoalbum.html">Photo Album</a></big> </tr> <tr> <big><a href="http://www.facebook.com/pages/Breathe-O2-Bar/126396534101310"><img src="facebook.jpg"/></a></big> </tr> <tr> <big><a href="http://twitter.com/?status=Styled%20my%20profile%20with%20a%20sweet%20theme%20using%20Themeleon%20by%20%40COLOURlovers%20http%3A%2F%2Fclrlv.rs%2Fnewthemeleon%20Love%20it%3F#"><img src="twitter.jpg"/></a></big> </tr> </table> |
| pandy |
Jun 15 2012, 12:52 PM
Post
#2
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,800 Joined: 9-August 06 Member No.: 6 |
You need to put the links in table cells, you can't have them directly in TR. A table is a tight construction that consists of at least three layers: TABLE, TR, and TD. It's like a thermos bottle. As the coffee goes into the inner flask and nowhere else, everything that isn't part of the table construction itself must go in the TDs (or THs if you use them).
I minimal table looks like this and no part can be left out. CODE <table> <tr> <td>Data and/or other markup goes here</td> <tr> </table> More here http://htmlhelp.com/reference/html40/tables/table.html . -------------------- |
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 12:38 PM |