Posted by richard on 10/13/06 16:49
"bradsalmon" <bradsalmon@yahoo.com> wrote in message
news:1160745141.677864.6480@k70g2000cwa.googlegroups.com...
> Hi all,
>
> I've been digging around all morning and still can't find a definate
> answer to this. So hoping someone can tell me that it can't be done or
> point me the right way.
>
> Basically because of issues out of my control I have to try and style
> the contents of a table from an outer DIV tag. Actually it doesn't have
> to be a div tag but I thought it was the only one that could do it.
>
Do your styling via class attributes in the <style> area.
Give each table cell certain styles according to the class name.
One class style can be repeated as needed.
Each cell can have several class names as desired.
<table class="atable">
<tr class="arow">
<td class="adata">
<td class="bdata" class="cdata">
Navigation:
[Reply to this message]
|