| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
..
Join Date: Sep 2007
Location: Glesga
Posts: 1,590
|
Cell padding on one side
I am building an html email in Dreamweaver... I need to make the padding in my cell about 50px on the right side only, what would I add to this code... <td colspan="7" rowspan="7"><font size="2" face="Arial, Helvetica, sans-serif">It's highly likely that you already know which area of study appeals to you. No matter which field that may be, it's worth remembering that completing any course takes time and commitment, so you should be sure what you want to get out of it, and keep your end goal in mind.<br> With ICS, you have access to a great range of qualifications in a variety of subjects, levels and sectors.</font></td> <td colspan="3"> |
|
|
|
|
|
#6 (permalink) |
|
Shun the non-believer
|
For decent and fairly accurate/consistent layouts in html emails you do need to use tables as the majority of clients don't let you use margins etc. on elements (you can add them but they'll just get ignored). You can't use background images either. Everything else can be CSS - especially the font tags! |
|
|
|
#7 (permalink) | |
|
Whitey
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 7,238
|
Quote:
For emails, tables are current, very current. Kid A: Here are a couple links that can maybe help you with the email: 8 HTML Email Tips I Wish I’d Known Sooner Guide to CSS support in email clients (2008) - Articles & Tips - Campaign Monitor |
|
|
![]() |
|