The only page I am currently using Panels on is my front page, and when trying to validate that page, the single error I get is:
Error Line 257, column 10: there is no attribute "clear" .
So how can that be removed/altered?
The only page I am currently using Panels on is my front page, and when trying to validate that page, the single error I get is:
Error Line 257, column 10: there is no attribute "clear" .
So how can that be removed/altered?
Comments
Comment #1
pietrocap commentedThe same happened to me.
Solution: In modules/panels/layout find the .inc file related to the layout you are using and edit it with notepad or whatever code editor you prefer.
At the bottom of the code find the line:
<br clear="both" />Replace it with
<br style="clear:both" />Comment #2
mb2 commentedThat worked! Thank you.
Comment #3
merlinofchaos commentedChecked in a fix for this.
Comment #4
(not verified) commented