Barney

<div class="separate-from-next">
  <p>Blah blah blah</p>
  <p>Blah blah blah</p>
  <p>Blah blah blah</p>
</div>
<!-- would-be separator -->
<div class="separate-from-previous">
  <p>Blah blah blah</p>
</div>

Something like this, Rob?

The thing is... When you say you don't particularly want to see page
breaks if you're viewing a document unstyled... Are there any other
breaks you would like to avoid? Perhaps a matter for custom CSS for
those elements is more what you're after.


believe it or nor I might actually go

<h2 >xxxxx</h2>
 <p>Blah blah blah</p>
 <p>Blah blah blah</p>
 <p class="VisualSeparatorBelow">Blah blah blah</p>
<h2 >xxxxxx</h2>
 <p>Blah blah</p>
 <p>Blah blah blah</p>

I try and not to make use of <div> where possible as they are non sematic
!!!!

I would let
a) the indicated paragraph act a visual break for sighted users
b) the h2 act as an audible break for screen readers
c) I wouldn't hide the <h2>, a quite right complaint made by you before.  If
the h2 isn't worth showing it clearly isn't a new topic and it isn't worth
using, and the next paragraph should just flow on

I just love how many ways you can skin a cat !!!

--
Regards

- Rob

Raising web standards : http://ele.vation.co.uk
Linking in with others   : http://linkedin.com/in/robkirton


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to