Posted by traemccombs on March 3, 2006 at 6:31pm
2 followers
| Project: | Administration |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Please see attached file. I can't seem to paste the validation results into the form.
Thanks,
Trae
| Attachment | Size |
|---|---|
| validation-results.txt | 7.5 KB |
Comments
#1
I am also using the 4.6 backport.
Trae
#2
$col1 = '
';
$col2 = '
';
$col1 = '
';
$col2 = '
';
edit the CSS to use .col1 instead of #col1
Thanks Merlin!
#3
$col1 = '<div id="col1"><ul>';
$col2 = '<div id="col2"><ul>';
Should be
$col1 = '<class id="col1"><ul>';
$col2 = '<class id="col2"><ul>';
edit the CSS to use .col1 instead of #col1
#4
Ok,
I've done that...
next round, see attached.
Trae