Hi there,
In my HTML code all of the below is appearing in green when i preview the web page and view source........ i scroll down to the bottom and see the text is all green? But on the other pages it is all fine.
Does anyone know why?
This results in my copyright info at the bottom of the page not showing when i preview it in the browser (firefox).
Code:
<!----------------body text events ends-------------------------->
<br style="clear:both" />
<div class="copyright">
<a href="#" target="_blank">©Copyright | Website created by </a></div> <!--copyright ends-->
</div><!-------------------main content ends----------------->
The HTML code of the other page below is working fine....
Code:
</div><!--body text ******* ends-->
<br style="clear:both" />
<div class="copyright">
<a href="#" target="_blank">©Copyright | Website created by
</a></div>