I have a website Click Here. and it starts on index which is fine and dandy.

anyhow if you press one of those buttons there it will open up an internal page. Now if you press the tower in teh centre it goes to #top. #top is what I want my first page to be. Is there any way to make it so that when I type in "nanotekindustries.com" it redirects to "nanotekindustries.com#top"?

Recommended Answers

All 4 Replies

You can use a Javascript redirect in the <head>:

<script type="text/javascript">
window.location = "http://www.nanotekindustries.com/#top";
</script>

FYI, you have Caribbean misspelled. Also site does not work correctly in latest Firefox. And you might want to make the email address there a mailto: link.

commented: fast answer +0

YEAAAH, cilla you get 1,000,000 dollars in E-street cred.

thanks for the other tips. no idea how to do the mailto thing though.

For the mailto thing. Just highlight the email in the body then in the link on html properties type, "mailto:theEmail@address.com" (without the quotes of course).

And that's if you are using Dreamweaver.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.