d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help With Some Trivial Stuff
Add Reply New Topic New Poll
Member
Posts: 11,850
Joined: Jun 16 2014
Gold: 5,821.58
Jan 16 2016 05:19pm
First of all, do NOT fucking judge me
A friend of mine is trying to sell some shit online and we need help figuring out why the goddamn images wont show on 3bay

Fix it to make it display on ebay and ill give you fg
the images just wont do anything besides be dead

dunno what the prices are here so just lemme know what you need


Code
<p>&nbsp;</p>
<p>&nbsp;</p>
<div align="center"><center>
<table style="width: 90%;" summary="" border="10" cellspacing="1" cellpadding="3">
<tbody>
<tr>
<td>
<p align="center"><br><span style="font-family: 'Trebuchet MS'; font-size: xx-large; color: #000000;"><strong>Donald Trump 2016!</strong></span></p>
</td>
</tr>
<tr><!---Change these next lines to your own image - be aware of width and height changes distorting the template --->
<td align="center" width="100%"><span style="color: #000000;">&nbsp;</span>
<p><span style="color: #000000;"><img src="http://i.imgur.com/6Qb4nuT.jpg" alt="" width="674" height="1024"></span></p>
<p><span style="color: #000000;">&nbsp;</span></p>
</td>
</tr>
<tr>
<td align="center" width="100%">&nbsp;
<p><img src="http://i1073.photobucket.com/albums/w400/whtodd9/18bfef64-927a-4ad1-936d-1550a46e32ba_zpskm8zx4gh.jpg" alt="" width="443" height="262"></p>
<p>&nbsp;<span style="font-size: x-large;">This is absolutely hilarious! Great gag gift or conversation piece! 3 ply 170 sheet toilet paper, you can actually use it!&nbsp;</span><span style="font-size: x-large;">Donald Trump (may) wipe himself with money and now you can wipe yourself with him!</span></p>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;" align="center">&nbsp;</p>
</center></div>
<p align="center">&nbsp;</p>
<p align="center"><span style="font-size: x-large;"><strong><span style="font-family: 'Trebuchet MS';"><span>Shipping Information</span><br></span></strong><span style="font-family: 'Trebuchet MS';">Shipping from Texas and we process the next business day, should be 3-5 business days.</span></span></p>
<p class="MsoNormal" style="text-align: center; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; margin-bottom: 0pt;">&nbsp;</p>
<p class="MsoNormal" style="text-align: center; margin-left: 0cm; margin-right: 0cm; margin-top: 0cm; margin-bottom: 0pt;">&nbsp;</p>
<p align="center"><span style="font-family: Arial; font-size: xx-small;">Template by </span></p>


This post was edited by PermMeBro on Jan 16 2016 05:30pm
Member
Posts: 3,546
Joined: Jan 28 2006
Gold: 1,584.00
Jan 18 2016 03:00pm
Your code seems fine. I guess you can't just link to external images on eBay? Maybe they block it. Try adding them via the eBay Html editor (iirc you can import images there from external urls)

Good luck ;)
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Jan 18 2016 10:28pm
template--->=3 you need to cut one (-) and describe the image with alt tag you have nothing in them atm
Member
Posts: 19,465
Joined: Jan 31 2016
Gold: 4,994.91
Feb 1 2016 01:28pm
Pm me i 3bay
Member
Posts: 19,465
Joined: Jan 31 2016
Gold: 4,994.91
Feb 1 2016 01:33pm
Oop

This post was edited by Odell on Feb 1 2016 01:33pm
Member
Posts: 6,729
Joined: Sep 13 2008
Gold: 4,257.00
Mar 7 2016 02:57am
Well you see
http://i1073.photobucket.com/albums/w400/whtodd9/18bfef64-927a-4ad1-936d-1550a46e32ba_zpskm8zx4gh.jpg
this image reference is not actually a reference. there server is using rewrite technology to make the url appear as an image but when you go directly to the link into a browser it goes into a webpage (it adds .html)

The best and only solution is to take those images and host them on another provider. I believe it will work in tinypic.com or snag.gy
Just replace the image urls for those. With your photobucket it is not showing because it is not actually calling for an image, instead it is calling for a webpage.

I know this sounds confusing but just paste that image in your browser and you will see what im talking about.

Hope this helps, donations are always accepted :-)
Member
Posts: 161,550
Joined: Oct 18 2006
Gold: 4.03
Warn: 20%
Mar 7 2016 03:43am
Quote (eatthecookie @ Mar 7 2016 01:57am)
Well you see
http://i1073.photobucket.com/albums/w400/whtodd9/18bfef64-927a-4ad1-936d-1550a46e32ba_zpskm8zx4gh.jpg
this image reference is not actually a reference. there server is using rewrite technology to make the url appear as an image but when you go directly to the link into a browser it goes into a webpage (it adds .html)

The best and only solution is to take those images and host them on another provider. I believe it will work in tinypic.com or snag.gy
Just replace the image urls for those. With your photobucket it is not showing because it is not actually calling for an image, instead it is calling for a webpage.

I know this sounds confusing but just paste that image in your browser and you will see what im talking about.

Hope this helps, donations are always accepted :-)


why would he donate to you for entirely incorrect information?

go to my signature url if you have a need to prove yourself wrong.

also never use tinypic, it is complete garbage. Use imgur or.. literally anything else.

go without a referrer for a different page, on top of that.

Quote (dipdipdip @ Jan 18 2016 02:00pm)
Your code seems fine. I guess you can't just link to external images on eBay? Maybe they block it. Try adding them via the eBay Html editor (iirc you can import images there from external urls)

Good luck ;)


this is maybe true, at least the best suggestion in the thread..
Lots of sellers have external images in their pages, so not sure maybe OP needs more rep or something to embed images, from when I've done it I've always just uploaded to ebay as said.. and used their editor. I'm sure they have locked down restrictions so people can't push XSS javascript into clients

This post was edited by GRATS on Mar 7 2016 03:49am
Member
Posts: 6,729
Joined: Sep 13 2008
Gold: 4,257.00
Mar 7 2016 01:55pm
Quote (GRATS @ Mar 7 2016 09:43am)
why would he donate to you for entirely incorrect information?

go to my signature url if you have a need to prove yourself wrong.

also never use tinypic, it is complete garbage. Use imgur or.. literally anything else.

go without a referrer for a different page, on top of that.



this is maybe true, at least the best suggestion in the thread..
Lots of sellers have external images in their pages, so not sure maybe OP needs more rep or something to embed images, from when I've done it I've always just uploaded to ebay as said.. and used their editor. I'm sure they have locked down restrictions so people can't push XSS javascript into clients


This information was a solution for when I pasted the template into eBay draft. I do agree with using imgur or another third party though.
Member
Posts: 161,550
Joined: Oct 18 2006
Gold: 4.03
Warn: 20%
Mar 7 2016 04:49pm
Quote (eatthecookie @ Mar 7 2016 12:55pm)
This information was a solution for when I pasted the template into eBay draft. I do agree with using imgur or another third party though.


was referring to the crap about
Quote
this image reference is not actually a reference. there server is using rewrite technology to make the url appear as an image but when you go directly to the link into a browser it goes into a webpage (it adds .html)


it's pretty clear how untrue that is
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll