When I create a link to a web page, the link becomes underlined. I don't want it to be underlined. How do I remove underlines?
How do I remove underlines from links?
Collapse
X
-
You will need to tweak the HTML a little to be able to do this:
1. Select the text box and click Edit->HTML (Ctrl + H)
2. Select the After Tag tab and enter this code:
Code:<STYLE> <!-- a:link { color: #0000FF; text-decoration:none; } a:active { color: #0000FF; text-decoration:none; } a:visited { color: #0000FF; text-decoration:none; } a:hover { color: #00FF00; text-decoration:none; } -->
You can change the color values to anything you like.
PabloLast edited by Pablo; 07-02-2005, 08:36 AM.Forum Moderator
BlueVoda Spe******t
-
-
underlines
Thought you might be interested in what SitePro had to say about websites and underlining. "There are a few generic details to look out for to ensure that the design is on the right track, including:
1. Name of Site: The name of the site (and logo) should be clearly visible and legible within the header of the site. This instills brand awareness and if a catchy name and logo are chosen, you will mostly likely find that your return visitor rate increases.
2. Instinctive navigation: Is it always clear exactly where you are within a site when you are on any given page within the site?
3. Underlining of Links: Ensure that all links are underlined. This way the outgoing page path and related information is immediately determined and visible to the visitor on page load.
4. Actions: It almost seems redundant to say, but ensure the actions you would like your visitors to take are always clear. During a page heat map research project, it was proven that the most attention lies on the right hand side of the page. The top right corner being the most effective area for actions to take place"
Comment
-
-
Pablo is never wrong when it comes to code. He eats, drinks and sleeps code. Code
is to Pablo, what paint is to picasso.
VodaHost
Your Website People!
1-302-283-3777 North America / International
02036089024 / United Kingdom
291916438 / Australia
------------------------
Top 3 Best Sellers
Web Hosting - Unlimited disk space & bandwidth.
Reseller Hosting - Start your own web hosting business.
Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)
Comment
-
Comment