Forum Moderators: not2easy
<iframe src="news.htm" frameborder="0" height="800" scrolling="no"> <div id="newsItem">
<ul>
<li>news item 1</li>
<li>news item 2</li> I want to be able to declare the style for 'newsItem ul' in the calling page. This means I can style the news.htm html differently depending on which page I call it from.
Any ideas?
Ed