OK so I made a website http://www.thecodinguys.net now code is displayed in <table class="code"> my friend said I should use <pre> because pre is for code/preformatted text. Now I use a CMS and the data is stored in a table. The content is stored in a column call pText. Is there any easy way I can change <table class="code"></table> with <pre class="Code"></pre> ?
Also if there is it should not effect other tables already made.
Is it possble, I do not want to edit 60 pages manually.
I am using SQL Server Comptact.
I guess it's more professional having code in <pre> and should take less time to load page then <table> tag.