sorry about that.. here is the source
<!DOCTYPE html PUBLIC"-// W3C//DTD Xhtml 1.0 Strict//EN"" http://www.w +3.org/TR/xhtml2/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <META HTTP-EQUIV="Expires" CONTENT="Tue, 04 Dec 1993 21:29:02 GMT" +> <LINK REL=StyleSheet href="file:///C:/Program Files/Apache Softwar +e Foundation/Apache2.2/cgi-bin/myapp/templates/basic.css" TYPE="text/ +css" MEDIA=screen> <title> Browse </title> </head> ... ...
above code, when generated through run-mode does not recruit the external css, whereas if I copy this and paste it to a dummy html file, then the css works fine. Whats bothering me is why the browser treats the same html content in 2 files (one generated melodramatically, other created manually) differently? Sorry if I missed out something please let me know and I'll post. Thanks

In reply to Re^4: CGI::Application run mode does not recognize external css by Prat824
in thread CGI::Application run mode does not recognize external css by Prat824

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.