malachithree10
11-02-2003, 03:59 PM
Hello,
I would like to add 3 spaces between each link of my menu as my menu is horizontal and not vertical. How do I do this? I tried lissa's examples as for img spacing but it didn't work for me. Is there another way? I do not want divider bars as shown in the 2nd code listed below. I know this is probably something relatively simple and I just can't get it.
Here is my code:
<!--begin tab menu-->
<div align="center">
<a href="home.html" target="bottom">Home Page</a>
<a href="faq.html" target="bottom">FAQ</a>
<a href="bcs.html" target="bottom">Samples</a>
<a href="monologo.html" target="bottom">Samples</a>
<a href="wsd1.html" target="bottom">Designs</a>
<a href="smbus.html" target="bottom">Listings</a>
<a href="stkclr.html" target="bottom">Colors</a>
<a href="pricing.html" target="bottom">Pricing</a>
<a href="payments.html" target="bottom">Payments</a>
<a href="orderform.html" target="bottom">Orders</a>
<a href="contact.html" target="bottom">Contact</a>
<a href="links.html" target="bottom">Links</a>
</div>
<!--end tab menu-->
2nd Code (divider bars not wanted):
<!--begin tab menu-->
<div align="center">
| <a href="home.html" target="bottom">Home Page</a>
| <a href="faq.html" target="bottom">FAQ</a>
| <a href="bcs.html" target="bottom">Samples</a>
| <a href="monologo.html" target="bottom">Samples</a>
| <a href="wsd1.html" target="bottom">Designs</a>
| <a href="smbus.html" target="bottom">Listings</a>
| <a href="stkclr.html" target="bottom">Colors</a>
| <a href="pricing.html" target="bottom">Pricing</a>
| <a href="payments.html" target="bottom">Payments</a>
| <a href="orderform.html" target="bottom">Orders</a>
| <a href="contact.html" target="bottom">Contact</a>
| <a href="links.html" target="bottom">Links</a>
</div>
<!--end tab menu-->
Hope this helps.
Again, thank you.
I would like to add 3 spaces between each link of my menu as my menu is horizontal and not vertical. How do I do this? I tried lissa's examples as for img spacing but it didn't work for me. Is there another way? I do not want divider bars as shown in the 2nd code listed below. I know this is probably something relatively simple and I just can't get it.
Here is my code:
<!--begin tab menu-->
<div align="center">
<a href="home.html" target="bottom">Home Page</a>
<a href="faq.html" target="bottom">FAQ</a>
<a href="bcs.html" target="bottom">Samples</a>
<a href="monologo.html" target="bottom">Samples</a>
<a href="wsd1.html" target="bottom">Designs</a>
<a href="smbus.html" target="bottom">Listings</a>
<a href="stkclr.html" target="bottom">Colors</a>
<a href="pricing.html" target="bottom">Pricing</a>
<a href="payments.html" target="bottom">Payments</a>
<a href="orderform.html" target="bottom">Orders</a>
<a href="contact.html" target="bottom">Contact</a>
<a href="links.html" target="bottom">Links</a>
</div>
<!--end tab menu-->
2nd Code (divider bars not wanted):
<!--begin tab menu-->
<div align="center">
| <a href="home.html" target="bottom">Home Page</a>
| <a href="faq.html" target="bottom">FAQ</a>
| <a href="bcs.html" target="bottom">Samples</a>
| <a href="monologo.html" target="bottom">Samples</a>
| <a href="wsd1.html" target="bottom">Designs</a>
| <a href="smbus.html" target="bottom">Listings</a>
| <a href="stkclr.html" target="bottom">Colors</a>
| <a href="pricing.html" target="bottom">Pricing</a>
| <a href="payments.html" target="bottom">Payments</a>
| <a href="orderform.html" target="bottom">Orders</a>
| <a href="contact.html" target="bottom">Contact</a>
| <a href="links.html" target="bottom">Links</a>
</div>
<!--end tab menu-->
Hope this helps.
Again, thank you.