Posted by oeb on 11/30/05 11:23
Mel wrote:
> i am using Iframe to display a static HTML page. i trued relative link
> etc. and it does not seem to work, how can i ask a static page to use
> my stylesheet, other than copying and pasting stuff there ?
>
You will need to link the stylesheet to the actual internal page At the
top of the page you include with the <iframe> put
<link rel="stylesheet" type="text/css" href="path/to/stylesheet.css" />
Navigation:
[Reply to this message]
|