Help - Search - Members - Calendar
Full Version: How To Create A Size Chart Pop Up Dialog Box
MonsterSmallBusiness Forums > MonsterCommerce > How do I?
PAWstigiousPups
I am trying to learn this on my own but I'm not sure how to go about creating a pop up dialog box that has all my sizing info in it. I am looking to put a link in my product description page that says "size information" and you can click on it... which will bring you to a size chart. (a pop up dialog box) I hope everyone understands what I mean... I'm not formular with creating links... can anyone help me out? Any suggestions of how to go about creating this?
Brad
Hello -

The first step would be to create a page or image that contains all of your sizing information. Let's say, for example, it's an HTML page called 'sizing.html'. You would link to it by including something like this in your product's long description...

CODE
<a href="http://www.yoursite.com/sizing.html" target="_blank">Click Here for Sizing Information</a>


The 'target="_blank"' attribute forces the link to open in a new window (so that the customer does not leave the product page). Just in case you might be interested, you can find a lot of great HTML tips and tricks at some of these sites...

htmlgoodies.com
w3schools.com
webmonkey.com

Hope this helps!

Brad
PAWstigiousPups
QUOTE(brad @ Jul 25 2005, 01:25 PM)
Hello -

The first step would be to create a page or image that contains all of your sizing information.  Let's say, for example, it's an HTML page called 'sizing.html'.  You would link to it by including something like this in your product's long description...

CODE
<a href="http://www.yoursite.com/sizing.html" target="_blank">Click Here for Sizing Information</a>


The 'target="_blank"' attribute forces the link to open in a new window (so that the customer does not leave the product page).  Just in case you might be interested, you can find a lot of great HTML tips and tricks at some of these sites...

htmlgoodies.com
w3schools.com
webmonkey.com

Hope this helps!

Brad
[right][snapback]84713[/snapback][/right]

Thanks! I'll have to try that out.
Do you know how to change the header image that contains the contact us and the other links for the header?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.