Allowing HTML in news posts?
Posted: Mon Dec 30, 2002 12:24 pm
Hi everyone,
I just wrote up a very simple news posting script for the front page so I can update people as to what is going on with the development of the site. I posted a news article and included:
and in the status bar the link showed up as:
in order to get it to work properly I had to change the news I submitted as:
What do I have to do in order to be able to use normal HTML in my news postings?
Thanks.
I just wrote up a very simple news posting script for the front page so I can update people as to what is going on with the development of the site. I posted a news article and included:
Code: Select all
<HREF="http://kidstop.farviolet.com/phpBB2/">http://kidstop.farviolet.com/phpBB2/</A>Code: Select all
http://kidstop.farviolet.com/"http://kidstop.farviolet.com/phpBB2/"Code: Select all
<A HREF=phpBB2>http://kidstop.farviolet.com/phpBB2/</A>Thanks.