jpeg no showing in preview but ok in design

G

Guest

i have a site with images in jpeg. image3s displayd o. i changed one of the
images and formatted it using xara (saved with smae file name)

image is RGB, progressive, file size is same as original, file name is same
as original.

since using xara the image wont display in preview any more. when i right
click in preview and click show images, the image still will not show.

it will display in design mode.

any ideas

thanks

richard
 
R

Rob Giordano \(Crash\)

even though it has the same file name;
re-import the changed image into EW and let it save over the old one, then
replace it in your design.




--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





|i have a site with images in jpeg. image3s displayd o. i changed one of
the
| images and formatted it using xara (saved with smae file name)
|
| image is RGB, progressive, file size is same as original, file name is
same
| as original.
|
| since using xara the image wont display in preview any more. when i right
| click in preview and click show images, the image still will not show.
|
| it will display in design mode.
|
| any ideas
|
| thanks
|
| richard
 
G

Guest

Hi Rob,

i tried this, (insert image from another file, saved, which then offered to
import the pic). all ok so far, pic looks good in design mode, but still not
displaying in preview mode.

this time, i used a different image (from dreamstime online image shop), re
sized in ms Pic Editor.

this is driving me crazy, any further help very much appreciated.

regards

richard
 
R

Rob Giordano \(Crash\)

Do they work via File | Preview in Browser?
Are you sure you exported from Xara in RGB .jpg?

Can you provide the URL to the online page with the image problem?



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





| Hi Rob,
|
| i tried this, (insert image from another file, saved, which then offered
to
| import the pic). all ok so far, pic looks good in design mode, but still
not
| displaying in preview mode.
|
| this time, i used a different image (from dreamstime online image shop),
re
| sized in ms Pic Editor.
|
| this is driving me crazy, any further help very much appreciated.
|
| regards
|
| richard
|
|
|
| "Rob Giordano (Crash)" wrote:
|
| > even though it has the same file name;
| > re-import the changed image into EW and let it save over the old one,
then
| > replace it in your design.
| >
| >
| >
| >
| > --
| > ~~~~~~~~~~~~~~~~~~
| > Rob Giordano
| > Microsoft MVP Expression
| >
| >
| >
| >
| >
message
| > | > |i have a site with images in jpeg. image3s displayd o. i changed one
of
| > the
| > | images and formatted it using xara (saved with smae file name)
| > |
| > | image is RGB, progressive, file size is same as original, file name is
| > same
| > | as original.
| > |
| > | since using xara the image wont display in preview any more. when i
right
| > | click in preview and click show images, the image still will not show.
| > |
| > | it will display in design mode.
| > |
| > | any ideas
| > |
| > | thanks
| > |
| > | richard
| >
| >
| >
 
G

Guest

richard harris said:
i have a site with images in jpeg. image3s displayd o. i changed one of the
images and formatted it using xara (saved with smae file name)

image is RGB, progressive, file size is same as original, file name is same
as original.

since using xara the image wont display in preview any more. when i right
click in preview and click show images, the image still will not show.

it will display in design mode.

any ideas

thanks

richard

not sure if this might help but when i was using frontpage i have noticed
that first you must upload ALL of your photos as the preview section on alot
of occasions for me it looked up on the actual site to get the photo for you
to preview it, unlike the design part where it just grabs it off your
harddrive. try to upload the pic and making sure the link is 100% correct
before you preview it.
 
G

Guest

Hi,

ill try uploading, i wasnt ready yet but feel if i dont wnat to do any more
work unitl i sort out the images.

thanks both for your help.

richard
 
R

Ronx

If the images are referenced by relative links (such as <img
src="images/image.jpg"> ), and are located within the local website,
then uploading is not necessary. Uploading the images to preview will
only be required if absolute links (such as <img
src="http://example.com/images/image.jpg"> ) are used.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
G

Guest

Hi Ron,

the images are local and do have the path images/mypic.jpg

its not just xara, i wonder if it could be the template i bought as any
image from outside of the template will not display in preview mode. But if i
swap for an image within the template then all ok.

any further ideas to help me fix this.

thanks

richard
 
G

Guest

Hi Ron,

here is code for image section of page. i checked this again another
unmodified page and apart from the image name, there appears to be no
difference.

I have imported the image before inserting in to the site.

<tr>
<td height="130" align="left" valign="top">
<img src="images/Foto300.jpg" width="192"
height="121"></td>
</tr>
no links as i have not finished the site yet so have not uploaded it to
server.
any help appeciated

regards
richard
 
G

Guest

me again!!!

i have set the cell background as the image (i am very new to Web design, so
not sure if this will work well or not)

anyway, this works just fine and then image shows in peview mode.

i wouold still like to fix my current issue, so any help apreciated.

cheers

richard
 
R

Ronx

Looking at your code, I can see nothing that would influence the display
of the image. The <img..> tag should have an alt="image description"
attribute -but this would not influence the display in FrontPage.

Since the image displays as a background image, there is, in my opinion,
nothing wrong with the image itself.
There are drawbacks to using a background image in this situation:

1) The image will tile if the cell is too big - in your code snippet the
image is smaller than the cell. On the other hand, if the cell is too
small the image will be cut off - the cell will not stretch. CSS can be
used to prevent tiling.

2) If the cell is otherwise empty it may not display at all in some
browsers. The cell should contain at least 2 space characters, or a
transparent .gif (which can be sized to hold the cell open at the
correct size for the image.

3) You cannot use accessibility options with a background image - these
are alt and title attributes which show when the browser does not
display images. The title attribute would display if the image is
hovered over.


Download FP Cleaner from http://www.95isalive.com/fixes/fpclean.htm
With FrontPage closed, run the routines that delete the hidden temporary
files, and hidden web cache files. These will be recreated as and when
FrontPage needs them. See if this helps with the original issue.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
G

Guest

hi ron,

thanks for this, ill try the cleaner and thanks for your tips re cells.

richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top