PDA

View Full Version : Coding.



Pazza
06-08-2008, 03:12 PM
I've posted before, but I still can't find it :@

Like in --ss--'s tut, but how do you do it for a whole site. I have a feeling its all to do with alligning, so tuts on that, and divs xhtml whatever it is.

+rep for any help

Moved by Invent (Forum Moderator) from Designing & Development: Please post in the correct forum next time, thanks :).

Funya Chin
06-08-2008, 03:31 PM
float: left/right;

I think that's basically all you have to add to a layout once you've coded all the boxes etc.

--ss--
06-08-2008, 04:04 PM
Yep, that's all it is, seperating the whole layout into boxes and then using float tags to position them, it's just common seance on getting there from coding a box ;).

Jahova
06-08-2008, 05:18 PM
Use the float tags.
If you are just learning to code, read some tutorial sites on DIVs and CSS, they should help alot.

Meti
06-08-2008, 06:11 PM
How can you make the content box go in middle then ? ;) :P

Excellent
06-08-2008, 06:24 PM
margin:auto;

Want to hide these adverts? Register an account for free!