on my ebay store but not sure what. I was trying to add a commission Junction search box to it, and it happened, after removing the code it's still the same way. Anybody have an idea from looking at the code? Thanks.
If it was in the header or footer, adding a ' or $ with out a \ before it will cause that. If that's where you edited, post the current code.
Code is too long for a post in here, so here it is: http://www.frogengine.net/code/Edit: hold on lemme try that again, heh
Yep. For example just document.write('<nolayer> would cause that. For that code for example, replace it with document.write(\'<nolayer> Get the header and footer code and do a mass search and replace ' and $ with \' \$ There's a lot of ' there!!
Here's how you can have the header/footer out of the script and not worry about the ' and $ stuff.... Add use LWP::Simple; $header = get ('http://www.domain.com/file.txt'); $footer = get ('http://www.domain.com/file.txt'); to the script, and take the current header and footer stuff out of the script. The URLs are the URLs of the header/footer files.
Just a stupid question. If you have a CSS class set to a footer...it automatically becomes a footer correct? Or do you have to position it etc.. What I'm asking are there already ingrained places in CSS? like headings, main content, etc?
Make a thread about it one level down... http://forums.digitalpoint.com/forumdisplay.php?f=39 I stink at CSS stuff!!
me too. i'll just stick to dreamweaver if need be...i'll get a book or pay someone. i wonder if amit's free?
LOL!!! He can't even write a one word book report!!! I keep shrinking the book report requirement and I can't go lower than one word!!!
urrgh trying, can I give you my login info? Hey lemme say this much: if he writes reports, he may actually get some solid misspelt keyword traffic
it looks like the footer got lost, and there was a few too many \'s!!! $header = ' <BODY bgcolor="ffffff" TEXT="000000" link="red" vlink="blue"><center><h1>eBay Shopping Directory</h1> <p align=center>Take me back to the <a href=http://www.frogengine.net/cgi-bin/auctions.cgi?index><b>Frog Engine eBay Directory </a></b><p align=center><script language=javascript> mpt = new Date(); mpts = mpt.getTimezoneOffset() + mpt.getTime(); document.write(\'<nolayer><iframe src="http://adfarm.mediaplex.com/ad/fm/711-1751-2978-325?mpt=\' + mpts + \'&mpvc=http://www.qksrv.net/click-1060113-7088803?SID=%26mpt=\' + mpts + \'%26mig=" width=120 height=240 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no bordercolor="#000000"><a hr\'+\'ef="http://www.qksrv.net/click-1060113-7088803?SID=%26mpt=\' + mpts + \'"><img src="http://adfarm.mediaplex.com/ad/bn/711-1751-2978-325?mpt=\' + mpts + \'" alt="Bid, Sell and Collect at eBay!" border="0"></a></iframe></nolayer><ilayer src="http://adfarm.mediaplex.com/ad/fm/711-1751-2978-325?mpt=\' + mpts + \'&mpvc=http://www.qksrv.net/click-1060113-7088803?SID=%26mpt=\' + mpts + \'%26mig=" width=120 height=240"></ilayer>\'); </script> <a href=http://www.frogengine.com><img src=http://frogengine.com/search/images/froglogo.jpg border=0></a><p align=center><a href="http://www.tkqlhce.com/click-1060113-10314237" target="_top">Sell on eBay</a><img src="http://www.afcyhf.com/image-1060113-10314237" width="1" height="1" border="0"><p align=center><script type="text/javascript"><!-- google_ad_client = "pub-6381896905093377"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text_image"; google_ad_channel =""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> '; #Place your footer HTML here. Again, if you include a ' or $ in it, place a \ before it. For example, \' \$ . $footer = ' Take me back to the <a href=http://www.frogengine.net/cgi-bin/auctions.cgi?index><b>Frog Engine eBay Directory</a><p align=center><script type="text/javascript"><!-- google_ad_client = "pub-6381896905093377"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text_image"; google_ad_channel =""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><p align=center>EBay has it all, sell your stuff as well<p align=center><a href="http://www.dpbolvw.net/click-1060113-10356782" target="_top" > <img src="http://www.awltovhc.com/image-1060113-10356782" width="468" height="60" alt="Open an eBay Store!" border="0"></a></body></html>'; Code (markup):
I've fixed it now, good enough to where it's back to the original form (with the extra search box ) http://www.frogengine.net/cgi-bin/auctions.cgi?index
Now, make a back-up and try this... What ever is in the header/footer in the script goes in the files. Then you'll never have to worry about $ and '.