/    Sign up×
Community /Pin to ProfileBookmark

Navigate to middle of page

Hello, I’m looking for some direction or some help with a question i’m stuck on. I have these 3 examples i’ll use.

I got light work, meduim and large work…okay so If i want them to be all on the same page, but different ways to get there…so for example on the homepage have the three options and if they click the light work, it takes them onto the page with all 3 of them but correctly on the light work so it’s readable and they don’t have to find it, kinda like Frequently asked question pages.

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@ahk2chanDec 19.2008 — Use:

<a href="page.html#light">Light Work</a>

to jump to the "light work" section, and in page.html, just before the light work section, put:

<a name="lightwork">Light Work</a>

to identify where light work section starts. Same technique can be used for the different sections.
Copy linkTweet thisAlerts:
@GoverNmentauthorDec 19.2008 — thanks, only one problem, when i do that, it changes my font from black to white, any reason why?
Copy linkTweet thisAlerts:
@CharlesDec 19.2008 — Try the modern alternative:&lt;a href="#lightwork"&gt;Light Work&lt;/a&gt;
&lt;h4 id="lightwork"&gt;Light Work&lt;/h4&gt;
Copy linkTweet thisAlerts:
@Declan1991Dec 20.2008 — thanks, only one problem, when i do that, it changes my font from black to white, any reason why?[/QUOTE]

Use Charles' version, and check the CSS if the problem persists.
×

Success!

Help @GoverNment spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...