![]() |
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
|
I don't use dreamweaver but it could be done with CSS (cascading style sheets). Do a search on Google...
|
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?
|
Add this between your < head> and < /head> tags:
< style type="text/css"> a:link { text-decoration: none} < /style> |
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. |
hmmmm?
|
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:= |
Quote:
|
| 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