Re: Ads in Blocks...
"J. Cox" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.curiosa |
|---|---|
| Organization | PostNuke |
| Message-ID | <[email protected]> |
"Robert Town" <[email protected]> wrote in message news:[email protected] > J. Cox wrote: > > Which block type? > > Center is the worst but the left and right do it too. I tried editing the > Templats for them and editing the style sheet but it didnt change it. It > still had all the spaces. > > The Ad code I am/ Was using has hidden fields so I get credit. I am not sure what is causing the problem. However, what might be happening is there is a stray nl2br call in the html block which would cause the problem. Check the block and see if there is something like: $content = nl2br($content); and comment that out if there is. >