[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
On Nov 22, 2007, at 3:59 AM, Brown, Alan wrote:
Hi,

Has anyone come up with a good way of removing the annoying br tag
(unxhtml - if thats a word) that is generated between toplogo.html and
pverifyweb.html? Failing that neutralising its impact with some clever
css. Personally I cannot really afford the white space there. Its made
me so angry that I have raised a support call for it - but I don't
expect it to be remedied any time soon.

I found that almost all of the <br> tags WebPAC spits out aren't really needed. We've got the following in our CSS:

------------

br {
display: none;
}

div.multi-search-terms br,
td.yourEntryWouldBeHereData br,
div.checkinCard br,
table.export-options br {
display: block;
}

------------

Those last four selectors occur in some of the divs that we added ourselves in which the <br> tags actually *are* useful.

-Tyson

--
Tyson Tate
Web Developer
Robert E. Kennedy Library
Cal Poly University