Mario R. Sanchez, Ph.D. wrote: > the linked style sheet in an html object that is read and "displayed" > dynamically via a perl script is not being considered. its as if its not > there. [snip] > is i just invoke the htm directly - as it - the css works. but through the > perl script, it does not. > > any ideas?
Hi Mario, For various reasons**, CGI-outputted HTML can't link to external style sheets (or use server-side includes, and various other things). The solution is to use embedded style sheets, as shown here: http://www.richinstyle.com/guides/attaching2.html#embedded Cheers, kjw ** The reasons have to do with the webserver not being able to access the HTML beforehand to process the linked stylesheet, SSI, etc. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
