Question
I finally messed with easy thumb to create thumbnails and I uploaded to my website
http://lanetzliving.com/images/ebay/tupbook.htm
however, I can't get this to show up on my webpage, it is not "acting" like a regualar pic. Am I missing something?
I am stumped! (not hard to do!) http://community.here.com/infopop/em...on_biggrin.gif
Janet * Lanetzliving.com
My Website, up and running and I already sold stuff!! woo hoo!....
Me Page
Answer
Janet,
It appears as if the source code for the pic is
file:///C:\Documents and Settings\Janet\My Documents\thumbnails\tupperwarestackbook1t.jpg"> ;<IMG SRC="tupperwarestackbook1ttn.jpg
Which appears as if it is looking for the pictures on your computer. I think you just need to change your html to the address of your picture.
If that is not the issue, post the URL of the two pics, and we can figure it out.
Answer
thanks dw,
I am confused on what your asking.
Where did you get that code?
The link I posted is what I uploaded to the net. Can you see it?? I can but maybe it is just reading my computer.
sorry for my ignorance, but I am lost when it comes to this.
Janet * Lanetzliving.com
My Website, up and running and I already sold stuff!! woo hoo!....
Me Page
Answer
I see what your saying, the thumbnails are linking to the large pics on my computer. hmmmmmmmmmmm. must of been something I did wrong. Dang!!
I still could not get those thumbnails to show in my webapge though.
Janet * Lanetzliving.com
My Website, up and running and I already sold stuff!! woo hoo!....
Me Page
Answer
<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR> I am confused on what your asking.
Where did you get that code?
<HR></BLOCKQUOTE>
Janet, the code is the HTML of the page you posted. If you use IE, If you go to "view" then "scource" you will see the actual HTML of any page.
The link you put up is for a page, not the pics. So I am asking what is the URL of the actual pic (should be 2 one for the actual pic, and one for the thumbnail)
This is a sample from your website of another picture. Notice the totally different URL?
http://lanetzliving.com/images/ebay/lilliangish6t.jpg
Answer
Hi DW,
I caught what you were saying once I clicked on the thumbnail. I know how to create the thumbnail using the sm and large. I wanted a progam that I could just drag and drop and have it created the code for me. I thought this could do it but I may be wrong or just to dumb to figure out what I am doing wrong. I will just have to sit in my thinking chair and think http://community.here.com/infopop/em...on_biggrin.gif
Janet * Lanetzliving.com
My Website, up and running and I already sold stuff!! woo hoo!....
Me Page
Answer
The thumbnails show up for me as they appear to have been uploaded to your web site to the same directory as your html file.
The larger pictures do not show up because you've shown the location in your code as being the C drive of your computer instead of a location on your website.
What is the url on your website for the following large pictures?:
tupperwarestackbook2t.jpg
tupperwarestackbook3t.jpg
tupperwarestackbookt.jpg
If you upload those files to the same directory as the html file, then you can change your code to eliminate the reference to your C drive.
For example: change the location of tupperwarestackbook3t.jpg
FROM:
<A HREF="file:///C:\Documents and Settings\Janet\My Documents\thumbnails\tupperwarestackbook3t.jpg"> ;
TO
<A HREF="tupperwarestackbook3t.jpg">
Answer
<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Irene:
The larger pictures do not show up because you've shown the location in your code as being the C drive of your computer instead of a location on your website.
<HR></BLOCKQUOTE>
yes, this seems to be the problem, I need to figure out if there is a way for the software to pick the correct code. ..... still thinking...........
http://community.here.com/infopop/em...on_biggrin.gif
Janet * Lanetzliving.com
My Website, up and running and I already sold stuff!! woo hoo!....
Me Page
Answer
put all photos you want to thumbnail in a special folder all on their own.
use this folder as the SOURCE folder and the DESTINATION folder.
this will keep the program from giving your large photos a "path" name. If they are all in the same folder then it will just give them the file name only and not the "path" to the other folder where the large pics are located.
Once you generate the thumbnails. Upload THE ENTIRE folder contents to your server and make sure that you put the whole works in its OWN directory. This means the HTML file, the large pics, and the thumbnails will all be together in one folder on your webhost.
it will now work. http://community.here.com/infopop/em...icon_smile.gif
I did a quick one of my logos.... it really wont work for me because of the different shapes of my logos but it is a really cool program.
It works very well. http://community.here.com/infopop/em...icon_smile.gif
Hope this helps.
http://members.aol.com/ebaywithme/heart.gif Huggs,
Tanya
http://members.aol.com/ebaywithme/paymentbar.gif
TanyasLogos.com
Tanya's Auctions
Tanya's Treasures ME page updated 11/03
Tanya's Logos ME page
Answer
Hi Tanya,
that is exactly what I want.
I tried what you said but I must still be doing something wrong!!
I ftp the entire folder to my website into its own folder and then entered the code from the edit on the ETHTML in the folder but it still is not reading it.
me thinks I will just give up, http://community.here.com/infopop/em...on_biggrin.gif
Janet * Lanetzliving.com
My Website, up and running and I already sold stuff!! woo hoo!....
Me Page