English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm trying to find code that will make links look like regular text (without the usual underlining). I've Googled "hide hyperlinks" but haven't been able to find anything.

2006-07-19 18:42:10 · 6 answers · asked by Pastor Chad from JesusFreak.com 6 in Computers & Internet Programming & Design

6 answers

You can certainly set a stylesheet that modifies hyperlink text to the normal text. For example, if your text is black, Tahoma, normal, 11pt, no underline, you can use the following HTML code segment:






Some sample text.



2006-07-20 01:51:49 · answer #2 · answered by Tetris Otaku 3 · 0 0

Right click and copy then Paste Special as text.

2006-07-20 01:47:40 · answer #3 · answered by ferdinand 3 · 0 0

CSS will do the trick.

Here's a sample for you:
http://www.ssi-developer.net/css/link-colours.shtml

2006-07-20 01:48:04 · answer #4 · answered by KidK 2 · 0 0

Why not use CSS? Something like this...?






I haven't tested it, but something like that.

2006-07-20 01:46:01 · answer #5 · answered by monkey 5 · 0 0

Put the following in your CSS file, or if you don't have one, put it within tags.

a { text-decoration: none; }

2006-07-20 01:48:42 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers