Upgraded today and …

zalephoto

New Member
When viewing a preview of my layout I am unable to smoothly scroll through the layout preview. No problem on the coding side. There is about a 20 second or more lag before the image scrolls down or up.

Also, where are the recipients stored? My system crashed a while back and this is the first time I am using MaxBulk Mailer and have lost my "lists". I need to add the different lists I have created to the new setup.

Thanks,

Richard
 

stanbusk

Administrator
Staff member
Do you mean scrolling in the 'Preview' panel? Are you previewing HTML code? Is the code clean and simple, I mean suitable for emailing? Lists are saved as plain text files here: '~/Library/Application Support/Maxprog/MaxBulk Mailer/Lists'.
 

zalephoto

New Member
Thanks for the location.

Here is my code:

It's time for the Beverly Hills Art Show
Oct 19th and 20th
See us at our new location*
Booth 359

<body><img src="https://db.tt/pFeqYVag" width="1000px" ></body>
<p style="margin:3px;"</p>

We have many Beverly Hills photographs and items that make great gifts. Our Beverly Hills coaster sets are
unique and the perfect thank you or house gift for your Beverly Hills friends.



We also have a wonderful collection of images from Greystone Mansion.

<body><img src="https://db.tt/qqi8Zj4t" width="1000px" height=""></body>
<p style="margin:3px;"</p>



One of our new images from our L.A. Eats collection.
This 40" x 40" canvas work contains 100 images of classic (and some not so classic)
diners, dives and drive-ins in Los Angeles county.

<body><img src="https://db.tt/MxAqHvdB" width="500px" ></body>



We will also be showing our popular coasters

<body><img src="http://db.tt/JqW6Kt2f" width="314px" height=""></body>
<p style="margin:6px;"
Our coasters and trivets are available individually or in sets. They are perfect for holiday gift giving.
Lifeguard Tower Coasters · Beverly Hills Coasters · L.A. Eats Coasters · Floral Coasters
</p>

<div style="width:700px;height:750px;border:2.5px solid red;">
* The Beverly Hills Art Show
October 19 & 20, 2013
10AM - 5PM
Booth 359
Please Note our booth has moved and we are now located
across from our previous location.
The PINK CIRCLE on the map is our new location.
We are listed in the guide under NEW MEDIA not Photography
We look forward to seeing you.

<body><img src="https://db.tt/Yl4yy4Ud"width="614px"></body>

</div>

<a href="http://www.zalephotoart.com/"><img src="https://db.tt/x6KybRr2"width="700px">
Click here to see our website</a>

If you wish to unsubscribe from our emails please reply to this email with the word unsubscribe in the subject.


Its is like stuck in preview (never acted like this before) you cannot do a two finger scroll. You have to use the slider on the right and it only seems to give page down as opposed to a smooth scroll and only after a substantial delay.
 

stanbusk

Administrator
Staff member
This is not an HTML message. Ah HTML message has this structure:

<html>
<head>
HEAD_HEADERS_HERE
</head>
<body>
BODY_STUFF_HERE
</body>
</html>

All the above tags have to be unique. You can't have more than one <body> tag for example.

What you can do is to remove all those tags, the style info and use the Styled Text format.
 
Top