Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-10-2009, 07:29 PM   PM User | #1
Pebble-Works
New to the CF scene

 
Join Date: Mar 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Pebble-Works is an unknown quantity at this point
Question Styling twitter news casts

Hello,

I posted simler post lately didnt get much reply...

However now I have my site which you can look at and check out.

I want to know if anyone can help me put a break after the news and before the time it was posted... the twitter news is in the right sidebar.

The website address is http://www.divine-whispers.co.uk/


Basically I want the news to look like this:

---------

"news update: I posted news"
About 2 days ago

---------

I just don't know how to make the a link automatically go on the next line...

If you need to know any thing else please ask!

Thanks for your help!
Pebble-Works is offline   Reply With Quote
Old 03-10-2009, 07:42 PM   PM User | #2
Apostropartheid
The Apostate


 
Apostropartheid's Avatar
 
Join Date: Oct 2007
Posts: 3,215
Thanks: 16
Thanked 265 Times in 263 Posts
Apostropartheid is on a distinguished road
Setting the anchor to a block-level element will force a break.
Code:

#twitter_update_list a {
  display: block;
}
__________________
Blog | Twitter
Useful links: W3C HTML Validator | W3C CSS Validator | HTML 5 Guide
CF: HTML & CSS Resources/Tutorials Thread | HTML & CSS Posting Rules and Guidelines
Remember: no link, no code, no help!
Apostropartheid is offline   Reply With Quote
Old 03-11-2009, 01:04 AM   PM User | #3
Pebble-Works
New to the CF scene

 
Join Date: Mar 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Pebble-Works is an unknown quantity at this point
Quote:
Originally Posted by CyanLight View Post
Setting the anchor to a block-level element will force a break.
Code:

#twitter_update_list a {
  display: block;
}
Fantastic, worked like a charm.
Don't know much about blocks will have to look in to them.

Anyways your a star thanks!
Pebble-Works is offline   Reply With Quote
Reply

Bookmarks

Tags
css, feed, news, styling, twitter

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:14 PM.


Advertisement
Log in to turn off these ads.