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? 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. Link to comment https://forums.phpfreaks.com/topic/226062-css-sidebar-boxes/#findComment-1167087 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.