Please tell me what is difference between
background="/images/backgrounds/background.gif"
and
background="images/backgrounds/background.gif"
no! you will need to change them all manualy. way around this is the use of external .js files in include files.
example
<--# include="link.html" -->
or
<script language="javascript" src="link.js"></script>
if you have your background properties in a external .css cascading style sheet then you can change the .css and reflect the site
example
<link rel="stylesheet" href="CSS/style.css" type="text/css">
body {
background-image: url(background.gif);
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.