Build A Responsive HTML Email Template with HTML Tables & CSS

  Рет қаралды 23,757

Drew Ryan

Drew Ryan

Күн бұрын

Пікірлер: 44
@drewr
@drewr 9 ай бұрын
Hey guys, I've just released my completely new and updated "HTML Email Mastery Course" for 2024 with the latest HTML Email concepts. I'm excited to release it, this is the best course I've ever made. Check it out here: ➢ w3newbie.com/email-course/ (coupon link for Udemy)
@drewr
@drewr 4 жыл бұрын
I'm excited to release a new video on HTML Email Template Development to promote my new course, "HTML Email Mastery" which there is a link to in the video description. 😎 New website development and Bootstrap tutorials are also coming soon!
@ayo3able
@ayo3able 2 жыл бұрын
This is a great code along. I learned alot and sniffed out a lot of my regular errors. Thank you :)
@nehagupta98721
@nehagupta98721 7 ай бұрын
Hi.. thanks for this amazing tutorial, it's really helpful. What I'm trying to understand is that, if there was only gonna be one thing inside the row of the outer table (in case of the social icons row), why did you add an inner table? Couldn't the styles be added to the td tag?
@BaamDesign
@BaamDesign 3 жыл бұрын
this is what i was searching for, thank you so much!
@mohammadalauddin2727
@mohammadalauddin2727 3 жыл бұрын
Thanks, It's helpful for me.
@lancemarchetti8673
@lancemarchetti8673 3 жыл бұрын
Great tutorial!
@horrorcoder
@horrorcoder Жыл бұрын
email templates = welcome to dark age of web development!
@gururaj7250
@gururaj7250 3 жыл бұрын
Thanks a lot bro
@badscreenname1
@badscreenname1 4 жыл бұрын
Liked 👍
@drewr
@drewr 4 жыл бұрын
Thanks! :)
@pramodmittal9761
@pramodmittal9761 3 жыл бұрын
does this template work properly if 1. I mail it through the AWS SES service to any client 2. if that client forwards this template to another person ??
@rangabharath4253
@rangabharath4253 4 жыл бұрын
awesome
@DW-dw2lz
@DW-dw2lz 2 жыл бұрын
After reading the comments, this won't help me if I want to build email templates to use across my workplace campus using MS Outlook?
@drewr
@drewr 2 жыл бұрын
For HTML emails to work in Outlook they need conditional statements or "ghost tables". I have a page about them on my website responsivehtmlemail.com or you can check out my course.
@ms-gk3dg
@ms-gk3dg 4 жыл бұрын
Thanks 👍👍👍
@MrRedhawk16
@MrRedhawk16 4 жыл бұрын
Thank you so much for the coupon
@investoearn2653
@investoearn2653 4 жыл бұрын
Thanks 😊😊
@viralworld955
@viralworld955 3 жыл бұрын
Hi sir, I follow your every step but still I got a white space underneath the banner image, why is so? Because guide me.
@ruthiewilson4655
@ruthiewilson4655 3 жыл бұрын
What does the final code look like for this tutorial. I seem to be missing a step
@teapotradio
@teapotradio 3 жыл бұрын
Hello, I am having a dark mode problem in the e-mail I wrote, please can you help me?
@asiffoysal6289
@asiffoysal6289 3 жыл бұрын
hey when I send the template by gmal the links dosen't work how to fix it plese help
@albertcastaneto7245
@albertcastaneto7245 2 жыл бұрын
Can I use css Grid on HTML email?
@drewr
@drewr 2 жыл бұрын
No you have to use HTML tables for HTML email for compatibility in email clients.
@nishabd996
@nishabd996 3 жыл бұрын
Some outlook version email doesn't show your code correctly. Can you please explain that?
@drewr
@drewr 3 жыл бұрын
Hey, thanks for watching. This design is limited in devices/clients it will work on. Designing for Outlook is more complex and requires conditional statements, more complex table structure, and preferably not using an inliner tool... which would make the tutorial very long. It's covered in my course linked in the description if you want to check it ou.
@nishabd996
@nishabd996 3 жыл бұрын
​@@drewr Thanks for replying to me. Can you please make a video on it?
@leeadams7652
@leeadams7652 3 жыл бұрын
@@nishabd996 He has... and you have to pay for it
@bwb3881
@bwb3881 2 жыл бұрын
@@nishabd996 its because of the center tag.
@Mwtorres89
@Mwtorres89 2 жыл бұрын
how do i send out the actual email template out as a mass email?
@drewr
@drewr 2 жыл бұрын
You'll need to add an email template to an email service provider (ESP).
@bobquinney5613
@bobquinney5613 4 жыл бұрын
html really bring back tables?
@drewr
@drewr 4 жыл бұрын
Yes! lol For HTML Email client compatibility it is necessary to use tables (especially responsiveness) and other features like conditional statements/ghost tables along with the standard tables for clients like Outlook. Email is ages behind the web in code rendering engines, though it could be a good thing for spam, phishing security, etc.
@bobquinney5613
@bobquinney5613 4 жыл бұрын
@@drewr Thanks for getting back to me Drew I meant bo disrespect I just have seen more websites get changed from tables and didn't realize that there was still a great use for it. Again thank you.
@ehsaanbaloch-l2x
@ehsaanbaloch-l2x Жыл бұрын
can you provide me code ?
@MJB_18
@MJB_18 4 жыл бұрын
I just bought your course on Udemy and you released the same video for free here? Wtf dude
@drewr
@drewr 4 жыл бұрын
Thanks for taking the course! If you watch the 3.5 hour plus course videos on Udemy you'll see the free version here is a small fraction of the information (ghost tables, email client testing, outlook compatibility, preheader text, dark mode, background images, various columned layouts, email client friendly buttons, etc), not to mention the completed code, bonuses, and more.
@greatesttales
@greatesttales 4 жыл бұрын
@@drewr i just bought your course too... to me this is a ripoff...
@sororbudwiser
@sororbudwiser 4 жыл бұрын
ugh, hate tables
@arifulInsight
@arifulInsight 3 жыл бұрын
Why html 4! 😥
@arifulInsight
@arifulInsight 3 жыл бұрын
Why table! 😥
@drewr
@drewr 3 жыл бұрын
This is for email client compatibility which is way behind web browser rendering standards.
@drewr
@drewr 3 жыл бұрын
Here is an updated coupon link to my 'HTML Email Mastery Course" w3newbie.com/email-course/ :)
@Muhammadilyas-dv6nb
@Muhammadilyas-dv6nb Жыл бұрын
Bro a single voice on all of the videos and all templates are exactly same just the images are changed.
Адаптивная верстка письма с нуля в 2022
1:18:18
MaxGraph - cайты как страсть
Рет қаралды 26 М.
HTML Email Template - Mobile Friendly Layout with HTML & CSS
29:18
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 86 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 6 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
How To Code a Responsive HTML Email From Scratch
1:06:45
Darrell Lane
Рет қаралды 21 М.
Адаптивная верстка письма с нуля (email верстка)
1:08:04
MaxGraph - cайты как страсть
Рет қаралды 64 М.
English Conversation 27 | Everyday English | Funny English
29:46
English Conversation
Рет қаралды 4 МЛН
Top 10 HTML Email Frameworks in 2022
24:11
CodingPhase
Рет қаралды 11 М.
✉️ Custom HTML emails with an email expert
59:19
Kevin Powell
Рет қаралды 34 М.
An introduction to responsive email development HTML/CSS
41:13
The Email Geek
Рет қаралды 877
HTML Email Template Built the RIGHT WAY - 2024!
56:21
Responsive HTML Email
Рет қаралды 94 М.
Responsive Email 101: HTML + CSS Basics [Webinar]
1:07:39
Litmus
Рет қаралды 65 М.
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 86 МЛН