Forums
Home / Fixing WordPress / Display Problem
(@robo)
18 years, 7 months ago
Look…
https://www.rob-os.com/whnew
Does anyone know how i can fix this?
-Robo
(@kafkaesqui)
If you look at this line in the source of your page, which is last part of the content for your “Upcoming April Update” post:
<p>Robo<script language="JavaScript" src="https://hostingprod.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script> <noscript />
The <noscript /> tag is what’s causing the problem.
<noscript />
Thanks! ??