Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Or, if you use a php enabled server and that your page is in PHP, you can add this at the top of your file, to force the browser to render the whole file as text:
PHP Code:
header('content-type: text/plain');
__________________
Only a biker knows why a dog sticks his head out the window.
|