chris2 Posted June 18, 2011 Report Share Posted June 18, 2011 Hi Is there any way to get all pages to look the same without changing all og the templates? thanks chris Quote Link to comment Share on other sites More sharing options...
stuartpb Posted June 18, 2011 Report Share Posted June 18, 2011 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. Quote Link to comment Share on other sites More sharing options...
chris2 Posted June 18, 2011 Author Report Share Posted June 18, 2011 Ah right i will give it a try thanks Quote Link to comment Share on other sites More sharing options...
Strider Posted June 20, 2011 Report Share Posted June 20, 2011 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. Quote Link to comment 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.