Tagged Questions
0
votes
1answer
23 views
Tablesorter not working when sent as HTML Email
I'm trying to email a table that will sort based on column when that column is clicked.
I found http://tablesorter.com/docs/ and it seemed pretty straight forward.
I'm using python to write the ...
3
votes
2answers
77 views
Creating an HTML table in Javascript for use in an email?
I read a post that was 4 years old stating it's not possible to pass HTML to an email body.
I would like to know if this is still true?
My current JavaScript is:
TableF = '<table ...
0
votes
1answer
36 views
Html email cell padding assistance
Need assistance adding padding to the main body text of this emailer so the text does not look quite so tight to the border.
It's probably a simple solution but I can't work out which table to add ...
2
votes
3answers
47 views
Table-formatted page with HTML5 elements?
Can I use HTML5 elements to outline code on a "page" that uses a table for formatting? For Example:
<section id="posts">
<tr id="posts-title-row">
<header><td ...
0
votes
1answer
116 views
How do I remove the white space above my images in an HTML email?
I have searched the web and this sight and tried every possible solution and still can't figure out why Outlook 2007-2013 is creating a white strip above my images.
Here is a link to the full email: ...
-1
votes
1answer
314 views
Responsive Email Design: Getting tables to fit 100% height cross-browser [closed]
I am trying to create a responsive design email layout.
It's pretty basic. On a desktop, there would be two columns, but on a mobile device there would be one column.
To accomplish this I have a ...
0
votes
1answer
187 views
Outlook 2007/2010 & GMail Paragraph Spacing Issues in Newsletters
Im getting double spacing in Outlook 2007/2010/2013 and GMail but it looks fine elsewhere. Im creating a newsletter and ive tried alsorts, border-collapses, margins, paddings, spans, and still cant ...
-3
votes
3answers
537 views
Outlook HTML Email
I have a HTML Email hosted at http://www.jn-design.co.uk/misc/Swagelok/email.html
The layout when being tested in earlier versions of outlook pre 2007 , seems to break. The content is moved to the ...
0
votes
1answer
56 views
How to evenly distribute content across an html cell for a newsletter?
Okay this is a newsletter so its heavy on tables and can't use much CSS but I'm sure there must be a solution.
I have a design I'm working on with the title of the newsletter at the top. Directly ...
0
votes
1answer
34 views
In HTML e-mails, what's the alternative to table 'cellpadding'?
Since 'cellpadding' attribute is not supported in HTML5, what's the best way to apply padding to all cells in a table in HTML e-mail?
I've read that linked style sheets are are bad idea as widely ...
0
votes
2answers
176 views
Left-aligned table in Outlook vaporizing parent div container borders
I am trying upgrade my HTML email so that images within each article allow the following paragraph's text to wrap around it. I read containing such an image within a align="left" table was best, ...
0
votes
1answer
71 views
why does gmail always add or delete some decimal part to the width of an item in email?
I'm working on an email HTML template and I sent a test to my gmail account. I specified every <td> element's width and made sure all the <td> width in a row add up to exact the table ...
2
votes
2answers
167 views
HTML table in Email
I have made the following email template,
but instead of shown data in table format; it shows the complete Html codes in the email body. Please help me fix this.
<table style="font-family: ...
0
votes
4answers
179 views
Link padding HTML email
I have table with this markup:
<tr id="main_nav">
<td style="width: 100%" colspan="2">
<a>Link1</a>
<a>Link2</a>
...
0
votes
2answers
50 views
How can I maintain the width of a table?
I am trying to set up a table for an email template with an image on top that takes up the full width (600px) followed by two columns of images that split down the middle. But for some reason the ...
0
votes
2answers
637 views
Outlook not respecting table cell width in html email
I am trying to create an HTML email that uses gradients that will render properly in all email clients. I initially tried a vertically repeating 1px by 13px image background using a TD property and ...
1
vote
1answer
233 views
Extra space added after link tag in html email
This regards HTML emails...
For some reason email-clients are adding an extra space after a text link.
Here's the code:
<a href="http://foo.com" target="_blank" style="text-decoration: none; ...
2
votes
1answer
167 views
Mail Template gradient
I want a gradient shadow along the side of the content row. The gradient must expand in relation to the content.
What I'm doing right now is having 9 td's with a right border next to my content. This ...
0
votes
3answers
365 views
Outlook 2007 and 2010 table cell formatting lost with long content
The set up:
<table width="600" >
<tr>
<td width="400" rowspan="2" valign="top">
With very long content here*
</td>
<td width="200" ...
0
votes
1answer
866 views
Extra space in HTML email shown in Outlook email cient
I created a html email and it looks great in all browser clients like hotmail and gmail. Also works great in Entourage. The only place it will not work great in is Outlook.
Here is a screenshot to of ...
2
votes
5answers
2k views
Large gap in table - Outlook 2010
I am working on multiple emails for a client who is using Outlook 2010 version 14 for a PC in their office. No matter how the email is created the right side of the table is blown way out.
For ...
0
votes
1answer
645 views
Outlook 2010 spacing issue between tables rows
I have a single table HTML with 3 columns (25px : 580px : 25px) with white background throughout table, trs and tds. All works in every browser except Outlook 2010.
In Outlook 2010 I am receiving ...
1
vote
2answers
1k views
How can I get rid of this one pixel space between table cells?
I'm designing an email campaign and my requirements dictate no CSS. Don't get me started on that.
Everything's working fine except for the table noted below. The corner pieces are offset from the ...
2
votes
3answers
2k views
make img height 100% of td
I'm creating an HTML email and since background images can't be used on anything but <body> thought I could get around this by making a border image 100% height within a cell. Perhaps it was ...
3
votes
3answers
1k views
Is it possible to use display:block on td in HTML email, to achieve responsive table design?
This fantastic article describes how to create responsive tables which scale fabulously to mobile browsers.
Now I'm trying to apply the same technique to html emails but display:block just won't seem ...
1
vote
1answer
82 views
Outlook, gmail basic issue (caused the code)
I found issue when try to create my first email template design that I think it caused the code(I am so new for that).
This is the screenshot.
Wondering why the "blog post" and "sidebar" ...
0
votes
2answers
2k views
How do I delete space between two tables in HTML email?
You can see the example here: http://jsfiddle.net/8EHED/8/
This is a tricky problem because I am forced to use two tables since each row of the two tables don't have matching cells (otherwise, this ...
0
votes
2answers
1k views
How to fix sliced image within table for html email
I was assigned to create an HTML email that uses a sliced image in the header. I haven't ever worked on HTML emails and I've spent 4 hours on the same thing trying to fix the spacing.
Here's the ...
0
votes
4answers
5k views
HTML email tables broken in Outlook 2007 & 2010
I have an email template that works fine in most email clients (or at least acceptable), but completely breaks in Outlook 2007 and Outlook 2010.
I'm aware that these versions of Outlook use the Word ...
0
votes
2answers
31 views
Like to make a list that has simple 'TABbed' formatting in HTML newsletter
Remember this is a question about code for an HTML email newsletter (code restrictions apply).
I want an un-ordered list of dates and events formatted so the dates run in a column on left margin and ...
5
votes
5answers
5k views
Table style border- outlook 2010 adds an extra space
I created an HTML for email marketing. I placed a table, and applied a border around it:
<table border="0" cellspacing="0" cellpadding="0" style="border:1px solid #982676; margin:0 16px;">
...
2
votes
3answers
2k views
HTML Emails - Empty Tables/TR/TD as spacers
Has anyone had any experience with using empty tables, table rows or table cells as layout spacers?
I've been testing out my HTML email in various email clients (Mail, Entourage, Gmail, etc.) and ...
0
votes
1answer
4k views
Outlook 2010 Table Cell Width Showing Incorrectly
I am having a similar problem coding this email for Outlook 2010 (of course). The email is fine in most client but the width of the text ares is bigger than it should be. No matter what css, or html ...
1
vote
1answer
183 views
HTML Tables not accepting width
http://www.trileafweb.com/email.html
Why will these TD tags toward the bottom not accept my width of 300px? I cannot understand it for the life of me :/
I will put width="300px" on it and then go to ...
1
vote
3answers
454 views
HTML email bgcolor property not working correctly
I have been trying to send out html emails through a php mail script recently. However everytime I send the email it changes
from
<html>
<body>
<table bgcolor="red">
...
1
vote
2answers
2k views
HTML email - extra padding in cell in firefox & hotmail on pc
I'm trying to style a HTML email, obviously using tables and inline styles. I'm testing using litmus .com
I'm getting pretty good consistent results, apart from on 2 clients - Hotmail & Gmail on ...
0
votes
3answers
2k views
Email table rendering in Windows Live Hotmail
An HTML signature is displaying incorrectly in Hotmail in Chrome / Firefox / Safari, but works fine in all of these browsers and every other client I've used so far. Images used for rounded corners ...
1
vote
4answers
766 views
Formatting e-mail body (HTML?)
One simple question, what are the ways to format some email body? Especially I would need something like
<table><tr><td></td></tr></table>
tags. But as for now, ...
10
votes
4answers
16k views
What's the best way to center your HTML email content in the browser window (or email client preview pane)?
I normally use CSS rules for margin:0 auto along with a 960 container for my standard browser based content. But I'm sorta new to HTML email creation and I've got the following design that I'd like to ...



