Results 1 to 4 of 4

Thread: Help would be much appreciated...

  1. #1
    Join Date
    Feb 2008
    Location
    Not telling! (sorry...)
    Posts
    48
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Question Help would be much appreciated...

    Hi peoples... I recently got really interested in doing html/java scripting work, aiming to create an awesome website where I can display some of my artwork. (stuff done both on the computer and stuff that I've drawn) I've done a lot of test stuff, and I know enough to get by. But a lot of things confuse me, so I need help... at the moment, I am trying to figure out how to link different pages to each other...

    thanks for any advice in advance!

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Code:
    <a href="/path/to/next/page.html">Text to click on</a>
    Basic HTML text link.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    Twilightrose917 (02-28-2008)

  4. #3
    Join Date
    Feb 2008
    Location
    Not telling! (sorry...)
    Posts
    48
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the code - but do i have to create the page i want it to link to in the same html document, or can i somehow link the two separate documents to each other?

  5. #4
    Join Date
    Feb 2008
    Location
    Not telling! (sorry...)
    Posts
    48
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    oh - and i had a document effect in there - the browser earthquake one - and it was working fine until i added a clock... actually it still worked for a bit, but when i tried it this morning the clock was there but the window didn't shake. Any ideas?


    Edit: Nevermind - I figured out how to make the earthquake, the clock, and two other 'onload events' happen together... and I think i know how to link the two pages that i want together, but i'm still working on that. What I need help with now is making one of those onload events disappear after a certain amount of time. I got the script from here - it's called Bouncy Message Script. I found the spot where I'm supposed to configure a time after which the message will disappear, but I don't know what to put in it...
    Last edited by Twilightrose917; 02-29-2008 at 01:31 AM. Reason: I figured out what I needed, but ran into another problem and so still need some help...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •