Morigan Posted December 22, 2004 Posted December 22, 2004 Hi, Does anyone know of a good HTML script generator that creates URL links. Free trial would be good. Also banner scripts. Do banners need to be on the web for this? If so where do you put them? Can I use my hosting Admin to put them in my Image Folder and use that as a path? I noticed when doing my links the scripts people have given me have hidden descriptions of the website in them. Is this a form of Meta Tags? The generator has to be easy, as the one I have is too complicated for me to fathom. Thanks people and Happy Holidays if applicable. Joe
Jack_mcs Posted December 22, 2004 Posted December 22, 2004 I don't know of any but if you search with google you should be able to find them. However, if you are wanting to add html links to pages on your site, you will introduce an error. Links to pages on your site need to have session ID's (SID's) attached. A regular html link won't do this. You need to use OSC's in-built function to do this. Creating links is fairly straightforward after you have done a few. Why don't you just post what you want to link to here and let someone show you the code you need. After the first one, you can just duplicate it and change the link name for your others. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
ramikassab Posted December 22, 2004 Posted December 22, 2004 I don't know of any but if you search with google you should be able to find them. However, if you are wanting to add html links to pages on your site, you will introduce an error. Links to pages on your site need to have session ID's (SID's) attached. A regular html link won't do this. You need to use OSC's in-built function to do this. Creating links is fairly straightforward after you have done a few. Why don't you just post what you want to link to here and let someone show you the code you need. After the first one, you can just duplicate it and change the link name for your others. Jack <{POST_SNAPBACK}> Just out of curiosity, what is that link format? Say I want to link to yahoo.com. Thanks!
wizardsandwars Posted December 22, 2004 Posted December 22, 2004 You'll have to use the tep_href_link function. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
Jack_mcs Posted December 22, 2004 Posted December 22, 2004 Just out of curiosity, what is that link format? Say I want to link to yahoo.com. Thanks! <{POST_SNAPBACK}> To link to an external site, use <a title="Yahoo" target="_blank" href="http://www.yahoo.com">Yahoo</a> To lin to an internal page use <?php echo '<a title="Your page name" href="' . tep_href_link('thepage.php', '', 'NONSSL') . '">' . "Page Name" . '</a>'; ?> Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
npn2531 Posted January 28, 2005 Posted January 28, 2005 I don't know of any but if you search with google you should be able to find them. However, if you are wanting to add html links to pages on your site, you will introduce an error. Links to pages on your site need to have session ID's (SID's) attached. A regular html link won't do this. You need to use OSC's in-built function to do this. Creating links is fairly straightforward after you have done a few. Why don't you just post what you want to link to here and let someone show you the code you need. After the first one, you can just duplicate it and change the link name for your others. Jack <{POST_SNAPBACK}> What is this?--> "You need to use OSC's in-built function to do this." Did you mean built in function? Is this a program I can access in OsCommerce to generate page links? Thanks Oscommerce site: OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120
Recommended Posts
Archived
This topic is now archived and is closed to further replies.