Get rid of table row margin/padding in email template

Trying to create an email template, but I can't figure out how to remove the horizontal spacing between the table rows when embedding images. The problem goes away if I specify the doctype to s... Read more

1 answer Best answer by Jordan

How to build very small buttons in a column?

I want to make a form like that: [JavaSpinnerDemo][1] I can not find anything like that in html, so I think I have to use and two (or `</... Read more

2 answers Best answer by Fudgey

Fixed table column width and Outlook 2003 - what gives?

Hi all - I have a very simple HTML email that is sent out whenever we ship a given job. The email is basically a single table with two columns... I'd like the left-most column to have a fixed... Read more

7a81a042-858c-48fc-b398-94de0f381d71

3 answers Best answer by Justin Jackson

CSS: a grid with 4 requirements

hi, I need to implement a grid with the following features: 1) the columns width is fixed 2) the columns number depends on the window width 3) the elements has not fixed height 4) th... Read more

2 answers Latest by Patrick 5 months ago

Vertical Layout Table

I'm dynamically creating sets of radio buttons and am looking for a way to arrange them in a height specified area. An example of a horizontal layout is as follows: <div style... Read more

2 answers Latest by TailorDMI 5 months ago

table column with very long text

I have a table where the last column contains a very long string without spaces. How can I display that column with a "reasonable" (maybe fixed) width, forcing the long string to be split on mul... Read more

1 answer Latest by Edoardo Galvagno 6 months ago