View Single Post
Old 09-01-2004, 03:09 PM   #10 (permalink)
NFFC
Inactive
 
NFFC's Avatar
 
Join Date: 09-01-04
Posts: 31
iTrader: 0 / 0%
Latest Blog:
None

NFFC is liked by many
Ist rule of SEO [imho] is never say never.

With a bit of CSS those marquee's can look very nice.

Try this cobbled together/copied thing.

<marquee id="adsense" direction=up width=75 height=125 style="background-color:white;border:1px solid black">Adsense food here...</marquee><br/>
<a href="javascript:adsense.start()">Start</a> | <a href="javascript:adsense.stop()">Stop</a>

<script>
if (document.all)
adsense.stop()
</script>
NFFC is offline   Reply With Quote