English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How would I go about creating a layout like this:
http://i4.tinypic.com/4u2rasp.gif

2007-05-18 01:35:46 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

You just need to setup some columns.. here is a great article on the process

http://alistapart.com/articles/holygrail

and another just in case.
http://www.maxdesign.com.au/presentation/page_layouts/

2007-05-18 01:43:47 · answer #1 · answered by Tracy L 7 · 0 0

The output u required will be created in CSS with defining the style u want with required color,fontsize etc.

.box {
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
}

but we cant get infinite no of boxes.

2007-05-18 08:51:44 · answer #2 · answered by raji_badari 2 · 0 0

fedest.com, questions and answers