Ackis Posted March 24, 2007 Share Posted March 24, 2007 If I want to link this button to my contact_us page am I supposed to put the link (where I wrote) HERE ? <td><a href="#" onMouseOver="MM_swapImage('meny8','','bilder/meny8on.gif',1)" onMouseOut="MM_swapImgRestore()">HERE<img src="bilder/meny8.gif" name="meny8" width="65" height="25" border="0" id="meny8"></a></td> And the code looks like <a href="contact_us.php"> ???? Jessica Fuchs Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted March 24, 2007 Share Posted March 24, 2007 If I want to link this button to my contact_us page am I supposed to put the link (where I wrote) HERE ? <td><a href="#" onMouseOver="MM_swapImage('meny8','','bilder/meny8on.gif',1)" onMouseOut="MM_swapImgRestore()">HERE<img src="bilder/meny8.gif" name="meny8" width="65" height="25" border="0" id="meny8"></a></td> And the code looks like <a href="contact_us.php"> ???? Nope, you got to add the link where the href="#" is instead of the "#". Other than that I don't know if it's the right place to post the link. Give it a try. BTW in OSC the links are usually created by the tep_href_link() function with file definitions defined at filenames.php. Makes sense regarding the structure of OSC. Link to comment Share on other sites More sharing options...
Ackis Posted March 24, 2007 Author Share Posted March 24, 2007 Do you mean like this <tep_href_link(CONTACT_US.php) onMouseOver....bla bla bla am I suppose to have ' before and after the filename as well? Jessica Fuchs Link to comment Share on other sites More sharing options...
Ackis Posted March 24, 2007 Author Share Posted March 24, 2007 well, that didn't work so I tried this instead... <td><a href="'.tep_href_link(CONTACT_US.php).'" onMouseOver="MM_swapImage('meny4','','bilder/meny4on.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="bilder/meny4.gif" name="meny4" width="93" height="25" border="0" id="meny4"></a></td> There is something wrong somewhere... Do you know where? Jessica Fuchs Link to comment Share on other sites More sharing options...
effisk Posted March 24, 2007 Share Posted March 24, 2007 What about this ? <td><a href="contact_us.php" onMouseOver="MM_swapImage('meny8','','bilder/meny8on.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="bilder/meny8.gif" name="meny8" width="65" height="25" border="0" id="meny8"></a></td> If I want to link this button to my contact_us page am I supposed to put the link (where I wrote) HERE ? <td><a href="#" onMouseOver="MM_swapImage('meny8','','bilder/meny8on.gif',1)" onMouseOut="MM_swapImgRestore()">HERE<img src="bilder/meny8.gif" name="meny8" width="65" height="25" border="0" id="meny8"></a></td> And the code looks like <a href="contact_us.php"> ???? Link to comment Share on other sites More sharing options...
effisk Posted March 24, 2007 Share Posted March 24, 2007 btw, CONTACT_US.php and contact_us.php are two different pages. Link to comment Share on other sites More sharing options...
Ackis Posted March 24, 2007 Author Share Posted March 24, 2007 Thank you ! That worked :) But, do I have to move the stylesheet-link in the contact us php to get the same layout on that side? Take a look at it www.rcmaffian.se Click at the KONTAKT button and I think you'll understand what I mean. Jessica Fuchs Link to comment Share on other sites More sharing options...
Ackis Posted March 25, 2007 Author Share Posted March 25, 2007 Thank you !That worked :) But, do I have to move the stylesheet-link in the contact us php to get the same layout on that side? Take a look at it www.rcmaffian.se Click at the KONTAKT button and I think you'll understand what I mean. Does anyone have a clue about what I have to do? //Ackis Jessica Fuchs Link to comment Share on other sites More sharing options...
Ackis Posted March 25, 2007 Author Share Posted March 25, 2007 Is it someone here now who might now? //Ackis Jessica Fuchs Link to comment Share on other sites More sharing options...
vasttech Posted March 25, 2007 Share Posted March 25, 2007 your question is not clear. Not sure if it is because I don't understand the language or what. But when i go to the page you suggest i don't understand what you are asking. osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.