Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 01-01-08
justhomdotcom's Avatar
pants monkey
 
Join Date: May 2005
Location: Shrewsbury
Posts: 2,146
Thanks: 1
Thanked 12 Times in 7 Posts
justhomdotcom is an unknown quantity at this point
  Need help with HTML newsletter

Ok come up with a problem.
Normally with our newsletters to our customers they are very visual in that it's usually just a chopped up photoshop file.But this time wifey wants to try an experiment and make our newsletters more article based which means lots of text.

I've been playing around with it but found that hotmail. google and others strip out any CSS.

So im looking for anyone to take a look at the html file and rejig (in return for cash or pants) it so it kind of looks the way it is but will work with web based email systems.

If anyone want to PM me i'll give you the link to the example
__________________
Designer Men's underwear, swimwear click to join our program deadgoodundies.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-01-08
renegade's Avatar
Moderator
 
Join Date: Aug 2003
Posts: 3,221
Thanks: 85
Thanked 16 Times in 12 Posts
renegade seems to know their stuffrenegade seems to know their stuff
  Re: Need help with HTML newsletter

If you're still planning on including visual elements with styles you're probably better of sticking to your photoshop chop shop method and adding the text to the photoshop layout.
__________________
Joe's CantBarsed Blog | Discount Codes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-01-08
justhomdotcom's Avatar
pants monkey
 
Join Date: May 2005
Location: Shrewsbury
Posts: 2,146
Thanks: 1
Thanked 12 Times in 7 Posts
justhomdotcom is an unknown quantity at this point
  Re: Need help with HTML newsletter

There are still visual elements to it but the style for this one is more like a blog page layout .
We've been collecting various newsletters from other companies for the past couple of months to try and figure out what we like and don't like and the ones we did like for this particular style did have CSS in them so at the moment im not sure how they got around it (html skills aren't what they used to be )
__________________
Designer Men's underwear, swimwear click to join our program deadgoodundies.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-01-08
morleymouse's Avatar
Super Member
 
Join Date: Aug 2003
Location: Costa Del Sheffield
Posts: 2,752
Thanks: 3
Thanked 10 Times in 6 Posts
morleymouse is an unknown quantity at this point
  Re: Need help with HTML newsletter

hi, from memory to get it working with most of the web based emails your limited to tables and font tags

also give inline styles a work rather than setting up css classes eg.

<P STYLE="font-size: 10pt; color: green">Example of an Inline Style</P>

rather than

<P CLASS="greenclass">Example of an Inline Style</P>
__________________
Dan Morley
Alpharooms.com
daniel at alpharooms dot com - Hotels, Flights, Airport Transfers, Care Hire + More! sign up
My Blog | Cheap Holidays
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #5 (permalink)  
Old 01-01-08
Super Moderator
 
Join Date: Jul 2004
Location: Surrey
Posts: 871
Thanks: 4
Thanked 6 Times in 4 Posts
sgpratley seems to know their stuff
  Re: Need help with HTML newsletter

Dan's method is right, you need to include the css in the tags themselves, not in a stylesheet, and not in the header. Alternatively you can use old-skool font tags, but they don't set things like text sizes as consistently across browsers.

A bit of a pain in the butt and makes the code quite heavy. Start of with the simplest tables-based layout you can achieve, then style up the text from there, putting your css markup in the TD tags.

My own method is to start by carving up the layout in Fireworks to get a nice nested table layout, then go back in and do the text styling by hand. I think Adobe Image ready does the same thing but I've not used it in a few years.

If you've got the layout in a psd file, you could try PSD2HTML.com, they are extremely good. Click 'order now' and choose the email tab, there's a good explanation of what they do. Once you've got a template done by them you should be able to do your own quite easily afterwards.

Other thing to remember is that Outlook 2007 does a lovely job of screwing up any design that uses background images.

We've got a testing suite with all the major email clients and accounts with most of the webmail services. If you're almost there and want me to have a quick look PM me a link.
__________________
Stephen Pratley
Shine Marketing Affiliate Programme Management
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-01-08
justhomdotcom's Avatar
pants monkey
 
Join Date: May 2005
Location: Shrewsbury
Posts: 2,146
Thanks: 1
Thanked 12 Times in 7 Posts
justhomdotcom is an unknown quantity at this point
  Re: Need help with HTML newsletter

Thanks everyoen, i'll have to strip out all the formatting in dreamweaver tomorrow when im back at the office.

This is what im working with at the moment (or how it should be once i've fiddled with it)

https://www.deadgoodundies.com/test.html
__________________
Designer Men's underwear, swimwear click to join our program deadgoodundies.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-01-08
Super Moderator
 
Join Date: Jul 2004
Location: Surrey
Posts: 871
Thanks: 4
Thanked 6 Times in 4 Posts
sgpratley seems to know their stuff
  Re: Need help with HTML newsletter

You might be able to do that quite quickly using find & replace as follows

replace
<span class="content">
with
<span style="font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif; font-size: 11px; color: #777777;">
__________________
Stephen Pratley
Shine Marketing Affiliate Programme Management
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #8 (permalink)  
Old 02-01-08
justhomdotcom's Avatar
pants monkey
 
Join Date: May 2005
Location: Shrewsbury
Posts: 2,146
Thanks: 1
Thanked 12 Times in 7 Posts
justhomdotcom is an unknown quantity at this point
  Re: Need help with HTML newsletter

Ok sorted - had to do a lot of the style tags by hand because dreamweaver wasn't having any of it.

one thing I couldn't work out though is on some of the images (which are linked) I couldn't work out how to change the colour for the border from the default blue to black )ok i could just photoshop the border in on the image but that would be too easy)
__________________
Designer Men's underwear, swimwear click to join our program deadgoodundies.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-01-08
Super Moderator
 
Join Date: Jul 2004
Location: Surrey
Posts: 871
Thanks: 4
Thanked 6 Times in 4 Posts
sgpratley seems to know their stuff
  Re: Need help with HTML newsletter

<img src="pants.gif" style="border: 1px solid #000000;"> should do the job
__________________
Stephen Pratley
Shine Marketing Affiliate Programme Management
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-01-08
Registered User
 
Join Date: Oct 2007
Posts: 467
Thanks: 1
Thanked 8 Times in 7 Posts
philhancox is an unknown quantity at this point
  Re: Need help with HTML newsletter

One more point with the unsubscribe link - "i before e except after c".
__________________
Discount Codes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #11 (permalink)  
Old 02-01-08
justhomdotcom's Avatar
pants monkey
 
Join Date: May 2005
Location: Shrewsbury
Posts: 2,146
Thanks: 1
Thanked 12 Times in 7 Posts
justhomdotcom is an unknown quantity at this point
  Re: Need help with HTML newsletter

sorry thats my dxylasie kicking in
__________________
Designer Men's underwear, swimwear click to join our program deadgoodundies.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote