GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   DreamWeaver MX Help (https://gfy.com/showthread.php?t=108851)

Jake 02-16-2003 09:36 PM

DreamWeaver MX Help
 
How the fuck do you get rid of the underline on a text hyperlink with dreamweaver mx. Just started using it recently - I'm sure its very simple but I cant figure it out. :helpme

LiveDose 02-16-2003 09:37 PM

I don't use dreamweaver but it could be done with CSS (cascading style sheets). Do a search on Google...

Jake 02-16-2003 09:39 PM

Yeah I figure it could be done with CSS too but damn It's just one fucking text link on one page and I need to get rid of the damn underline - any help?

pine 02-16-2003 09:47 PM

Add this between your < head> and < /head> tags:



< style type="text/css">

a:link { text-decoration: none}

< /style>

Mr.Fiction 02-16-2003 09:51 PM

If you want to do it with Dreamweaver, rather than using the simple method, try this:

Right click on the document.

Choose "CSS Styles".

Choose "New CSS Style".

Choose

Type "Redefine HTML Tag".
Tag "a".

OK

Choose "Decoration = none".

I think that should do it. Don't sue me if it's wrong.

Jake 02-16-2003 10:11 PM

hmmmm?

ronbotx 02-16-2003 11:44 PM

Mr Fiction is correct , but that will effect all the links...

why not just edit the "special" link directly in the code window:


<a href="mylink.htm" style="text-decoration: none"> mylink</a>

simply add style="text-decoration:none" to the "a" tag
That is probably the simplest way..

ronbotx

:winkwink:=

Jake 02-17-2003 07:16 AM

Quote:

Originally posted by ronbotx
Mr Fiction is correct , but that will effect all the links...

why not just edit the "special" link directly in the code window:


<a href="mylink.htm" style="text-decoration: none"> mylink</a>

simply add style="text-decoration:none" to the "a" tag
That is probably the simplest way..

ronbotx

:winkwink:=

Yeah, thanks ronbo. That's more like what I was looking for. Not sure why I didnt think of that - guess it was getting late last night.


All times are GMT -7. The time now is 09:25 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123