[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

=?Utf-8?B?cm9kY2hhcg==?=

4/22/2004 11:28:00 PM

What is this?

I have it in the coding of my page?

Thanks

<style>
<!--
-->
</style>
1 Answer

Jon Spivey

4/22/2004 11:52:00 PM

0

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

--
Cheers,
Jon
Microsoft MVP - FP

ED wrote:
> What is this?
>
> I have it in the coding of my page?
>
> Thanks
>
> <style>
> <!--
> -->
> </style>