PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Squintz
Forum Newbie
Posts: 3 Joined: Thu Dec 12, 2002 8:15 pm
Post
by Squintz » Thu Dec 12, 2002 8:15 pm
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
hob_goblin
Forum Regular
Posts: 978 Joined: Sun Apr 28, 2002 9:53 pm
Contact:
Post
by hob_goblin » Thu Dec 12, 2002 8:16 pm
<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>
Squintz
Forum Newbie
Posts: 3 Joined: Thu Dec 12, 2002 8:15 pm
Post
by Squintz » Thu Dec 12, 2002 8:20 pm
can i insert that in my database? or do i have to add it to my php code?