Problems with HTML in entries

Found a bug? Tell us!!
Post Reply
typobuggz

Problems with HTML in entries

Post by typobuggz »

Maybe someone has already addressed this. Maybe I haven't done something right in the preferences as well.

When I post regular text everything comes out great. However, when I post <a href> tags and others things get strange. It either cuts out the tags or the rest of the message.

Here is the site, thanks! http://www.typo-five.com
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problems with HTML in entries

Post by garvinhicking »

You just need to take care that you always use opening and closing quotes.

Code: Select all

<a href="http://typophile.com/downloads/kerning_pairs_1.0.txt> kerning pairs table </a>
is invalid HTML, while:

Code: Select all

<a href="http://typophile.com/downloads/kerning_pairs_1.0.txt"> kerning pairs table </a>
is not. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

Thanks! I must have overlooked something that simple.
Post Reply