MasterPage Behavior

J

Jim McGivney

In VWD express I have a masterpage. I set the background to myBackground
with the statement

<body background="Images/myBackground.jpg">

All works fine with pages displayed from the main directory. When I display
a page contained in a subdirectory called "Admin Pages" the background no
longer is displayed, just a very pale background. Is there a work-around
for this behavior ?

Thanks,

Jim
 
K

Konstantinos Pantos

Yes, you could write <body background="/Web_site_name/Images/myBackground.jpg">
then it will always work no matter what folder you've put your webpages.
HTH

Kostas Pantos
 
K

Konstantinos Pantos

Yes, you could write <body background="/Web_site_name/Images/myBackground.jpg">
then it will always work no matter what folder you've put your webpages.

HTH
 
K

Konstantinos Pantos

Yes, you could write <body
background="/Web_site_name/Images/myBackground.jpg"> then it will always
work no matter what folder you've put your webpages.

HTH
 

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