Quote:
Originally Posted by Bad Karma[CORE]
That could be down to the TinyMCE editor used in website builder. It used to strip certain HTML tags which could prevent the code you added from being executed. How exactly do you paste the code and what code is it?
|
On my blank page I am putting:
Code:
<a href="1_2_Products.html"> <img src="web_images/str8_v2.jpg" alt="" /> </a>
and nothing else, just blank space.
But when I preview the page, and its all blank, I look at the source code and this is what shows:
HTML Code:
<body>
<html>
</body>
</html>
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
As if nothing was there