|
Posted by theo.grip on May 31, 2006, 6:07 pm
Please log in for more thread options
hello,
is it posible tu put a different border in a table row, and use the
normal border of the table in all other tables?
I'm only using IE, so cross-browser reference is not needed here.
here is my code that does'nt work:
<table width="698" border="1" cellpadding="0" cellspacing="0"
bordercolor="#CCCCCC">
<tr style="background-image:url(images/tableheader.gif);
border-style:none; border-width:0px">
<td> </td>
<td class="text0b" colspan="3"><font color="#FFFFFF">Resultado de
la Búsqueda</font></td>
<td class="text0" colspan="4"><pag:pager /></td>
</tr>
... more rows with the default border style...
thanks
Theo
|