Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Link


Ackis

Recommended Posts

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

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

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...