How to : A Link to different sections...

User 131545 Photo


Registered User
687 posts

Hi all,

I try the steps expleans in the online manual but it does not work. I don't see this "#" maybe an bug in HTML Editor v14.0. Can you please fix that. It's a lot of work to adapt to ever manually the links with the "#" sign.

Can you please post here an example how I can used this "Target" and "Link".

Kind regards
Stephane
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 2147626 Photo


Ambassador
2,958 posts

What you need is an 'Anchor'. Read through this... http://progrower.coffeecup.com/links.html
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 131545 Photo


Registered User
687 posts

Can you please post the code for using "The HTML Editor" to my email adress
Thanks
Stephane
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 2147626 Photo


Ambassador
2,958 posts

I don't have your email, and please don't post it here as this is not a secure place. This is a user forum and users here do not work for CoffeeCup although CoffeeCup employees may drop in from time to time.

The link I posted above has the code on it you need. Scroll down the page. You'll find the CSS code to adjust color and link styles, and you'll find the HTML code needed for the anchor. Should work for you. I know it talks about putting the code in an HTML box, but that is for CCs Visual Site Designer. But it's still just HTML code. I didn't produce that page but a very good coder did. If you have trouble with it just post back here and I'm sure Eric will be along sometime. Though it is the weekend. :cool:
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 271657 Photo


Ambassador
3,816 posts

Here's an example from a menu on a one page site. Clicking the services link scrolls the page to the <h3> Services anchor:
Click this:
<li><a href="#services">services</a></li>

To go to:
<h3><a id="services"></a>Services</h3>


Another example, this is an image of an arrow at the bottom of a page:
<a href="#home"><img src="images/arrow.png" width="32" height="32" alt="back to top" ></a>

Click the arrow to go to the top of the page (top of page anchor):
<a id="home"></a>



I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.