G
Guillaume
Hello,
I made a web site in PHP. Pages sent to browsers are generated by PHP
scripts roughly as shown below:
LoadHeader1();
LoadCSS(); // here are the links to CSS files (<link />)
LoadHeader2();
DispUpdateTime(....);
LoadPage(....); // here are calls to CSS objects
LoadSignature();
LoadFooter();
Thus, they are valid, styles are recognized and applied.
But, I want the web site to be modified in FrontPage 2003.
So, I loaded all the web site into FrontPage.
When I open a page (html without links to CSS files but with calls to CSS
objects) in FrontPage, no graphics are applied (which is obvious).
How can I ask FrontPage to seek for styles in CSS files without adding any
line to the pages ?
Thank you
Guillaume
I made a web site in PHP. Pages sent to browsers are generated by PHP
scripts roughly as shown below:
LoadHeader1();
LoadCSS(); // here are the links to CSS files (<link />)
LoadHeader2();
DispUpdateTime(....);
LoadPage(....); // here are calls to CSS objects
LoadSignature();
LoadFooter();
Thus, they are valid, styles are recognized and applied.
But, I want the web site to be modified in FrontPage 2003.
So, I loaded all the web site into FrontPage.
When I open a page (html without links to CSS files but with calls to CSS
objects) in FrontPage, no graphics are applied (which is obvious).
How can I ask FrontPage to seek for styles in CSS files without adding any
line to the pages ?
Thank you
Guillaume