If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
You could modify the web server mime type to return a content-type of text/plain instead of text/html. That way you don't modify the original content with wrapper tags.
This is a good solution if you're looking to add a "view source" option. Just have a PHP page or CGI that sets the content type and dumps the page as-is.
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
Thanks, I used the > and < things, and it worked great. <code> and <pre> did not turn off rendering, it only made the text (or links) formatted in simple, non fancy fonts.