Click to See Complete Forum and Search --> : Shaded Border


Comtrad
04-07-2006, 11:19 AM
Hello,

I want to put a shaded border around a few things Click Here (http://www.comtradcables.com/). On the right side I want to put a border around all of the credit cards down to the survey box. Maybe a table would work? Thanks for any input.

WebJoel
04-07-2006, 11:36 AM
-Instead of a TABLE, I'd use a DIV with border, float:right with margin.

Aside from that, HTML-Tidy shows me 4 errors and 50-something 'warnings'. The errors at least should be fixed. Esp. a "missing end-quote" for a DIV which, without end-quotes, causes the following to be ignored:

</td>
</tr>
</table>



<table cellspacing="0"
Until it encounteres the first (end) 'quotation' .