![]() |
Our Platinum Sponsors: |
|
#1
|
|||
|
|||
|
Hi all,
I am trying to make an HTML email. For whatever reason some letters are being appended to some of my code. The letters ecx are being appended to my id tags in the HTML. So: Instead of what I wrote eg: <tr id="headerrow"> I see in FireBug: <tr id="ecxheaderrow"> I have the CSS in my header and am using tables. The CSS looks like this: #title { text-align:center; padding-top: 15px; } #headerrow { text-align:center; } Which I think is fine Any one know whats going on here? Am I better using inline CSS or even and external? |
|
#2
|
|||
|
|||
|
Tried to be cheeky and change the CSS in the header to have ecx but no luck
|
|
#3
|
|||
|
|||
|
my knowledge of html email coding isn't great, but first thing i'd try would be in-line style
|
|
#4
|
|||
|
|||
|
Yeah inline css did it. Also I found out you cannot have background images which is a great shame.
|
|
#5
|
|||
|
|||
|
Yes you can have background images. There are a few tricks. Check over at Campaign Monitor.
|
|
#6
|
||||
|
||||
|
Quote:
when using CSS. Back to using tables...hello 1992, long time no see...http://www.campaignmonitor.com/css/ |
|
#7
|
||||
|
||||
|
Quote:
http://www.campaignmonitor.com/blog/...l-table-cells/
__________________
Coffee. 'Nuff said. Website: jarrydcrawford.com.au (not yet!) Blog: blog.jarrydcrawford.com.au CV: cv.jarrydcrawford.com.au |
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
||||
|
||||
|
Haha, glad to be of service :P.
I haven't tested it before but I guess you go by the comments on the post to how successful the technique is.
__________________
Coffee. 'Nuff said. Website: jarrydcrawford.com.au (not yet!) Blog: blog.jarrydcrawford.com.au CV: cv.jarrydcrawford.com.au |
![]() |
| Thread Tools | |
| Display Modes | |
|
|