bvinson
06-25-2003, 07:41 AM
I have a real simple question, I hope. I am using a .js footer and simply want to add some space between the 3 bulleted items in the footer. Can you please tell me how to do that? Sorry, I'm not a .js guru by any means. I appreciate your help and this is what I'm using:
<!-- Begin
document.write('<p>');
document.write('</p>');
document.write('<hr size="2" hr color="#00009C">');
document.write('<center>');
document.write('<td width="33%" height="17" align="center"><font face="arial" font size="2"><a href="./privacy.htm">Privacy & Security Notice </a> ');
document.write(' | <a href="mailto:beth.vinson@netwarcom.navy.mil"> FORCEnet Webmaster </a> ');
document.write(' | <a href="./accessibility.htm"> Accessibility </a> ');
document.write('</center>');
document.write('<p>');
document.write('</p>');
// End -->
<!-- Begin
document.write('<p>');
document.write('</p>');
document.write('<hr size="2" hr color="#00009C">');
document.write('<center>');
document.write('<td width="33%" height="17" align="center"><font face="arial" font size="2"><a href="./privacy.htm">Privacy & Security Notice </a> ');
document.write(' | <a href="mailto:beth.vinson@netwarcom.navy.mil"> FORCEnet Webmaster </a> ');
document.write(' | <a href="./accessibility.htm"> Accessibility </a> ');
document.write('</center>');
document.write('<p>');
document.write('</p>');
// End -->