>From: Peter Speltz <[EMAIL PROTECTED]>
>
>Hello wonderful list. I have a simple problem i think. I've tried for
>an hour to get a good solution. Basically i want a Heading bar that
>has the Heading TEXT left justified and menu links right justified.
>The number of links is unknown. here is sampl
On 16/08/06, Peter Speltz <[EMAIL PROTECTED]> wrote:
>
> HEADING TEXT item1
> item2 ...
Firstly, that's not valid HTML code. A block level element cannot sit
inside an inline element.
Better would be as follows:
Foo
bar
(etc)
To achieve the effect you want, you could try simpy floa
Hello wonderful list. I have a simple problem i think. I've tried for
an hour to get a good solution. Basically i want a Heading bar that
has the Heading TEXT left justified and menu links right justified.
The number of links is unknown. here is sample html:
HEADING TEXT item1
item2 ...