is there a way to change a certain thing on multiple pages? for example if i wanted to change my logo on every page is there a way to do this without editing each individual page?
SSI - Server side includes
This way you would put your top logo into a file on its own and then include that file into all your other files. that way when you edit the header file it changes on every page. all your pages must end with .shtml and your server must support ssi!
PHP Includes ** Dev Dreams uses this!
This is the same as SSI apart from the fact that your server needs to support PHP
kinkserious memberVPS - Virtual Prince of the Server
i think it depends on how your site is set up you might possibly have to go through all your html pages to effect the change or find a design include file or maybe even something else
Comments
SSI - Server side includes
This way you would put your top logo into a file on its own and then include that file into all your other files. that way when you edit the header file it changes on every page. all your pages must end with .shtml and your server must support ssi!
PHP Includes ** Dev Dreams uses this!
This is the same as SSI apart from the fact that your server needs to support PHP
if you want help with doing the above just ask..
The Royal Ram
<!-- START HEADER -->
<!-- END HEADER -->
then use a text editor's advanced Regualr Expression search+replace to replace the header in a bunch of files at once.
Webmaster-Talk.com
Chroder.com
Submit your threads
Music Forum
My Web Entrepreneur Blog
VolumeBoost - Member Chosen Music News
A change in a CSS file is site wide.
CSS is by far the easiest language to use. for instance:::
<html>
<head>
</head>
<body>
<div class="image> </div>
</body>
</html>
and in the css...
.image {
background-image: url(images/filenamegoeshere)
}
It's THAT SIMPLE!!!!!
Submit your threads
Music Forum
My Web Entrepreneur Blog
VolumeBoost - Member Chosen Music News
The Royal Ram
Submit your threads
Music Forum
My Web Entrepreneur Blog
VolumeBoost - Member Chosen Music News
It'll take a little while, but it's possible
ill just do it on my next site
or ill just use post nuke or ill use phpnuke
Submit your threads
Music Forum
My Web Entrepreneur Blog
VolumeBoost - Member Chosen Music News
The Royal Ram
i like this method myself
ChelfHosting.com - Owner
ChelfDesigns.net - Owner
HostMyImage.net -
Owner