OESF Portables Forum
General Forums => Off Topic forum => Topic started by: bam on July 16, 2006, 09:24:36 pm
-
what css code do I need to not have this show up as a link in a html page? or the code for the html doc either one will work well.
<h4><strong><a name="pybluez">Python, Pybluez and zGCC</a></strong></h4>
right now it appears to be a hyperlink, I want to kill this so it shows as normal text. Any ideas?
-
in the a tag add something like
text
HTH
-
cool thanks