Bill Moseley wrote:
At 10:10 PM 06/12/02 +0200, Per Einar Ellefsen wrote:

I was annoyed by the left border on pre sections being cut when it gets too long.


Wow, took me a while to even notice it!

I noticed the other day:

  http://perl.apache.org/release/outstanding/success_stories/

the first line wraps.  It would be nice if the wrap was not back to the
margin (under the arrow bullet) and instead wrapped just under the text.

It's currently dt/dd:

<dl>
<dt><a href="[%- sec.link -%]"><img src="[%- doc.dir.abs_doc_root -%]/images/arrow_right.gif" alt="-" align="bottom" border="0" height="10" width="18">[%- sec.title -%]</a></dt>


    [%- IF sec.abstract -%]
            <dd>[%- sec.abstract -%]</dd>

    [%- END -%]
        </dl>

How would you improve it without using tables?

something like this?
<dl>
<dt> image </dt>
<dd> title </dd>
<dd> abstract </dd>
</dl>

?
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to