Hello,
I'm using a web template that contains some .js files. I've figured out how to everything I need to except...
in the header.js; I've got my logo and I've got the shop now button the client wants...however, that shop now button needs to be further to the right, centered over the pictures in the right column. I figured I just needed to add spaces, however when I did that the html code for the spaces showed up in the header.
A page to view the header is:
The info from the header.js file is:
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="'+color+'">');
document.write('<tr><td align="left" class="printhide">');
document.write('<a href="home.htm"><IMG SRC="picts/logo.jpg" border="0"></a>');
document.write('<a href="webstore.htm"><img src="picts/shop.jpg" border="0"></a><br>');
if (headerline == "yes") {
document.write('</td></tr><tr><td bgcolor="#'+linecolor+'" height="1">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="50" border="0"><br>');
}
document.write('</td></tr></table>');
If any of you can tell me how on earth to get that shop now button over to where it needs to be I would be forever in your debt!
Thanks in advance,
Sharon
I'm using a web template that contains some .js files. I've figured out how to everything I need to except...
in the header.js; I've got my logo and I've got the shop now button the client wants...however, that shop now button needs to be further to the right, centered over the pictures in the right column. I figured I just needed to add spaces, however when I did that the html code for the spaces showed up in the header.
A page to view the header is:
The info from the header.js file is:
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="'+color+'">');
document.write('<tr><td align="left" class="printhide">');
document.write('<a href="home.htm"><IMG SRC="picts/logo.jpg" border="0"></a>');
document.write('<a href="webstore.htm"><img src="picts/shop.jpg" border="0"></a><br>');
if (headerline == "yes") {
document.write('</td></tr><tr><td bgcolor="#'+linecolor+'" height="1">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="50" border="0"><br>');
}
document.write('</td></tr></table>');
If any of you can tell me how on earth to get that shop now button over to where it needs to be I would be forever in your debt!
Thanks in advance,
Sharon