![]() |
|
| |||||||
| Notices |
| Microsoft Products All Microsoft web development products. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| Hi everyone, I need some help with this please. I'm working on a ready made info website eventually to link to my main site, but I cant get my contact page working, the instructions say I have to have Frontpage Extensions installed...which i have done on both lindashouseemporium.net and the sub veggigarden.lindashouseemporium.net....ive put my email into the script and published through FTP and still ....nothing....would someone please take a look for me? ....heres the script that ive altered <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>contact us</title> </head> <body> <table border="0" id="table1" cellspacing="0" cellpadding="0" width="100%" bgcolor="#000000" background="../images/linkfixbk.gif"> <tr> <td align="left"> <a href="../index.htm"> <img border="0" src="../images/home.gif" width="262" height="23"></a><a href="../resources.htm"><img border="0" src="../images/resources.gif" width="127" height="23"></a><a href="../partners.htm"><img border="0" src="../images/partners.gif" width="114" height="23"></a><a href="../aboutus.htm"><img border="0" src="../images/aboutus.gif" width="121" height="23"></a><a href="<A href="mailto:myemail.com"><img border="0" src="../images/contact.gif" width="140" height="23"></a></td> </tr> </table> </body> </html> Thank you
__________________ Click the link below for page guidelines (no more sideways scroll) http://www.vodahost.com/vodatalk/sho...eferrerid=5490 How to Center your page http://www.vodahost.com/vodatalk/blu...tml#post124746 |
|
#2
| |||
| |||
| try this: <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>contact us</title> </head> <body> <table border="0" id="table1" cellspacing="0" cellpadding="0" width="100%" bgcolor="#000000" background="../images/linkfixbk.gif"> <tr> <td align="left"> <a href="../index.htm"> <img border="0" src="../images/home.gif" width="262" height="23"></a><a href="../resources.htm"><img border="0" src="../images/resources.gif" width="127" height="23"></a><a href="../partners.htm"><img border="0" src="../images/partners.gif" width="114" height="23"></a><a href="../aboutus.htm"><img border="0" src="../images/aboutus.gif" width="121" height="23"></a><A href="mailto:myemail.com"><img border="0" src="../images/contact.gif" width="140" height="23"></a></td> </tr> </table> </body> </html> |
|
#3
| ||||
| ||||
| Hi Nyoman Still didnt work, this has me puzzled, any other suggestions?
__________________ Click the link below for page guidelines (no more sideways scroll) http://www.vodahost.com/vodatalk/sho...eferrerid=5490 How to Center your page http://www.vodahost.com/vodatalk/blu...tml#post124746 |
|
#4
| ||||
| ||||
| Your linkbar.htm page works ok, and the email link works. So i suppose that there is something wrong with the include function. Give a better look at the Frontpage extensions.
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#5
| ||||
| ||||
| Hi Naval, What should i be looking for ? , I have no idea Thank you Linda
__________________ Click the link below for page guidelines (no more sideways scroll) http://www.vodahost.com/vodatalk/sho...eferrerid=5490 How to Center your page http://www.vodahost.com/vodatalk/blu...tml#post124746 |