Julius Posted January 29, 2011 Share Posted January 29, 2011 Hi, I'm trying to make my own blog, and first of all I decided to make the design. The problem is, I dont know where to start, because i have never did something like that (I mean design). So, i don't know how to do this: I want make two columns, in one of them(left) I will display articles, on the other(right) I want to make a login box and a box that contains some short messages. How can I do that? Quote Link to comment https://forums.phpfreaks.com/topic/226062-css-sidebar-boxes/ Share on other sites More sharing options...
©ode® Posted January 29, 2011 Share Posted January 29, 2011 You do this by using CSS <div> tags. It actually doesn't take a lot to teach yourself the basic CSS layout. I would recommend doing a google search for CSS tutorials or check http://www.w3schools.com/css/default.asp for some free CSS lessons. Alternatively you can also google CSS two column layout. There are a lot of free building blocks out there for you. I would still recommend taking the time to learn basic XHTML & CSS if you plan on designing your blog yourself though. Quote Link to comment https://forums.phpfreaks.com/topic/226062-css-sidebar-boxes/#findComment-1167087 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.