What is this? I have it in the coding of my page? Thanks <style> <!-- --> </style>
E ED Apr 23, 2004 #1 What is this? I have it in the coding of my page? Thanks <style> <!-- --> </style>
J Jon Spivey Apr 23, 2004 #2 Hi, that's an (empty) style block. Normally you would have code inside it to format your page. For example <style> <!-- p{color:red} --> </style> Would make all your paragraphs red. As it stands that code isn't serving any purpose so you can safely delete it
Hi, that's an (empty) style block. Normally you would have code inside it to format your page. For example <style> <!-- p{color:red} --> </style> Would make all your paragraphs red. As it stands that code isn't serving any purpose so you can safely delete it