Wow I feel outdated! I have been using the align and valign attribute to align data in tables for our html campaigns. Let me preceed this by saying that we do data intensive emails for finance. I know I know....we are not about standards :)
so all the examples I have been seeing are to style the cells via css like so
td {
text-align:left;
}
Well in emails we cannot do that, we have to use line styles like this:
<td style="text-align:left;">
Now since our emails have data intensive tables(i,e, performance tables)
Am I supposed to now style each cell like above?
There are a tremendous amount of cells. Like 100 in total. As you can imagine this would take forever and in our industry clients want things so fast its absurd. So using dreamweaver i can just select the cells and align them. Boom done!
but is that correct? if so, how can i do this quickly?
Thanks!!!!