Hi, I was so impressed with the sql fix I installed it on our live site just in time to advertise a company charity event.... Then i came across a bug. Not a big one! Our site has an issue with the 'more_news' page an wondered if it was a straight forward bug or something that's conflicting with just our site.
It's best explained better with a snipet of the source code provided by W3C as below:
<p>Every penny raised helps us make a difference to people affected by cancer</p><br />↩
<br />↩
<ul><br />↩
<li>When: Friday 28th September</li><br />↩
As you can see, the page automatically provides <br />'s at the end of every line. The resulting large spaces between each paragraph don't help the apparance. It behaves completely normal on the home and news_archive pages.
I have tried adding things like: br { display: none;} to the css, it worked for the page but had effects on some other pages. Alos tried: #moreNewsDefault .newsContent+br { padding: 0.3em 0; display: none;} which had no effect at all.
Many thanks for any assistance


Reply With Quote
