Click to See Complete Forum and Search --> : Please help me


marceverett
02-15-2005, 12:13 AM
I am trying to hyperlink a swishmax button i made to turn pages
in frontpage and wont work...
I was told that i need to do a html code but i dont know how. I have tried to find tutorials to help me with this but no luck with that either. Do you have any ideas? Here is my website at the moment so you can see the animated buttons I have done. Please dont laugh at my website.

http://homepages.ihug.co.nz/~marceverett/mysite24/

Thankyou

scragar
02-15-2005, 06:11 AM
use:

<a href="URL of page to go to">The object to be the link goes here...</a>

And when your done with that you could clean up the site(try CSS not tables, add a doctype ect....)

I'll get working on your main page tommorow(fixing it up so it validates (http://validator.w3.org/check?uri=http%3A%2F%2Fhomepages.ihug.co.nz%2F%7Emarceverett%2Fmysite22%2F))

marceverett
02-15-2005, 05:45 PM
man this is harder than i thought.
I can do the graphics ok but.This is my first web page..
and thank you.

marceverett
02-15-2005, 06:33 PM
wow i tryed it and it still wont work ....

Frki
02-16-2005, 02:04 AM
hi, your buttons are flash objects, well try this,
copy this script for yours buttons in flash :


on (release) {
getURL("your link to page u want to opet");
}


if u want to open page in new browser window, like second parameter in the function put "_blank",
like this :


on (release) {
getURL("your link to page u want to opet","_blank");
}

marceverett
02-16-2005, 02:50 PM
well i must say that i need to learn a lot more.
I have changed my button back to just a gif.

And then i will give it ago thanks all
I will let you know how i went..