<TD style="class: myClass">
or something like that?
Thanks!
Is there some reason why you're not or can't use the more correct
<td class='myClass' style='[STYLE ELEMENTS IN HERE]'>
?
Phil
"PTM" <p.mil...@vodafone.net> wrote in message
news:dGdwg.48369$sz1....@newsfe6-gui.ntli.net...
even though your using a 3rd party html editor you should still have access
to both the html text and the css text that are generated. any text editor
will then allow you to alter the code that's been auto generated for you. I
would recommend this site www.htmlcodetutorial.com to help you along if your
not html/css savvy (I use it a lot for quick reference and its really good)
you can also use the validators at www.w3.org if you want to make sure your
code is going to work and be compliant (most 3rd party tools produce poor
code that takes longer to load and might not work with all browsers).
if you're going to be doing a large or lots of sites then getting a decent
text editor (with line counts) and hand coding your pages really is the way
to go.
hope this helps :)
PS: don't pre-post when replying (in other words, stick your reply at the
end, cheers)