Here's my website : www.radiomeal.com/index.php
Can anybody help me to link the REGISTER NOW! button to Login Page? I tried to do a linkage but it just loads the same page.
Thanks a bunch!
Here's my website : www.radiomeal.com/index.php
Can anybody help me to link the REGISTER NOW! button to Login Page? I tried to do a linkage but it just loads the same page.
Thanks a bunch!
What have you defined for the following?
<a href="http://www.radiomeal.com????????????????? for the link????????
Mark,
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Well, for one, I didn't use the <a href> thingy, instead I linked a 'clickable' button to link to that login page. Yes, I can use <a href> but I thought using buttons make it more lively.
Here's a code for that button, if you checked my site:
The above is inside define_main_page.php in my TEMPLATE folderCode:<FORM METHOD="LINK" ACTION="http://www.radiomeal.com/index.php?main_page=login"> <INPUT TYPE="submit" VALUE="REGISTER NOW!">