Ticket #91 (new defect)
Opened 5 months ago
Use of <BR> tags to format projects.php page is deprecated, inflexible
| Reported by: | anonymous | Owned by: | florian |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | other | Version: | 0.4 |
| Keywords: | Cc: |
Description
It would be much better on the Projects search page to use <p> tags with an ID as opposed to <br> tags.
<p id="cpn_id_container">
... existing html
</p>
By doing this the CSS would be able to suppress the line break on some of these lines, thereby condensing the form to take up fewer lines. For example, the "billable" line could go on the previous line and the from and to dates could go on the same line.
Also, <br> is no longer standard; it is recommended to use <br /> now. but don't fix this. Move to <p> tags or <div> tags.
Attachments
Note: See
TracTickets for help on using
tickets.
