>>
Site Map
>>
Forums
>>
Blocks
Forum module - topics in forum:
Blocks - Having problems with a block? Code doesn't work, get help here.
News Block!
Hi i need a news block i have a standerd one but it only shows todays most read story i need one where it says all of my news for that day can anyone help?
Try
THIS. It should be what you are looking for.
Thats what i wanted but its a center block i wanted a side block sorry i forgot to say, but if there is no side block how do i change the color of the backgroung its white? my theme is blue and black lol sorryyyy

Open the block-Scroll_latest_news.php with wordpad. Find
| Code: : |
| $content .="<td width=\"100%\" align=\"center\" bordercolor=\"#d9cbaa\" background=\"" border=\"0\"><img src=\"" border =\"0\">"; |
replace that with | Code: : |
| $content .="<td width=\"100%\" align=\"center\" bordercolor=\"#d9cbaa\" background=\"" border=\"0\"><img src=\"" border =\"0\">"; |
That sould use the css style of your site.
thanks very much:)