Here some attributes for a tweaked .box class, which looks good to me:
.box { background-color: #f7f7f7; margin:3px 0; padding: 4px 7px;
border: 1px solid #999;}
I am very happy with th evisual results from my change to the div markup.
Looking at the HTML I could start complaining that text is not
automatically put into <p> </p>, in general, but only sometimes.
<h4> Header Four</h4>
a line of text<br />a second line<br /><h5> Header Five</h5>
a line of text<br />a second line<br /><h6> Header Six</h6>
a line of text<br />a second line<br /><div class='box' >
a line of text in a div<br />a second line in a div<br /></div>
<div class='box' >
a line of text in a second div<br />a second line in a second div<br /></div>
<p>a line of text<br />a second line</p>
<h2>List with conditionals, the compact way:</h2>
Note the text gets put into <p> tags after the <div>, but not after the <h4>
~Hans
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---