I have two blocks "events" and "travel".

I want to put the two blocks show in one line in the content top.

one is "float: left", the other one is "float:right"

How should I do??

Comments

cmckay’s picture

Have you tried creating 2 new regions above your content top that float side by side.

mykingla’s picture

How to create 2 new regions in the view

cmckay’s picture

Adding custom regions is not very difficult. Try to follow the instructions in this link: http://drupal.org/node/29139

Let me know if you need any more help.

mykingla’s picture

Mine is 6.8
The article http://drupal.org/node/29139 uses 5.x or 4.7

cmckay’s picture

The process is basically the same in D6 mykingla,

You can also check out this post about custom regions http://drupal.org/node/237391.
What theme are you using as your base theme?

mykingla’s picture

If use panel module, is it better or easy

mykingla’s picture

cmckay’s picture

Panels will give you the same effect, but my philosophy is that the fewer the additional modules, the better. I will take a look at your theme later tonight to give you some pointers.