chris2 Posted June 18, 2011 Report 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
stuartpb Posted June 18, 2011 Report 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
chris2 Posted June 18, 2011 Author Report Posted June 18, 2011 Ah right i will give it a try thanks Quote
Strider Posted June 20, 2011 Report 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
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.