Mathew Snyder wrote:
> I find it easier to read things side to side so I replace the months hash with
> an array and just laid it out in a long 'qw//' way. Using the sprintf doesn't
> really improve things much over printf.
your choice :) I was just telling you my opinion.
>
> At any rate, I have no idea how to format a <div> block. Any help would be
> appreciated.
You just print the time information you need inside a div block, and
then read the css documentation :)
html code:
<div id="custom-time-addon">
<p>2007 10 01, 10:10:10</p>
</div>
css:
div#custom-time-addon {
float: right;
color: red;
};
More information you can find on http://www.w3schools.com (learn css),
or into the official css specifications from w3c
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com