|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Spanrow problem ...
Hi guys,
The table below is giving me some problems. I want for there to be three rows then two column like so .. --------------------------------------| ------------| | | ------------| | | ------------|--------------|----------| <table class="tab2" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="40%" height="114"><img src="graphics/streetz21.gif" width="250" height="79"></td> <td width="500" ><img src="graphics/streets.jpg"></td> <td nowrap width="40%"> </td> </tr> </table> but for some reason I just cant achieve this. thanks for any help. |
|
#2
|
||||
|
||||
|
I'm not sure if I understand your question, your text "table" doesn't space properly.
If you're trying to do something like: Code:
|****|****| |**|***|**| then what you really have is a table with 4 columns: Code:
|**|*|*|**| (actual column spacing, not visible) |****|****| |**|***|**| so your table is something like: <table> <tr><td colspan=2>...</td><td colspan=2>...</td></tr> <tr><td>...</td><td colspan=2>...</td><td>...</td></tr> </table>
__________________
www.audiolunchbox.com 100,000+ MP3s |
|
#3
|
|||
|
|||
|
thanks that worked wonders !
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Spanrow problem ... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|