|
View previous topic
::
View next topic
|
| Author |
Message |
raad2005
Joined: 04 Dec 2005
Posts: 15
Location: Malaysia
|
Posted: Mon Jan 30, 2006 6:12 pm
Post subject: Please help with Hyperlink
|
|
|
I am using the wysiwyg editor and I have two questions regarding Hyperlink.
(1) How can I make hyperlink to a title but without letting the title to be underlined and blue in color?
(2) I am doing the FAQs page for my web site and I listed 10 questions on top of the paper and listed the answer after that. So the page becomes quite long. Now I want to direct the reader to view the answer of particulate question upon clicking on that question. How I do that in hyperlink?
Thank you _________________ Raad
http://www.cmalaysia.net |
|
| Back to top |
|
 |
Jim Guinn
Joined: 27 Sep 2005
Posts: 477
Location: Pennsylvania
|
Posted: Mon Jan 30, 2006 6:28 pm
Post subject:
|
|
|
Usually in a WYSIWYG editor, there is a button where you can see the code....and therefore modify it. I am not sure if you can get rid of the underlining, but you can change the color. Just do this:
<a href="http:www.changethiscolor.com"><font color="#000000">Change this Color</font></a>
"#000000" is black, but you can insert any 6 digit number to represent any color you want.
On the FAQs page.....
CODE FOR FAQ QUESTION:
<a href="#1">Whatever Your Question Is</a>
CODE FOR FAQ ANSWER:
<a name="1"></a>Right in Front of Your FAQ Answer
When viewers click on your FAQ question, it will bring them down the page to that answer. Of course FAQ question #2 would be <a href="#2">, and so on.
If you do this, I suggest you "reverse" this code after each answer to bring them back up to the questions area, so they don't have to scroll back up each time. You can simply put something like TOP and code it the opposite of how you did you questions. It can get a little complicated the first time you do it; just be patient.
Jim _________________ MoonShadows Farm
Good Eats & Treats from the Pocono Mountains
Jams, Fruit Butters, Fruit Spreads, Salsas, BBQ Sauces & More
Affiliate & Wholesale Programs Available |
|
| Back to top |
|
 |
maggieto
Joined: 22 Jan 2006
Posts: 46
|
|
| Back to top |
|
 |
Jim Guinn
Joined: 27 Sep 2005
Posts: 477
Location: Pennsylvania
|
Posted: Mon Jan 30, 2006 7:27 pm
Post subject:
|
|
|
I am not using any at this time, but I used a number of them when I first got started. Some are better than others and some have more features than others.
Jim _________________ MoonShadows Farm
Good Eats & Treats from the Pocono Mountains
Jams, Fruit Butters, Fruit Spreads, Salsas, BBQ Sauces & More
Affiliate & Wholesale Programs Available |
|
| Back to top |
|
 |
maggieto
Joined: 22 Jan 2006
Posts: 46
|
Posted: Mon Jan 30, 2006 7:32 pm
Post subject:
|
|
|
Actually my question is for raad2005. He said he is using WYSIWYG editor. _________________ SiteKreator.com - professional online website builder - free 10MB accounts |
|
| Back to top |
|
 |
taioc
Joined: 10 May 2005
Posts: 32
|
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|