OK, this is really driving me crazy and I'm a n00b so bare with me please. Here is a site that I'm building on my PC:
If you look at the pic, the images for the NavBar code are there, but not the selectable links. Everytime I put the code in for the links, my images go crazy. Here is an example of what I am trying to accomplish:
My header code now:
Code:
<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="59%" align="left" valign="top" background="images/header_mid.gif"><img src="images/header_left.gif" width="339" height="67"></td>
<td width="41%" align="right" background="images/header_mid.gif"><img src="images/header_right.gif" width="411" height="67"></td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- /logo -->
<!-- navbar -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="59%" align="left" valign="top" background="images/bar_mid.gif"><img src="images/bar_left.gif" width="58" height="18"></td>
<td width="41%" align="right" background="images/bar_mid.gif"><img src="images/bar_right.gif" width="282" height="18"></td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<p> </p>
<!-- /navbar -->
Can someone please help me get the NavBar links in there?
Thanks in advance!!