Where Did Extra Space Come From In Html Of Struts App?
I'm debugging a Struts Java app, in my defaultLayout.tag file there are 2 tables, there is no space between them, but in the result html which I saw from Firefox's source code Insp
Solution 1:
In css add : br { display: none; }
Post a Comment for "Where Did Extra Space Come From In Html Of Struts App?"