RE: Navigation Bars - 7/4/2001 15:16:00
Try it corel, it works!  Copy this code below the body tag in html view of a page and you will see. The reason is that if you do not define the width of a cell it will size itself according to its contents. In almost every case the table of links would download faster than an image map. While FP allows you to choose to show only vertical and not horizontal borders this will not work in Netscape. Using a cell with a coloured bg and a gif can give the same effect and is the best way I know of making vertical lines. <center> <table border="0" cellspacing="4" cellpadding="0"> <tr> <td>Link</td> <td bgcolor="#000000"><img border="0" src="v20.gif" width="1" height="1"></td> <td>A second Link</td> <td bgcolor="#000000"><img border="0" src="v20.gif" width="1" height="1"></td> <td>Another Link</td> <td bgcolor="#000000"><img border="0" src="v20.gif" width="1" height="1"></td> <td>That Link</td> <td bgcolor="#000000"><img scr="v20.gif" width="1" height="1"></td> <td>The Last Link</td> </tr> </table> </center> ------------------ Katherine InKK Design LinKKs - Kilkenny's Online Magazine -*-*-*-*-*-*-*-*-*-* "Dogs have owners, cats have staff!"
[This message has been edited by abbeyvet (edited 07-04-2001).]
|