Matt,
On 1 Nov 2007, at 10:19 pm, mephi wrote:
That's great thanks, I have one more question... I want to put some kind of cell padding into the table 'moduletable', as the output on the page looks like:
HomeNewsDev Blog
And I'd like:
Home News Dev Blog
How would I add this in?
I would do this by adding width to the td cells
#headerMenu td { width: 200px; }
You may want to fiddle around with the width to get the desired affect.
Thanks,
Dave