Jump to content

Quick way to skin?


chris2

Recommended Posts

Hi

Is there any way to get all pages to look the same without changing all og the templates?

thanks

chris

Yes, if you use the CSS stylesheet instead of inline styling.

http://www.w3schools.com/css/default.asp

You may have to work through each page though to apply classes and ID's to the page elements, so you can then set the style of these elements in the stylesheet.

Link to comment
Share on other sites

As a rule of thumb, you really should not be using inline styling. You should always use external style sheets. As it is easier to change the color of an object that is repeated on all pages. Inline you would have to go through each page and update the styles that way. external style sheets, make that into just editing one file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...