theEclipse
Programmer
Hello
I am working on an addition to my website. Does anybody know how to achieve this effect without using a table?
Also posted online for example
Its a one-row table with a heading in the left cell and the content in the right cell so that the content is indented to the end of the heading.
Robert Carpenter
"Disobedience to conscience is voluntary; bad poetry, on the other hand, is usually not made on purpose." - C.S. Lewis (Preface to Paradise Lost)
ô¿ô
I am working on an addition to my website. Does anybody know how to achieve this effect without using a table?
Code:
<table border="0"><tr><td valign="top">Ingredients:</td><td> One cup flour<br />3 Eggs<br />1 Tbsp baking powder</td></tr></table>
Its a one-row table with a heading in the left cell and the content in the right cell so that the content is indented to the end of the heading.
Robert Carpenter
"Disobedience to conscience is voluntary; bad poetry, on the other hand, is usually not made on purpose." - C.S. Lewis (Preface to Paradise Lost)
ô¿ô