|
Irishdrinker -> RE: Hyperlink question! (2/3/2006 14:23:53)
|
Sorry to of confused you. Let me tell you where I am at atm. I am using Americart for my shopping cart. Right now I have a new version of www.dfysports.com but I haven't launched it yet. I wanted to get the shopping cart working first before I launched it. You wont find name.htm because I used it as an example. The way the shopping cart works is like this: You have to create a .txt rules file that tells you where things go, I gave you the item row structure in a previous post. The second thing you need to make is a .csv spreadsheet. Now the spreadsheet subitutes different items from the rules file. For example: if you want to do a img you do <img border="0" width="70" img src="C:\Documents and Settings\Owner\My Documents\My Web Sites\The New Dfy Sports Website\images\PICTURE.jpg"> Now the PICTURE in the .csv file is named after the photo in the image file. I have an image called FT120 so when I create the shopping cart, PICTURE will be replaces with whatever image I have it saved as in my file for example: FT120 FT125 FT130 FT213 FT214 etc.... The "NAME.htm" was just an example I was using, but even if I did use it you wouldnt find it because it would of been replaced with something different. The thing I need to know how to do is figure out how to property link all the items I have to a seperate page I have created in FP 2003 (Remeber I havevent launched it yet, the old version is still up atm) right now I have the rules file like this: <a href="C:\Documents and Settings\Owner\Desktop\The New Dfy Sports Website\DESCRIPTION2"><b>DESCRIPTION1</a></p></b> DESCRIPTION1 is replaced in the .csv with the name of the item. Like if FT120 is a photo, DESCRIPTION1 is the name of the item, like Flat Track T-shirt. DESCIRPTION2 is the address of the link I need. In the .csv file I have many different links. But I dont have the right code so when I create the shopping cart, it doesnt link all, instead it comes out like this Flat Track T-shirt When Corey told me to use just <a href="NAME.htm"> It linked it, but not to the site I had in my .csv file. Instead it took me to some americart site, or gave me a http 404 error. Bottom line: The DESCIRPTION1 is the name if the file (Ex. Flat Track T-shirt) DESCRIPTION2 is the code that makes DESCRIPTION1 a link. I need to know what code to use so DECSCRIPTION1 links off to the page I have it in in the .csv file. Phew if you have any questions just let me know...
|
|
|
|