A.Translator wrote:
Quote:
I have done both tutorials - hence my question.
In fact, the menu I constructed is based on the positioned menu technique
described by PVII. My problem is: how do I add content? |
Humm well you just type the content into the layer? You might have a
table in a layer, so you insert the content in the table/cell, which is
inside the layer.
A table can be used, if that's your desire." But I
Quote:
daren't for I do not know how to do that without getting a layer inside
that table. |
Im guessing you are using the Insert>Layer method. Well dont do that
because, yes, it is easy to unintentionally insert a layer inside a
table. Instead click on the layer icon on the "insert" pallette and draw
the layer on the page. This will position it outside of any tables on
the page.
If you do put a layer in a table and want to move it out of the table
well just click on it, go to code view, cut what is highlighted, from
the opening <div> tag to the closing <div> tag, and paste it directly
after the opening <body> tag.
Is that any clearer for you to be able to do waht you want?