HTML Table Question. Whenever I make a table, it automatically makes it run...

classic_seidel

New member
...horizontally, I need Vertical....? Trying to make a row with a table header and links, but it keeps going horizontally when I need it to drop down vertically.

Yes, I am using the <tr> and </tr> codes, yes they are in the correct places.

When I try to edit the height, nothing happens, and editing the width just makes the table cells fill with empty space, which is not appealing.

If anyone knows how to make the table look like a table header (<th>), then under it the information (in my case, a bunk of links with <li> codes to the left of them) then please provide a template or tell me the correct coding.

Thanks for all answers in advance. If you haven't read all of my question, I suggest you do so ;).
 
Honestly, I read both your questions, and I still have no idea what you're trying to do. What exactly do you mean by "going horizontally" and "drop down vertically"? Try explaining it again in another way.

Are you trying to create a table column by column instead of row by row? There's no easy way to do that in HTML.

Posting the code you have would also be helpful.
 
Back
Top