![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i would like to make a table or should i use some layout property like table-layout or something else? can anybody point me to the best solution. |
#3
| |||
| |||
|
|
hi, i would like to make a table (for which the source is down the page) with the use of CSS...i want to know if every cell has to be block object absolutely positioned inside <div> that represents a table, or title could be float: none, picture float:left, and all 4 text fields inside <p> tag relatively positioned with picture... or should i use some layout property like table-layout or something else? can anybody point me to the best solution. thanks SOURCE for the table: table bgcolor="#FFFFFF" width="250" height="100" cellspacing="2" cellpadding="2" border="0" tr td colspan="2" bgcolor="#FF8080">Title</td /tr tr td rowspan="4" bgcolor="#c0c0c0" width="100" align="center" valign="middle">Picture</td td bgcolor="#FF8080">text1</td /tr tr td bgcolor="#FF8080">text2</td /tr tr td bgcolor="#FF8080">text3</td /tr tr td bgcolor="#FF8080">text4</td /tr /table |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |