Can I take the line out?

liunx

Guest
Hi All,<br />
I have a ticker script on my page but I dont want the underline ( I relise this is for using the links ).<br />
Is there a way of removing it?<br />
I have tried STYLE="text-decoration: none" but the script then has errors on it.<br />
<br />
I have only just started to create this site, so things are all over the place at the moment.<br />
<!-- m --><a class="postlink" href="http://www.marchingcrazy.com">http://www.marchingcrazy.com</a><!-- m --><!--content-->Why of course you can dear boy.<br />
<br />
Add the line...<br />
<br />
.Ticker { text-decoration: none}<br />
<br />
...to your code in the declaration of the styles (Line 323 if that helps.)<br />
<br />
And then amend the a href lines at 162 and 168 with the code...<br />
<br />
class=ticker<br />
<br />
...before the target text - it probably didn't work before becuase of the extra quote marks...<!--content-->Hi PCheese,<br />
<br />
Many thanks for your words of wisdom, its working...<!--content-->
 
Back
Top