Publishing question

P

Paula

I published my website www.ehframingdesigning.com and I had added a
background picture (gradient page) that I saved as extension .jpg
(sullivan.jpg), but it doesn't appear when I publish. How can I fix it?
thanks in advance for any help.
 
T

Tom [Pepper] Willett

It doesn't appear because it is not there. Looking at the source code,
there is nothing for background. When I right click on the page, there is
nothing there about viewing the background picture.

--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I published my website www.ehframingdesigning.com and I had added a
: background picture (gradient page) that I saved as extension .jpg
: (sullivan.jpg), but it doesn't appear when I publish. How can I fix it?
: thanks in advance for any help.
 
P

Paula

When I open front page and I open a folder, for example, "home" I see the
gradient page as background I inserted as background page, then I also
checked on the "code" page and I can see the background picture inserted
there: <BODY onLoad="runSlideShow()" background="Sullivan2.jpg">. For some
reason it is not being published.
I would like to know why? thanks
 
A

Andrew Murray

Paula said:
When I open front page and I open a folder, for example, "home" I see the
gradient page as background I inserted as background page, then I also
checked on the "code" page and I can see the background picture inserted
there: <BODY onLoad="runSlideShow()" background="Sullivan2.jpg">. For some
reason it is not being published.
I would like to know why? thanks


Tom [Pepper] Willett said:
It doesn't appear because it is not there. Looking at the source code,
there is nothing for background. When I right click on the page, there is
nothing there about viewing the background picture.

--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
:I published my website www.ehframingdesigning.com and I had added a
: background picture (gradient page) that I saved as extension .jpg
: (sullivan.jpg), but it doesn't appear when I publish. How can I fix it?
: thanks in advance for any help.
Additional to Tom's comments,

I don't see anything except a white background. If you want the picture
as the background, it should be <BODY onLoad="runSlideShow();"
background="Sullivan2.jpg">.

Also, make sure you put the relative path pointing to the image. In
your example the image "sullivan2.jpg" should be in the root directory
of the web.

Otherwise if the images are stored in a sub folder of the root, such as
"images" it should be like <BODY onLoad="runSlideShow()"
background="images/Sullivan2.jpg">. Of course, the folder can be named
whatever you like, but typically images are stored in a folder called
"images", "pics", "img" etc - something that makes sense to you.


I see no reference to "sullivan2.jpg" in the code of your site. The
code currently shows as:

<BODY onLoad="runSlideShow()" bgcolor="#FFFFFF" text="#00000"
link="#666633" vlink="#996600" alink="#993300"> which indicates by this
portion: "bgcolor="#FFFFFF" that the page background is set to the
colour white.


On a separate note, your drop down menu isn't working on the home page.

Hope this assists you
Andrew.
 
I

IdaSpode

On Sat, 12 Jan 2008 10:23:17 +0900, Andrew Murray

On a separate note, your drop down menu isn't working on the home page.

On yet another separate note, you might want to use a dedicated
imaging program to resize/resample your slide show images.

As it is, both images are 445 x 433 pixels

http://www.ehframingdesigning.com/IMAG0029.jpg is 1027kb and takes
about 6 seconds to load on my +/- 8mb cable connection

while

http://www.ehframingdesigning.com/IMAG0025.jpg is only 30kb and loads
almost instantly

Hope this assists you
Andrew.

DJ
 

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