help please
help please
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- myobie0
what i would do is this:
make one css file that has all the css for the html of the main page and the html of the iframe page
then include (link) that css file into both the iframe page and the main page inside the head tag...
the browser should only download it once, so it won't hurt to do that...
there may be a better way...