Page 1 of 1

Code Tags...

Posted: Thu Dec 12, 2002 8:15 pm
by Squintz
Iv bought a Quiz script for $15... But the problem i have is when i type text and save it as the question... it doesnt look the same on the page...

I need something like the code tags on this forum but i need it to be permenent... so what ever i enter look the same on my page

Posted: Thu Dec 12, 2002 8:16 pm
by hob_goblin
<pre> ... </pre> are the html tags for this.

it is deprecated so if you want to be picky, do something like

<p style="font-family: Courier New, Courier; font-size: 12px;"> ... </p>

Posted: Thu Dec 12, 2002 8:20 pm
by Squintz
can i insert that in my database? or do i have to add it to my php code?