Hi,

I searched the post but couldn't find any solution to any answer
Basically I am looking for two thing, 1) I created a list based on a term, it displays the lastest story for this particular term. the field for this list shows up as the folllowing:
[title]
[term]

I am looking for way to make the [term] on the same line as [title] ( meaning I don't want any break statement after [title] ).

2) The second incident I having is that my lists are displayed in the content region, but I want to split that region into two. So I can display the view blocks side by side and not top-bottom

example

[view block 1] [ view block 2 ]

as oppose to

[view block 1]
[view block 2]

Now I am thinking that I'll need to use the CCK module and create a custom page. but if I can go without this module, that'll be great

so please if you have any advice for a novice, im all ears and may the force be with you :)

Comments

merlinofchaos’s picture

Status: Active » Fixed

The title is merely wrapped in a

. You can accomplish what you want for 1) by applying some CSS.

For 2) you either want the panels module, which does that kind of thing but not really with regions, or 2) you want to CSS your region.

Anonymous’s picture

Status: Fixed » Closed (fixed)