From: dayav07 on
I need help with something... I am creating a menu for my website... I have
done that already in Photoshop, They are tabs... each page has a different
picture (menu). And now I made a table and i want that for the body of my
page... but the table is not lining up with the menu, there is a gap in
between.

See picture:

<a href="http://tinypic.com" target="_blank"><img
src="http://i40.tinypic.com/x2qhbs.jpg" border="0" alt="Image and video
hosting by TinyPic"></a>

And I tried making the body a shape, it lines up but when i preview in
browser the shape goes off to the left, doesnt stay centred.

Help will be much appreciated :)
From: LD55ZRA on

I think you should post a link to the test-website so that people can
see the source code to advice you better.


dayav07 wrote:
>
> I need help with something... I am creating a menu for my website... I have
> done that already in Photoshop, They are tabs... each page has a different
> picture (menu). And now I made a table and i want that for the body of my
> page... but the table is not lining up with the menu, there is a gap in
> between.
>
> See picture:
>
> <a href="http://tinypic.com" target="_blank"><img
> src="http://i40.tinypic.com/x2qhbs.jpg" border="0" alt="Image and video
> hosting by TinyPic"></a>
>
> And I tried making the body a shape, it lines up but when i preview in
> browser the shape goes off to the left, doesnt stay centred.
>
> Help will be much appreciated :)

--
From: dayav07 on
I have not published it as yet but how can you create a tabbed menu system?

"LD55ZRA" wrote:

>
> I think you should post a link to the test-website so that people can
> see the source code to advice you better.
>
>
> dayav07 wrote:
> >
> > I need help with something... I am creating a menu for my website... I have
> > done that already in Photoshop, They are tabs... each page has a different
> > picture (menu). And now I made a table and i want that for the body of my
> > page... but the table is not lining up with the menu, there is a gap in
> > between.
> >
> > See picture:
> >
> > <a href="http://tinypic.com" target="_blank"><img
> > src="http://i40.tinypic.com/x2qhbs.jpg" border="0" alt="Image and video
> > hosting by TinyPic"></a>
> >
> > And I tried making the body a shape, it lines up but when i preview in
> > browser the shape goes off to the left, doesnt stay centred.
> >
> > Help will be much appreciated :)
>
> --
> .
>
From: LD55ZRA on

"dayav07" <dayav07(a)discussions.microsoft.com> wrote in message
news:DBC72CDD-2DF2-4BC4-9B75-9A8F7B92811C(a)microsoft.com...
>I have not published it as yet but how can you create a tabbed menu system?
>

See if this article helps:

http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners.shtml

I like using CSS because with it you can control each and every pixel on the
screen and as you know each pixel costs money these days in terms of
advertising revenues or lost revenues. Tables are good for layout but they
are sometimes difficult to control.

hth