The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Table Format
Echo0ff
post 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>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post 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 .


--------------------
"Never go to excess, but let moderation be your guide."
- Cicero

IPB Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th June 2013 - 12:38 PM