DWT template & image

S

Susan

I have struggled with working with DWT template trying to insert a jpg
image. I have tried to create a liquid type of display changing in preview
with different sized browsers. I tried to insert a jpg bar image to separate
title from text. I could not get it to resize unless I used

src="imagename%20.jpg"

I have never seen the %20 tacked on the end of a name.

What is this?
 
T

Thomas A. Rowe

%20 = space, so you have a space in your filename.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Susan

You lost me! I could not get the bar to resize. I noticed that the banner
somehow had src=name%20.gif and it resized.
If it (% in banner & bar) was just a space, then how come it found the
images properly named in my folder? I never coded the banner name like that.

I am confused!

Susan

in message it's a space and you shouldn't use spaces in file names
 
S

Susan

Thanks! I have looked at the code too long. The % in the banner name is
generated somehow becuase I did not do it, but trying to use it in the jpg
does not work.

It is a table that has rowspan, colspan, with background colors and I just
am getting confused by looking at it. I am just going to recode the thing
without the rowspan and colspan in html and try to better educate myself!

Susan
 
S

Stefan B Rusynko

Find the image in your FP web and right click it to rename it from
imagename .jpg
to
imagename.jpg

The space comes from your image file name



| Thanks! I have looked at the code too long. The % in the banner name is
| generated somehow becuase I did not do it, but trying to use it in the jpg
| does not work.
|
| It is a table that has rowspan, colspan, with background colors and I just
| am getting confused by looking at it. I am just going to recode the thing
| without the rowspan and colspan in html and try to better educate myself!
|
| Susan
|
| | > %20 = space, so you have a space in your filename.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| | > >I have struggled with working with DWT template trying to insert a jpg
| image. I have tried to
| > >create a liquid type of display changing in preview with different sized
| browsers. I tried to
| > >insert a jpg bar image to separate title from text. I could not get it to
| resize unless I used
| > >
| > > src="imagename%20.jpg"
| > >
| > > I have never seen the %20 tacked on the end of a name.
| > >
| > > What is this?
| > >
| >
| >
|
|
 
T

Thomas A. Rowe

Do you have spaces in your folder and file names anywhere within your web? If so, rename them
without spaces.

Can you either provide a URL to the page or paste the HTML code in a post back to here?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Susan

I finally got the stupid %20 out of the picture name. I would change it on
the DWT. I would apply the update.
Certain pages would just the big red X then. I then found KB 840572 which
helped but a few pages just would not be fixed. I had to go into code view
of page, delete the DWT code and then save the page which consisted of just
the code for the editable region, then attach the DWT.
 
Top