Board index » Web Programming » MasterPage Behavior

MasterPage Behavior

Web Programming252
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


-
 

Re:MasterPage Behavior

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



Quote
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







-

Re:MasterPage Behavior

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



Quote
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







-

Re:MasterPage Behavior

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



"Jim McGivney" <mcgiv1@no-spam.sbcglobal.net>wrote in message

Quote
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





-