From: Arnaud F. <ar...@cr...> - 2005-11-29 16:32:55
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stefan wrote: > The resulting html code looks like this: > > <p class="tightenable">2<font color="red">2</font> > 2</p> OMG !!! Well ... the font element is not a great idea ... you'd better use span with an inline style or a class you define in your css file. <p class="tightenable">2<span style="color:#f00;">2</span>2</p> Arnaud -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDjILEyAf3wgFyy1ARAv3bAKDpy4rfEyNNzBc45/qGTi08vgmbjQCgyIlu gu1rMhOhaCavnlADsZxv8FQ= =41Ay -----END PGP SIGNATURE----- |