Picture height and width are set to 0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have inserted a picture for my web, i have all of the pictures saved in the images folder. When I insert them in normal veiw, it seems to be working, when i go to preview the picture is still fine. Once i save and go back to normal the picture is there, but when i go into preview the picture is gone. Also in my html code it say height and width are set to 0...I did not do this it changes to 0 once i save. here is my html code for one of the pictures. i have even tried saving the height and width with values, but once i save it goes back to 0. Do i need to update the service packs...HELP

<img border="0" src="images/pictues%20off%20of%20save%20money/assorted%20jackets/ap1900.gif" width="0" height="0"></td>
 
I would start by removing all spaces from folder and file names and
replacing them with underscores _
Some browsers do not handle spaces in file and image links, ( which show as
%20 ) which will make them "Not show" in a page.

hth


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

Jess said:
I have inserted a picture for my web, i have all of the pictures saved in
the images folder. When I insert them in normal veiw, it seems to be
working, when i go to preview the picture is still fine. Once i save and go
back to normal the picture is there, but when i go into preview the picture
is gone. Also in my html code it say height and width are set to 0...I did
not do this it changes to 0 once i save. here is my html code for one of the
pictures. i have even tried saving the height and width with values, but
once i save it goes back to 0. Do i need to update the service packs...HELP!
<img border="0"
src="images/pictues%20off%20of%20save%20money/assorted%20jackets/ap1900.gif"
width="0" height="0"></td>
 
This may not be the total answer to your problem, but begin by removing the spaces from your folder names - use underscores if you want.


| I have inserted a picture for my web, i have all of the pictures saved in the images folder. When I insert them in normal veiw, it seems to be working, when i go to preview the picture is still fine. Once i save and go back to normal the picture is there, but when i go into preview the picture is gone. Also in my html code it say height and width are set to 0...I did not do this it changes to 0 once i save. here is my html code for one of the pictures. i have even tried saving the height and width with values, but once i save it goes back to 0. Do i need to update the service packs...HELP!
|
| <img border="0" src="images/pictues%20off%20of%20save%20money/assorted%20jackets/ap1900..gif" width="0" height="0"></td>
 

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

Back
Top