C
C
Capablanca2016-07-25 13:50:58
Python
Capablanca, 2016-07-25 13:50:58

How to make a tabular layout of an email newsletter?

Hello everyone, I started to study html recently, at work I got the task to make up an html mailing list.
I got acquainted with various materials and realized that I needed to typeset tables.
I drew such a fish from one of the blocks
BYuK.jpg
. And here is what happens when layout is made with tables . I indicated
BYuI.jpg
the boundaries of the table cells.
Maybe you need to take out some elements from the table and make them as to add more flexibility in placing the rest of the elements?
Help please :33

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
abs0lut, 2016-03-01
@Timebird

Simple and beautiful solution:

>>> a1 = [1,2,3]
>>> a2 = [4,5,6]
>>> [[num * number for number in a1] for num in a2]
[[4, 8, 12], [5, 10, 15], [6, 12, 18]]
>>>

V
Vladislav Polyakov, 2016-07-25
@Capablanca

Hold

I
iBird Rose, 2016-07-25
@iiiBird

here is foundation.zurb.com/emails.html

A
Alexander Alekseev, 2016-07-27
@shure348

there is such a service for promoting goods RetailRocket
they have an excellent designer of letters for mailing
register, rivet a letter, send it to yourself and change what you need)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question