Jump to content

Newsletter Formatting

Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Newsletter Formatting Rate Topic: -----

#1 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 12 January 2007 - 11:19 AM

This is more a technical question as opposed to something related to the newsletter receiver. I was reading my RSS feeds and ran across a really good article describing how to code a newsletter. It suggests using tables in the layout as opposed to CSS. I wanted to know if anyone has opinions on it.

Sitepoint article said:

So put your standards-compliant best practices and lean markup skills aside: we're about to get our hands dirty!

Read the original article then post here your thoughts.
Posted Image
0

#2 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 12 January 2007 - 11:27 AM

Oh heck yeah, I learned the hard way, long ago, that no CSS should be in a newsletter. Web-based email programs are known to strip out CSS automatically.
0

#3 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 12 January 2007 - 11:33 AM

Just pretend it's 1998 and you should be fine.
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#4 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 12 January 2007 - 12:01 PM

So how do you style links and all that jazz?
Posted Image
0

#5 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 12 January 2007 - 12:07 PM

View PostJPMitchell, on Jan 12 2007, 12:01 PM, said:

So how do you style links and all that jazz?

Just using <font color="#ffcc00">link</font>, etc.

I'm going to go wash my hands now...
0

#6 User is offline   sypher 

  • the owner3r
  • Group: Administrators
  • Posts: 1,578
  • Joined: 04-April 06
  • Location:North Wales, UK
  • Interests:Art, Boxing, MMA, Graphic Design, Web Design etc. ;)

Posted 12 January 2007 - 12:53 PM

Herk feels dirty.
sypher design - North Wales Web Design | Latest Work: - Scala Cinema

CSS - Can't See Sh*t
0

#7 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 12 January 2007 - 03:12 PM

That's really odd, because I know a company (my full time job) sends out newsletters with CSS classes attached within them and table based layout. The only difference is a non-external stylesheet as it is just in the <head> of it.
Posted Image
0

#8 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 13 January 2007 - 05:22 AM

Surely you could use inline css instead of font tags? Is it really that bad?
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#9 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 13 January 2007 - 09:58 AM

I can't say that I've run the most extensive tests on this matter, but I did spend time testing my own scenarios and reading up on it from the pros: http://www.campaignmonitor.com/blog/archiv...e_to_css_1.html

I found that in order to cover all possible email clients, web-based or not, I simply don't use CSS in any way. Most are known to parse your code and either strip out your inline css, strip out your style link or import, or even go as far as inserting an "x" in front of every CSS selector.

This is simply because they don't want your styles, somehow, messing up their webpage, and thereby removing the "branding and image" they created all these years.
0

#10 User is offline   James Mitchell 

  • Legendary
  • Group: Administrators
  • Posts: 922
  • Joined: 26-July 06
  • Gender:Male
  • Location:Fort Wayne, IN

Posted 13 January 2007 - 07:51 PM

Marc,

That is an excellent link. I will spend some time there. It'll be an interesting read.
Posted Image
0

#11 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 22 February 2007 - 09:53 AM

I just now posted an introduction to a great study recently done on email marketing newsletter statistics, jump over to it here: http://www.webradiance.com/off-topic-f4/ge...mages-t948.html
0

#12 User is offline   christopher 

  • W.R. Corporal
  • Group: Members
  • Posts: 59
  • Joined: 01-August 06
  • Location:In the UK

Posted 16 April 2007 - 02:05 PM

ive just done a mailshot. i created in Fireworks and dream weaver 8, it didn't work properly cos of the css so i resorted to (my favourite software before i bought dreamweaver) FrontPage 03. Havent used it in ages - i can see why!

I recoded the tags in that cos it does it the OLD way...

Crap software has its uses....
Christopher
0

#13 User is offline   howtodress123 

  • W.R. Private
  • Group: Members
  • Posts: 20
  • Joined: 22-August 11

Posted 22 August 2011 - 09:22 AM

I learned the hard way, long ago, that no CSS should be in a newsletter. Web-based email programs are known to strip out CSS automatically. :)

How To Dress For Your Body Shape

This post has been edited by howtodress123: 22 August 2011 - 09:33 AM

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users