M
Mark B
In the top section of my MasterPage, I have a background image in a table:
<table style= "background-image:
url('../../pages/master_page/images/header_background.png'); height: 176px;
" width="949">
I all works fine except on pages that are deeper than the Master Page folder
level it doesn't display.
If I hard-code:
url('http://www.mysite/pages/master_page/images/header_background.png');
It works on all pages but I don't want to do this because then I can run it
locally on my PC.
Any suggestions?
<table style= "background-image:
url('../../pages/master_page/images/header_background.png'); height: 176px;
" width="949">
I all works fine except on pages that are deeper than the Master Page folder
level it doesn't display.
If I hard-code:
url('http://www.mysite/pages/master_page/images/header_background.png');
It works on all pages but I don't want to do this because then I can run it
locally on my PC.
Any suggestions?