TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

I feel stupid....links

Page: 1 Reply
Mar 30th 2003#97655 Report
Member since: Aug 9th 2001
Posts: 2333
In DW (MX), i can't seem to be able to make a link without it being underlined. And the strange thing is there is no (u) (with proper square brackets) in the code. Any ideas on how to make the link non-underlined? Thanks!
Reply with Quote Reply
Mar 30th 2003#97656 Report
Member since: Mar 16th 2001
Posts: 2421
CSS?
Not sure if I understood you correctly. The only way to not have an link be underlined is to use a style sheet.
Reply with Quote Reply
Mar 30th 2003#97658 Report
Member since: Mar 30th 2003
Posts: 56
what oank said use a style sheet thats what i do :o
Reply with Quote Reply
Mar 30th 2003#97659 Report
Member since: Aug 9th 2001
Posts: 2333
ok, i created a new style sheet (i called it cyb), a custon one. For text i entered the proper size ad colour and unchecked the 'underline'. Then i highlighted the link (which is underlined) and then i clicked on the 'cyb' style sheet and all it did was change the font's colour from blue to greay (which is what i want) but kept it underlined...what am i dong wrong?
Reply with Quote Reply
Mar 30th 2003#97682 Report
Member since: Mar 16th 2001
Posts: 2421
Reply with Quote Reply
Mar 30th 2003#97688 Report
Member since: Aug 9th 2001
Posts: 2333
Thanks pank! I found ou how to do it just before you posted.If you don't want any underlined links in thewhole of your page, insert this code into your <head> :
[code]


<style type="text/css">
<--!
a {text-decoration: none; }
-->
</style>
[/code]
Thanks!
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum