Wednesday, September 14, 2011

What technique to use in order to make the layout of a website easy to change ?

like how to make the frame of the website (top, bottom, left side, right side) so that i can manage them from one place .. such as i want to change on link in the menu and now i have to make the change in all pages. i want to make it at once. how/

10xWhat technique to use in order to make the layout of a website easy to change ?To change all pages at once, use CSS, instead of frames use DIVs.

Think of CSS as a file with settings that affect all pages( if coded properly )

Tutorials go here

www.w3schools.comWhat technique to use in order to make the layout of a website easy to change ?Depends highly on what program you are using to create the site. In Dreamweaver you could do a few things. Create it once then make it into a %26quot;template%26quot;, and then use the template on other %26quot;pages%26quot; with editable regions.That way you would only have to change the template and the rest will automatically change.

Or you can convert them to library objects. Change it in library and they all change.



Over all use CSS and Divs .What technique to use in order to make the layout of a website easy to change ?Look into using Struts and Tiles, too.