Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 09-21-2005, 01:30 PM Table
Extreme Talker

Posts: 219
Location: UK, East Anglia
Trades: 0
Can someone give me the html to make a table in this shape?

http://tinypic.com/dwqc78.gif

Thanks
timsquash5 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-23-2005, 07:12 AM
Extreme Talker

Posts: 169
Trades: 0
<table width="35%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="36%">&nbsp;</td>
<td width="23%">&nbsp;</td>
<td width="41%">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="2"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="63%">&nbsp;</td>
<td width="37%">&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

Change the widths as you want.
__________________

Please login or register to view this content. Registration is FREE

TOP 10 WEB HOSTS COMPARED

BEST RESELLER HOSTING
john551 is offline
Reply With Quote
View Public Profile
 
Old 09-25-2005, 01:34 AM
Novice Talker

Posts: 12
Trades: 0
This code below using nested table.

<table border="1" width="780" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td width="200">&nbsp;</td>
<td width="100">&nbsp;</td>
<td width="480">&nbsp;</td>
</tr>
<tr>
<td colspan="3">
<table border="0" width="780" id="table2" cellspacing="0" cellpadding="0">
<tr>
<td width="200">&nbsp;<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</td>
<td>&nbsp;</td>
<td width="112">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
laurente is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Table
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19209 seconds with 12 queries