Content Block Help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Hayezb
Forum Newbie
Posts: 1
Joined: Thu Jun 19, 2008 5:47 pm

Content Block Help!

Post by Hayezb »

Whats up everybody? If this is in the wrong section, my bad, but didnt know where else to put it.

I am having a problem developing my site, I'm still learning. I am trying to get my posted news articles to show up on the left side of my site, and on the right side I want to add other content blocks (such as links, ads etc...) but I cant get them to show up side by side. If you visit this site it will show you what I'm talking about (News articles on left, other blocks on right). http://www.decadora.com/index.html

I tried putting them in different <div> tags, then in the style sheet I would make them float: left; and float: right; but don't know if thats what I need to do. I'm running my site on a local host or I would show you mine. Also, when I use the float option it messes up the main background color.

Hope you guys understand my question and you can help me out :banghead:
WebbieDave
Forum Contributor
Posts: 213
Joined: Sun Jul 15, 2007 7:07 am

Re: Content Block Help!

Post by WebbieDave »

This is a forum for obtaining help with PHP code. If your issues are with HTML/CSS you'll want to head off to one of the many forums that deal with such subjects :)
Post Reply