Code: Select all
<B>
<I>
<U>
<PRE>
<EMBED>
<A>
<IMG>
<FONT>
<UL>
<OL>
<LI>
<P>
<BR>
<TABLE>
<TR>
<TD>
<BLOCKQUOTE>
<SUP>
<SUB>
Code: Select all
<B>
<I>
<U>
<PRE>
<EMBED>
<A>
<IMG>
<FONT>
<UL>
<OL>
<LI>
<P>
<BR>
<TABLE>
<TR>
<TD>
<BLOCKQUOTE>
<SUP>
<SUB>
Code: Select all
[img src="xyz.jpg" align=left]
gives
[img src="xyz.jpg"]
because the align attribute gets stripped.
Code: Select all
[p align="center"]This text will be centered[/p]
[p align="justify"]This text will be right and left justified in most browsers[/p]
Code: Select all
<p align="center">This text will be centered</p>
<p align="right">This text will be right aligned in most browsers</p>
Code: Select all
<img src="http://endless-sphere.com/forums/files/e_bike_01_462.jpg" align="right">
Ah, we need the BR tag too for line returns, I'll add that too.xyster wrote:If you place the image tag before the text, you can align the image to it. I just noticed that the filter seems OK with attributes so long as the right side is enclosed by quotes like the quotes around "right" below, it doesn't normally have to be.
[img src="http://upload.wikimedia.org/wikipedia/e ... _large.jpg" align="right"]
<img src="http://upload.wikimedia.org/wikipedia/e ... _large.jpg" align="right"> This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle.This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. <br><br>This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle. This a bicycle, a very nice bicycle.
The <font> tag is deprecated in the latest versions of HTML (HTML 4 and XHTML).
The World Wide Web Consortium (W3C) has removed the <font> tag from its recommendations. In future versions of HTML, style sheets (CSS) will be used to define the layout and display properties of HTML elements.
I think technically I could enable the tags to produce the elements and then you could customize a font but it's a lot of work just to change it around, like you said in a forum setting.xyster wrote:Hmmm...besides the "face" attribute at least it still works, and will probably work with browsers for some years. Style sheets are very nice and precise more like professional print layout, and I'm quite familiar with them too, but they're more difficult to master and implement commands quickly in a forum setting like this.
I don't see any harm in itxyster wrote:Thanks, Good Sir Knightmb. Can we have
BLOCKQUOTE
too, please?