 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
anas_uddin
Joined: 03 Jun 2006 Posts: 2
|
Posted: Sat Jun 03, 2006 4:29 pm Importing an html document into another html document? |
|
|
|
Hi,
I have an ebay account and i have an html template that i post on my auctions. The thing is that whenever i make some changes i have to make it to every single auction. I was wondering if there is some sort of code to import an html document into another one without having to just copy paste the code?
Thank You |
|
Mot
Joined: 19 Oct 2005 Posts: 9 Location: Near PHL
|
Posted: Sat Jun 03, 2006 9:41 pm Ebay Skeleton |
|
|
|
| To solve this problem, I have made an html eBay skeleton that I save in a text editor. It contains my standard format for my auctions. When I want to post a new listing, I launch the skeleton, edit it for title, description, etc., then do a save-as to keep the new file. I copy the entire new file and past it into the description section of eBay's listing page. I also tried eBay's Turbo Lister but did not like it as much. Turbo Lister will allow you to duplicate listings, so you probably can also place a skeleton there. Good Luck. |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
|
anas_uddin
Joined: 03 Jun 2006 Posts: 2
|
Posted: Sun Jun 04, 2006 7:26 pm |
|
|
|
Thank you for the answers,
So i am guessing that there is no html code for doing this.
To answer MOT,
The reason i want to do this is that i have multiple listings at the same time and there are changes that i make once in awhile. So instead of changing them all, just change one source so that they all change.
Thank You |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
|
iguanamedia7
Joined: 13 May 2008 Posts: 2
|
Posted: Tue May 13, 2008 11:00 am |
|
|
|
| I'm trying to do the same thing as anas. iFrame won't work on Ebay. Any suggestions? |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 741 Location: Biloxi, MS
|
Posted: Wed May 14, 2008 10:15 pm |
|
|
|
Here's a simpler way to get a page within a page using the object tags. Maybe it will work on E-Bay. Style as you need it:
| Code: |
| <div style="margin: 0 auto; width:100%; height:400px;"><object type="text/html" data="http://www.htmlcodetutorial.com/help/index.php?sid=754cf0436834ce49f674696719544ce0.html" style="width:100%; height:100%; margin:1%;"></object></div> |
Ron |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|