<Claus> wrote in message
<snip>
Quote:
Is there any way to display html inside a table td, without it being
affected of it ?
T.i.a.
Claus |
yes there is, and it's simple. to use your example:
<td><a href="pic.jpg"></td> will not work, obviously, because it is actual
code. instead substitute the special character for the less than, greater
than, and the quotes. for example :
< = <
so, the above example would read :
<td><a href="pic.jpg"></td>
note : even though it may not be essential to change all of the <'s and >'s
to < or > I do so anyway just because you never know what odd browser
someone may be using.
hope this helped
Sev
Phrostbyte Multimedia