newsletter + ecard bug

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

newsletter + ecard bug

Post by pSouper »

Hi OG [et al]
I was testing the newsletter and the ecard on the same article (no real reason for this) and noticed that formatting may be missing something as they do not show as expected. a missing </table>, </tr>, <td> or something. I only mention it as it may affect other configurations of these content parts.
just an FYI really. stress not ;)
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

No it's no real bug - HTML error because I used the default newsletter form like this:

<table>
<form>
<tr><td></td></tr>
</form>
</table>

It's no good styled HTML - will be changed to
<form style="margin:0;padding:0">
<table>
<tr><td></td></tr>
</table>
</form>

As you can see - I did it this way (earlier) because on IE the form has very ugly bottom margins.

Regards
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Jérôme
Posts: 481
Joined: Tue 16. Mar 2004, 10:33
Location: Cologne, Germany
Contact:

Post by Jérôme »

Have I already said somewhere how I love the Internet Explorer? :mrgreen:
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

yeah, yeah - but I have to support this :)

Image
User agents in April 2004

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
ionrock
Posts: 279
Joined: Fri 20. Feb 2004, 17:04

Post by ionrock »

You don't HAVE to support it ;)
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

yes you do :)
you don't have to suppoert our every whim though ;)
Last edited by pSouper on Sun 2. May 2004, 11:45, edited 1 time in total.
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

"bug" solved in current release RC4
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked