Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Themes not being applied?

Status
Not open for further replies.

jgoodman00

Programmer
Jan 23, 2001
1,510
I have a series of asp pages, belonging to a single site, which all have a single theme applied to them.

The theme displays correctly, until I try to include a navigation bar at the top. I have written my navigation bar as another html page, & use the following to add it to the page:
<!--#include file=&quot;IncludeFiles/navbar.asp&quot;-->

I have tried renaming it to htm, but it makes no difference. Whenever another page is included, the themes are lost on all pages involved, even though the them will display if the pages are loaded seperately.



James Goodman MCSE, MCDBA
 
Sorted:
<!--#include file=&quot;IncludeFiles/navbar.asp&quot;-->

This was the problem, because the relative path to the background image was then invalid. I moved it into the root folder & problem solved. :)


James Goodman MCSE, MCDBA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top