English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do i make a banner heading and how do i span it over 2 columns?

2007-06-21 00:58:32 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

The proper way to do this is to create your banner heading, then insert a continuous section break (Insert > Break > Section break types > Continuous) then create your two columns (Format > Columns > Two).

Note that this gives you newspaper-style columns, i.e. you have to fill up the first column before anything appears in the second column.

If you want independent columns, you will have to create a table with one row and two columns, so you might as well forget the section break and make the whole thing a table with two merged cells in the first row for your banner heading.

2007-06-21 04:16:23 · answer #1 · answered by rrabbit 4 · 0 0

I use a wrapper

for the *entire* page, then one item I include is a top
for the banner, and inside that
I place a
for the left half and a
for the right half...another alternative is, if one of the two parts of your banner is just an image, use CSS to set that image as a background-image for that part of the banner
and set the margins for the rest of the banner
so that everything else scoots over to let the background-image appear by itself. Yet another way, awkward, but if you HAVE to, would be to set up a table inside that
with one containing part and the other containing the other part...

2007-06-21 12:35:58 · answer #2 · answered by fjpoblam 7 · 0 0

You can make an hmtl banner and insert it in the header area of your document. That way it will span the columns. Another way to do it is to use section breaks.

2007-06-21 08:02:04 · answer #3 · answered by MLM 7 · 0 0

Create a table with two columns and 2 rows. Merge the top two columns from the Table menu.

2007-06-21 08:03:16 · answer #4 · answered by Keztacular 3 · 2 0

fedest.com, questions and answers