Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Brewt's templates

Quote Reply
Brewt's templates
Well done, the "brewt" template set looks really good. The other new one too, but personally, I prefer "brewt".

One small thing: the login and logout pages have a small white line in Galeon (Mozilla). Don't know if it's browser specific or not. See attached screenshot.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Brewt's templates In reply to
grrr! I thought it was just my mozilla Smile. It started happening in mozilla around 0.9.9 I think (and yes, it only happens on mozilla). Weird thing it doesn't happen on the logged in pages. The html is pretty much the same! I'll have to try figure that out tomorrow.

Adrian
Quote Reply
Re: [brewt] Brewt's templates In reply to
I had a similar problem on one of my sites a while back. I *think* I fixed it by moving the TD tags up to the same line as the image and/or text for that cell instead of on a separate line. Does that make sense?

Code:
<tr>
<td>
Text/Image here
</td>
</tr>

Should look like:
Code:
<tr>
<td>Text/Image here</td>
</tr>
Quote Reply
Re: [brewt] Brewt's templates In reply to
You seem to have fixed it. Congrats.

Ivan
-----
Iyengar Yoga Resources / GT Plugins