Status
Not open for further replies.

busylife007

Active Member
307
2011
16
0
I have 5000 movie files. i want to post an blogspot using themaposter.but my all images have url thumbnail format

like this




i am try to post an blog spot,but it doesn't display image.

only href method is working,any one help me,how am display url image in blogspot.
 
11 comments
try this:

Code:
<a href="http://www.pixhost.org/show/3394/11070480_famous_logos_of_the_world_google.jpg"><img src="http://t2.pixhost.org/thumbs/3394/11070480_famous_logos_of_the_world_google.jpg" alt="G" /></a>
 
try this:

Code:
<a href="http://www.pixhost.org/show/3394/11070480_famous_logos_of_the_world_google.jpg"><img src="http://t2.pixhost.org/thumbs/3394/11070480_famous_logos_of_the_world_google.jpg" alt="G" /></a>

I have 5000 files,hard to change each of one.any idea about display url

http://
.t2.pixhost.org/thumbs/3394/11070480_
famous_logos_of_the_world_google.jpg[/url.]
 
Use "Find & Replace".

Eg:
if you have just the image source :
http://www.pixhost.org/show/3394/11070480_famous_logos_of_the_world_google.jpg"><img src="http://t2.pixhost.org/thumbs/3394/11070480_famous_logos_of_the_world_google.jpg

to add the prefix, just find http:// and replace it with <a href="http://

same way, do the remaining ;)
 
try this:

Code:
<a href="http://www.pixhost.org/show/3394/11070480_famous_logos_of_the_world_google.jpg"><img src="http://t2.pixhost.org/thumbs/3394/11070480_famous_logos_of_the_world_google.jpg" alt="G" /></a>

Use "Find & Replace".

Eg:
if you have just the image source :
http://www.pixhost.org/show/3394/11070480_famous_logos_of_the_world_google.jpg"><img src="http://t2.pixhost.org/thumbs/3394/11070480_famous_logos_of_the_world_google.jpg

to add the prefix, just find http:// and replace it with <a href="http://

same way, do the remaining ;)


nice idea,but any plugin that change automatically in blog spot.(reduce human effort:))
 
Status
Not open for further replies.
Back
Top