Advice please

liunx

Guest
I have designed a webpage simply as an advert to sell a product.<br />What I wish to do is use this webpage in my eBay listings.<br />Without creating a link for somebody to click style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
<!--quoteo(post=6515:date=Jul 6 2007, 01:43 PM:name=Expat629)--><div class='quotetop'>QUOTE(Expat629 @ Jul 6 2007, 01:43 PM) [snapback]6515[/snapback]</div><div class='quotemain'><!--quotec-->You can copy and paste the HTML (minus the header info) directly into the eBay "Item Description" box. This is the easiest way.<br /><br />If eBay allows PHP (I don't know if they do) you can also use:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?php include("http://www.yourwebsite.co.uk/yourfilename.html"); ?><!--c2--></div><!--ec2--><br /><br />However, that may present a problem due to the header information being duplicated. Best to stick with option #1 if you can. <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Neither option works<br />Ebay will not accept php and with the first option, I lose all my images<br /><br /><!--content-->
You won't lose your images provided the URL is complete in the HTML ("http://www.yoursite.com/imagename.jpg" instead of "/imagename.jpg").<br /><br />That should work fine... or at least it worked for me for seven years! <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--content-->
 
Top