1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Gamezone template

Discussion in 'Web Design' started by padlius, Mar 18, 2009.

  1. padlius

    padlius New Member

    Hi there is register button, but how do I get it to work the rest? I have no idea, I have a dreamweaver so it helps a little.
     
  2. chefjimmy

    chefjimmy New Member

    button help from a newbee

    i,m very new doing my 1st template..but heres what i did to get the buttons to navigate...you will bring up the html code in your editor..then search and find the register button.you will then notice its url..it looks like this.

    <a href="http://www.freewebsitetemplates.com/"><span>More</span></a>

    you then edit out everything between the quotation marks to this.

    <a href="http://www.mypeepsregisterhere"><span>More</span></a>

    you have now made the button go where you need it.
    "ishkey" wrote a great tutorial on this entitled a" basic primer" with that and the tutorials i,m doing ok...thanks guys!..at 1st its tough but after a bit it starts kliking into place....probably just in time for me to mess up again...so if you might mess up,you might do as i did and dl the template twice...so you can have a view of what it use to look like before you messed with it...i hope this helps...
     
  3. CovertPea

    CovertPea Moderator Staff Member Verified Member

    Great advice Jimmy. Thanks for posting. :)