Closed (fixed)
Project:
Announcements
Version:
5.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2008 at 15:31 UTC
Updated:
14 Jul 2012 at 23:22 UTC
Hi,
I want to get the announcements block in my header to look something like this:
Title1 Abstract1 Title2 Abstract2 Title3 Abstract3
the divs need to be next to each other.
managed to get one title-abstract pair next to each other
but when i want more than one announcement to be displayed in a block
i get something like:
Title1 Abstract1
Title2 Abstract2
Title3 Abstract3
i just started learning css so i really dont know how to go about doing this.
if anyone's got some tips i'd really appreciate it.
thanks
Comments
Comment #1
nancydruIt looks like I need to add a wrapper around each announcement so that you can do this.
Comment #2
nancydruOkay. I've committed this change, hopefully in time to get tonight's -dev version roll-up.
Once you've downloaded the new version, you can add something like this to your CSS:
You can find the correct block name in the HTML output.
BTW, there is also an even/odd class if you want to do zebra striping.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
nancydru