Wednesday 21 September 2011

How to make an enter page for my website?

Kk I already made one but it will take you to the site no matter what part of the image you click on, I want to make an enter page where only when you click on enter it takes you there, and when you hover your mouse over enter the image changes or something, I've downgraded my freewebs to html, so i really wanna do this, help!!
How to make an enter page for my website?
The JavaScript for the simple image swap can be put between the link tags:



%26lt;p%26gt;%26lt;a href=%26quot;URL path to external link%26quot; title=%26quot;Mouseover Description%26quot;%26gt;%26lt;img src=%26quot;image1.gif%26quot; onmouseover=%26quot;this.src='image2.gif'%26quot; onmouseout=%26quot;this.src='image1.gif'%26quot; alt=%26quot;%26quot; /%26gt;%26lt;/a%26gt;%26lt;/p%26gt;



You can change the %26quot;p%26quot; tags to div tags and style as needed. Maybe use this if you want it centered on page:



http://paynelessdesigns.pastebin.com/935鈥?/a>



Ron
How to make an enter page for my website?
Read http://graphicssoft.about.com/od/webgrap鈥?/a> for a start.