Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Help with attachment layout required.

Quote Reply
Help with attachment layout required.
Hi

I've been trying to get my attachment lisitings to look like this.

image1.gif ( 4.05 kb ) image2.gif ( 4.05 kb ) image3.gif ( 4.05 kb ) image4.gif ( 4.05 kb ) image5.gif ( 4.05 kb ) image6.gif ( 4.05 kb ) image7.gif ( 4.05 kb )

but what I am finding is that the listings are all placed side by side and do not wrap at the end of the cell therefore wildly distorting the template.

How can I get the listings to wrap? I've trying to get it do this for ages.

Regards

Stoosh
Quote Reply
Re: [Stoosh] Help with attachment layout required. In reply to
Take a look at the "brewt" templates in 2.1. I made it wrap on every 5 (or maybe it was 4) attachments.

Adrian
Quote Reply
Re: [brewt] Help with attachment layout required. In reply to
Thanks Adrian

I have have take the code from the Brewt template and placed it in my template but four attachments across is too many.

Can you tell me what I need to change in order to reduce this to three across?

Regards

Stoosh
Quote Reply
Re: [Stoosh] Help with attachment layout required. In reply to
Just change 4 to whatever you want it to be:
Code:
<%ifnot viewable % 4%>

Adrian
Quote Reply
Re: [brewt] Help with attachment layout required. In reply to
Thanks Adrian Smile
Quote Reply
Re: [brewt] Help with attachment layout required. In reply to
Doesn't the 4 have to be quoted like:

<%ifnot viewable % '4'%>


?