[Pro] Embedding images

Hi, I’m a new dummy on the block learning Pro 5 so please bear with me.

Firstly, I have always looked to Freeway Talk for help and found it…so hats off to you all and many thanks.

I need to embed an image on the page so all is in the html code to upload without the resource available. Can’t seem to find an answer immediately - so thought I would ask.

Let me know.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Could you explain a little more what you mean by this? Do you mean that the image should be embedded within the HTML so that there doesn’t need to be a Resources folder or an external file to show the image? If you could explain what your use-case is here, I might be able to help.

Walter

On Nov 23, 2011, at 1:43 PM, kasbah wrote:

I need to embed an image on the page so all is in the html code to upload without the resource available. Can’t seem to find an answer immediately - so thought I would ask.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter,

You are right. The image should be embedded within the HTML so that there doesn’t need to be a Resources folder or an external file to show the image?

I am working co-jointly with someone else using a different programme and want to upload revised but same size pages onto their host without the image as a resource.

Keith


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If the image is really small, you can use a data src to hold the image. How large is this image?

Walter

On Nov 23, 2011, at 3:20 PM, kasbah wrote:

Thanks Walter,

You are right. The image should be embedded within the HTML so that there doesn’t need to be a Resources folder or an external file to show the image?

I am working co-jointly with someone else using a different programme and want to upload revised but same size pages onto their host without the image as a resource.

Keith


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,

The image is 931k open - closed as a jpg is 292k.

K


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That’s way too big for this trick. You can get maybe 64K into a data URL, 32 is more usual, and IE will probably barf all over it even if it’s small.

Here’s some more about this: data URI scheme - Wikipedia

Walter

On Nov 24, 2011, at 7:14 AM, kasbah wrote:

Hi Walter,

The image is 931k open - closed as a jpg is 292k.

K


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for al your help Walter. Your time much appreciated.

K


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options