An IFRAME is a frame as the name suggests, so just as when u use a frameset, the individual frames are separate documents and do not inherit from each other, an iframe is the same. It is a stand alone HTML page, needs it's own <HTML><head><body> etc tags.
> -----Original Message----- > From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] > Sent: 03 December 2002 13:19 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] OT: iframe and style sheets > > > > Add this to the <head> > > > > <link rel="stylesheet" href="mystylesheet.css"> > > This is the doc so far... > > html > head > link rel=... > /head > body > iframe src=... /iframe > /html > > The iframe content isn't inheriting the external css > formatting from the parent document. Should I put another > link tag within the iframe source file itself? > > > Thanks > > -- > Aidan Whitehall <[EMAIL PROTECTED]> > Macromedia ColdFusion Developer > Fairbanks Environmental +44 (0)1695 51775 > > ______________________________________________________________ > __________ > This e-mail has been scanned for all viruses by Star > Internet. The service is powered by MessageLabs. For more > information on a proactive anti-virus service working around > the clock, around the globe, visit: http://www.star.net.uk > ______________________________________________________________ > __________ > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
