Hey,

> > The problem with this approach is if people dont close their tags
properly

> Nothing makes it impossible for me to hand type and not close one of those
> tags.
>
> [i]blah


Yep, but this has no way of breaking my html....

the max you would get is:

[i  this will be in italics

which is obvious that the person who wrote the above forgot to write the tag
properly.


but if you have something like this:

<!-- start page code --!>
<table>
<tr>
<td>
<!-- end page code --!>

<í blah blah blah blah blah blah blah blah blah blah blah blah

<!-- start page code --!>
</td>
<tr>
</table>
<!-- end page code --!>

Not a very good example, but you should get the idea..

Cheers,
Ryan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to