Hi all
I would like to see all the spans below inline one next to the other. I
do not want to use absolute but relative or no positioning. This will
eventually be a receipt that will be printed twice on the same page with a
control for input that disappears (display:none) when the document is sent
to the printer. That means that the document reflows and any absolutely
positioned elements in the flow after the form control will need to be
repositioned.
The actual document can be viewed here. Be aware it is in Hebrew.
A code example of the relevant problem is below. It doesn't display the way
I would like as it is and in the page above I use absolute positioning and
when the doc reflows I attempt to move them according to the new flow. Not a
good idea!! It's what I have.
any ideas?
<BODY>
<div>
<span><img src="apic.gif" width=79 height=84 alt="a picture"
border="0"></span>
<span title="put me between the gifs">name<br>a ddress<br>telep hone</span>
<span><img src="logo.gif" width=139 height=84 alt="company logo"
border="0"></span>
</div>
Jimbo
</BODY>
I would like to see all the spans below inline one next to the other. I
do not want to use absolute but relative or no positioning. This will
eventually be a receipt that will be printed twice on the same page with a
control for input that disappears (display:none) when the document is sent
to the printer. That means that the document reflows and any absolutely
positioned elements in the flow after the form control will need to be
repositioned.
The actual document can be viewed here. Be aware it is in Hebrew.
A code example of the relevant problem is below. It doesn't display the way
I would like as it is and in the page above I use absolute positioning and
when the doc reflows I attempt to move them according to the new flow. Not a
good idea!! It's what I have.
any ideas?
<BODY>
<div>
<span><img src="apic.gif" width=79 height=84 alt="a picture"
border="0"></span>
<span title="put me between the gifs">name<br>a ddress<br>telep hone</span>
<span><img src="logo.gif" width=139 height=84 alt="company logo"
border="0"></span>
</div>
Jimbo
</BODY>
Comment