Link to home
Start Free TrialLog in
Avatar of imediagroup
imediagroup

asked on

HTML CSS control

How can I control the style.css so when I use include newhtml uses another style1.css not style.css

My site has already been his style, when I use include some html I want to have a second stylw only that page
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

What does this mean?

when I use include newhtml
Avatar of imediagroup
imediagroup

ASKER

<title>text</title>
<link rel="stylesheet" rev="stylesheet" href="all.css" media="all">
<script src="all.js" type="text/javascript" language="javascript" charset="UTF-8"></script>

include new.html



My problem is that new.html uses some components of all.css we do not want. if I can do something to new.html uses only his css
I'm sorry, I still don't know what you are trying to ask.  

Can you provide a working sample?  Perhaps a link to an actual test page?  http://sscce.org/

If what you have it private, that is fine, we don't need your 1000 lines of code anyway.  Just reproduce it with only sample / fake data and post it to a url we can surf to.  If your site is not "live" yet. That is ok too, you will need to eventually make it live and your data is sample data, therefor, you can freely post a link to your sample page.

I think without that, it is going to be very difficult to understand what you are asking.  I don't know if you mean in include file, import or just some html on a page.

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial