Define a separate css-file for an included php-file? -
i have basic website layout , i've managed show_news.php (using cutenews) display inside 1 of divs. problem might i'm not familiar php (yet), here's happens:
the show_news.php gets css formatting css actual page , not default.css (under cutenews/skins). how can define show_news.php use skins/default.css -file? if i'd use iframes work out of box, guess problem show_news.php has been implemented on page/inside div this:
<?php include ("cutenews/show_news.php"); ?>
am lost here or what?
well, might solved using css selectors.
if container has let's id="show_news_container" adding css stylesheet #show_news_container in right places might solution
Comments
Post a Comment