CSS Troubled

She has: 12 posts

Joined: May 2006

Is there a simple way of moving a pre existin css sheet to a new web page without having to rewrite the page. Can I simply move the main container and place into another of equal size?

He has: 629 posts

Joined: May 2007

Sorry, I don't understand your question.

Do you have the web pages in question somewhere we can take a look, and an idea of what you are trying to achieve?

Cordially, David
--

Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;

He has: 388 posts

Joined: Apr 2005

Simply take everything that you have between your and tags and save it in a document with a .css extntion. then in the head section of any html document place the following code

This makes every class, id and everything else in your css document available to the pages with the tag above on it.

She has: 12 posts

Joined: May 2006

So when you say everything between the style tags, are you refering to everything on the page or simply one line at a time, I'm sorry I am a little(ok a lot) illiterate with this, but trying my dardest to learn what I need to know.

demonhale's picture

He has: 3,278 posts

Joined: May 2005

If you have an HTML page with a CSS coded in, or not on a separate stylesheet, you can copy all the texts between the tags, that is your css, you can move it to a new HTML so your page retains the properties. It's an advantage however to have a separate stylesheet using the link include, to learn more about this, you can search google about css basics...

They have: 2 posts

Joined: Jun 2007

HI ,
Here same good tutorials for Css hope really helpful to you...
cssimport
cssbeauty
unmatchedstyle

Regards

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.