Posted by Sarah on 09/26/06 19:28
Hi! I've a table:
<table cellspacing="0" cellpadding="0" width="200" bgcolor="#ffffff"
border="0">
<tbody>
<tr>
<td colspan="3"><img src="Include/SxBar/Sx_Top.jpg" width="200" border="0"
/></td>
</tr>
<tr>
<td width="5" rowspan="2" valign="top"><img height="192"
src="Include/SxBar/Sx_VerticalSxBar.jpg" width="5" border="0" /></td>
<td width="190"><img height="30" src="Include/SxBar/Sx_TopBar.jpg"
border="0" /></td>
<td width="5" rowspan="2" valign="top"><img height="192"
src="Include/SxBar/Sx_VerticalDxBar.jpg" width="5" border="0" /></td>
</tr>
<tr>
<td valign="top" align="middle" height="162">
</td>
</tr>
<tr>
<td colspan="3"><img
src="Include/SxBar/Sx_Down.jpg" width="200" border="0" /></td>
</tr>
</tbody>
</table>
this html draw a box where I will insert some informations in the <td>
for example I will insert images/text/other tables
<tr><td valign="top" align="middle" height="162">
text text text text text text
</td></tr>
Now I would like to traduce the HTML code above in XHTML ... somebody can
help me??
I would like to know what insert in the external CSS and how modify the HTML
Thansk for help me!!!
Navigation:
[Reply to this message]
|