turbocueca Posted April 3, 2006 Share Posted April 3, 2006 I'm having some problems in including pages in pages, I used a php statement to include a page. Alright it includes but the problem is that I DON'T want to share the styles. the first page has a style that makes the link text color white, and I don't want it to be white if there is a link on the second page. This is making me really nervous.Can someone help me please?see: [a href=\"http://infocenter.awardspace.com/inter/news2.php\" target=\"_blank\"]http://infocenter.awardspace.com/inter/news2.php[/a] Quote Link to comment https://forums.phpfreaks.com/topic/6513-including-pages-inside-pages/ Share on other sites More sharing options...
moberemk Posted April 4, 2006 Share Posted April 4, 2006 Either use an iframe or a descending selector. Try using div#includedfiledivid a:whatever to set the link color in it. Quote Link to comment https://forums.phpfreaks.com/topic/6513-including-pages-inside-pages/#findComment-23691 Share on other sites More sharing options...
turbocueca Posted April 4, 2006 Author Share Posted April 4, 2006 the included file doesnt need to change the color, I want make the links color on the main page by default. Quote Link to comment https://forums.phpfreaks.com/topic/6513-including-pages-inside-pages/#findComment-23756 Share on other sites More sharing options...
moberemk Posted April 4, 2006 Share Posted April 4, 2006 Um... You both broke the laws of English, and you also made no sense. Can you be a little clearer please? Quote Link to comment https://forums.phpfreaks.com/topic/6513-including-pages-inside-pages/#findComment-23801 Share on other sites More sharing options...
turbocueca Posted April 4, 2006 Author Share Posted April 4, 2006 I want a page with a style and another page with another style. The main page must have default link color and the included page the style I did.But if I try not to use a style at the main page or use another style, it always use the style from the included file Quote Link to comment https://forums.phpfreaks.com/topic/6513-including-pages-inside-pages/#findComment-23817 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.