Posted by Andy Dingley on 12/28/06 10:27
anurag wrote:
> i need to introduce a functionality in HTML tables that will imitate
> auto-indentation,ie, with increasing rows, the text will be rendered at
> a further offset than the previous one.
Use CSS and stick a "level-1" / "level-2" etc. class on the <tr>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
Use 4.01 Strict instead. You'll have an easier time getting the
positioning consistent between browsers.
[Back to original message]
|