Okay on there everything is fine so far except why is there a big space in from of the menu? Right before “home” starts, there’s that blank area. How do I eliminate that?
its a cell.
what program are you using to create the web site.
From there i can help you
Alex that’s so not a cell, look at the source.
For the UL style you need to give it a negative margin so it fits.
So its like this…
UL{
margin: -20px;
}
something like that
ah, i didnt even check the source for it.
It’d be too much work to do that with tables anyway