Click to See Complete Forum and Search --> : [RESOLVED] website tonight help please :(..hyperlinks


cutefitnessfrea
04-26-2009, 08:01 PM
Hi,

Wow I am sorry I have to post this but I am really new to building sites so any help whatsoever would help! :)

I read on the forums how to remove underlines from hyperlinks but it is not working. I am using the program that is suppose to be really easy to use but then everytime I link something an underline comes.

You can also use html so I was wondering if anyone new how to get rid of the underlines for this...??

When I type in the text-description: none it does not change anything but is it because I already input all of the information so it wont change back?? How would get rid of the underlines on the link... or any help about entering a ccs code to get rid of underlines on hyperlinks visited and not visited would help to! sorry stupid question. :( but thanks if someone can help!:)

Here is the html you can view when building the site
<div style="text-align: center;"><font size="4"><br />
</font><font size="4"><b>APRIL<br />
<br />
</b><span style="font-weight: bold;"></span></font></div>
<div style="text-align: center;">
<div style="text-align: left;"><font color="#0000ee"><span style="font-weight: bold; font-size: 18px;"><a href="http://www.lisboatriathlon.com/resultados/ABS%20SEG.pdf" target="_blank">Lisboa Half, Portugal 04-25-2009</a></span><br />
</font>
</div>
<div style="text-align: left;"><font size="4" color="#0000ee"><a target="_blank" href="http://liveupdate.ironmanlive.com/ppv/newsearch.php?rid=186&amp;division=PR&amp;y=2009&amp;race=/events/ironman70.3/china70.3/&amp;beta="><strong>CSLA Ironman 70.3 China,&nbsp;prsnt by&nbsp;K-SWISS 19-04-2009&nbsp;</strong></a></font><font color="#0000ee">&nbsp;</font></div>
<div style="text-align: left;"><font color="#0000ee"><a target="_blank" href="http://liveupdate.ironmanlive.com/ppv/newsearch.php?rid=183&amp;division=PR&amp;y=2009&amp;race=/events/ironman70.3/neworleans70.3/&amp;beta="><font size="4"><b>Ochsner Ironman 70.3 New Orleans 05-04-2009</b></font></a><br />
<a target="_blank" href="http://www.sportstats.ca/display-results.php?lang=eng&amp;racecode=44656"><font size="4"><b>
Ironman 70.3 California Oceanside 04-04-2009</b></font></a></font>
</div>
<div style="text-align: left;"><font size="4"><b></b></font></div>
</div>

cutefitnessfrea
04-26-2009, 08:04 PM
I read on the forums how to remove underlines from hyperlinks but it is not working. I am using the program that is suppose to be really easy to use but then everytime I link something an underline comes.

You can also use html so I was wondering if anyone new how to get rid of the underlines for this...??

When I type in the text-description: none it does not change anything but is it because I already input all of the information so it wont change back?? How would get rid of the underlines on the link... or any help about entering a ccs code to get rid of underlines on hyperlinks visited and not visited would help to! sorry stupid question. :( but thanks if someone can help!:)

Here is the html you can view when building the site

<div style="text-align: center;"><font size="4"><br />
</font><font size="4"><b>APRIL<br />
<br />
</b><span style="font-weight: bold;"></span></font></div>
<div style="text-align: center;">
<div style="text-align: left;"><font color="#0000ee"><span style="font-weight: bold; font-size: 18px;"><a href="http://www.lisboatriathlon.com/resultados/ABS%20SEG.pdf" target="_blank">Lisboa Half, Portugal 04-25-2009</a></span><br />
</font>
</div>
<div style="text-align: left;"><font size="4" color="#0000ee"><a target="_blank" href="http://liveupdate.ironmanlive.com/ppv/newsearch.php?rid=186&amp;division=PR&amp;y=2009&amp;race=/events/ironman70.3/china70.3/&amp;beta="><strong>CSLA Ironman 70.3 China,&nbsp;prsnt by&nbsp;K-SWISS 19-04-2009&nbsp;</strong></a></font><font color="#0000ee">&nbsp;</font></div>
<div style="text-align: left;"><font color="#0000ee"><a target="_blank" href="http://liveupdate.ironmanlive.com/ppv/newsearch.php?rid=183&amp;division=PR&amp;y=2009&amp;race=/events/ironman70.3/neworleans70.3/&amp;beta="><font size="4"><b>Ochsner Ironman 70.3 New Orleans 05-04-2009</b></font></a><br />
<a target="_blank" href="http://www.sportstats.ca/display-results.php?lang=eng&amp;racecode=44656"><font size="4"><b>
Ironman 70.3 California Oceanside 04-04-2009</b></font></a></font>
</div>
<div style="text-align: left;"><font size="4"><b></b></font></div>
</div>

WebJoel
04-26-2009, 09:17 PM
<style>
a {text-decoration:none;}
</style> before "</head>" should take care of it

cutefitnessfrea
04-26-2009, 09:30 PM
Thanks Joel, :)

Except I am using website tonight.... so you have to open blocks(were you can work in) on website tonight, which main thing is CCS.

Is there anyways you can change each one directly from that html? or do i have to include <head> at the top of the html from that block?

thanks

DustFrog
04-26-2009, 09:49 PM
Keeping with your style, try using "text-decoration" instead of "text-description".

<a href="http://www.lisboatriathlon.com/resultados/ABS%20SEG.pdf" target="_blank" style="text-decoration:none;">Lisboa Half, Portugal 04-25-2009</a>

cutefitnessfrea
04-27-2009, 02:51 PM
yaaaaa!
Thank you so much :)