[WSG] repositioning markup

2004-12-16 Thread Tim Burgan
Hello,
If I have an XHTML document containing tags in the order:
h1Heading One/h1
pParagraph/p
h2Heading Two/h2
pParagraph/p
How are these tags styled with CSS so that there are positioned in and 
out of order on the page with no relation to each other.. but when 
viewed in a text browser it viewed in it's original order.

Thanks
Tim
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] repositioning markup

2004-12-16 Thread Mordechai Peller
Tim Burgan wrote:
How are these tags styled with CSS so that there are positioned in and 
out of order on the page with no relation to each other.. but when 
viewed in a text browser it viewed in it's original order. 
It can be done using a combination of floats, positioning, and margins 
(especially negative margins). Without details of what you want, it's 
hard to be more specific.
**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**