It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Anyone got advice?

Anyone got advice?

Postby Rashaverak on Sat Jun 05, 2010 12:10 am

Hello, I'm currently working on a small website all out of basic HTML, and am wondering if there's anyway to get the basic tables to line up horizontally rather than vertically.

Using the code <table><tr><td>Text</td></tr></table> Nothing terribly special. Is there anything I could add, or should do so it goes horizontally instead of vertically?

Each table is individual. So I want it to be :Table::Table::Table:
rather than
:table:
:table:
:table:
Rashaverak
 
Posts: 2
Joined: Sat Jun 05, 2010 12:02 am

Re: Anyone got advice?

Postby ADR2500 on Sat Jun 05, 2010 3:01 am

im sure there are more advanced ways but you could just use one table with three columns. and if needed, put a table in each column...

<table width="100%" border="0">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>



<table width="100%" border="0">
<tr>
<td height="143"><table width="100%" border="0">
<tr>
<td>&nbsp;</td>
</tr>
</table></td>
<td><table width="100%" border="0">
<tr>
<td>&nbsp;</td>
</tr>
</table></td>
<td><table width="100%" border="0">
<tr>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
</table>
ADR2500
 
Posts: 2
Joined: Sat Jun 05, 2010 2:48 am

Re: Anyone got advice?

Postby Rashaverak on Sat Jun 05, 2010 1:51 pm

Ok I'll just do that. I've got several of those already and was hoping to avoid that just for format looks. But I can compromise.
Thanks.
Rashaverak
 
Posts: 2
Joined: Sat Jun 05, 2010 12:02 am


Who is online

Users browsing this forum: No registered users and 10 guests