2 edb Jul 28, 2006 07:46

Hi EdB,
Thank you very much for your help. I actually got the link on the blog correctly now!
I actually checked the code on WordPress and Google blogger, but both had no problem with it. I'm wondering b2evolution is something special...
Again, I really appreciate your help.
masaus
xhtml 1.0 (transitional) validation is probably the difference. Capital tags and unclosed tags (like an img without a / before the >) are okay in html but not xhtml. b2evolution digs on valid xhtml.
Thank you EdB.
It seems I proved my ignorance here. :lol:
I'm guessing, but you probably want to use well-formed tokens. I'm also guessing that token means tag! For example have a title attribute in your href (but that might not be officially needed), use lower case letters for your IMG tag, and close your img tag with ' />' instead of just '>'. Also 'border=0' should be 'border="0"'.