Clickable HTML Email Signature Design 2022 | Tutorial

  Рет қаралды 43,027

DESIGNER WAQAS GRAPHICS

DESIGNER WAQAS GRAPHICS

Күн бұрын

Пікірлер: 164
@waqarhussain8919
@waqarhussain8919 2 жыл бұрын
Thanks a lot for sharing this well explained tutorial for creating HTML email signature with social icons. Very informative video as well:)
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 жыл бұрын
Thank you 😊
@renslucassen5935
@renslucassen5935 6 ай бұрын
Finally I've found what I was looking for. I have no HTML experience whatsoever, but this didn't scare me off. THANKS!
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 6 ай бұрын
Thanks
@aliendesign2023
@aliendesign2023 Ай бұрын
Great Tutorial! fixes table separation btw. 🐍 Also border-collapse: collapse;
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Ай бұрын
:-)
@moefallah1621
@moefallah1621 12 күн бұрын
This is exactly what I was looking for. Thank you
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 12 күн бұрын
Thanks:)
@sleepist2520
@sleepist2520 Жыл бұрын
You are a legend. Every KZbinr has made the unfortunate mistake of mistaking PDF Hyperlinks for Image HTML Links. You rock man!
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
Thanks:)
@Inge2r
@Inge2r 4 ай бұрын
Thanks so much!! It actually worked! Yay. I just have one question. The quality of my email signature is really bad and pixelates a lot. Any advise?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 3 ай бұрын
@Inge2r Quickest way to fix this is to use a higher resolution image in your email signature, and scale the image down using the HTML height and width attributes. For example, if the resolution of your image is 360 x 360 pixels, you should use 1/3 of that resolution in the height and width attributes. Hope this helps.
@farhanrahid2424
@farhanrahid2424 Жыл бұрын
Really amazing !!! It worked for me. Thanks for this wonderful video. Really appreciate
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
You’re most welcome:)
@SGodez
@SGodez 2 ай бұрын
Thank you so much for the tutorial, I don't really understand coding but this was really helpful. I managed to get everything working and looking great in the browser but when I try to copy it over to gmail or mac mail it seems to be in slices and not copying over in one piece. I have tried Firefox, chrome and safari, am I missing something?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Ай бұрын
@SGodez I don't know about this might be glitch or something, I will try find solution and will update :) thanks
@JahidulIslam-dt9mc
@JahidulIslam-dt9mc 25 күн бұрын
It is working fine on gmail but on outlook the images got splited? Do you have any solution for this?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 22 күн бұрын
@Jahidullslam-dt9mc I’m still looking for solution and will update it once found.
@andiesarchive
@andiesarchive 5 ай бұрын
Thank you so much for this tutorial exactly what I was looking for! Yu think this code works for animated images?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 5 ай бұрын
@andiesarchive thanks and the coding should work with animated images, choose the correct file format for animated images when using host image.
@haysuchti5603
@haysuchti5603 Жыл бұрын
I did all of the above: My image is seen on the webpage but not as a signature on gmail. What do i do wrong? I used CTRL+A, CRTL+C, CTRL+V from the webpage to paste on gmail, but then on gmail the picture is not seen at all
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@haysuchti5603 you can try to click and drag over the image to select the image then right click and copy paste it. Also try to use different browser if needed.
@irinamadan6240
@irinamadan6240 9 ай бұрын
Super nice video! However one question - maybe someone has a tip. When I paste it into gmail it pastes as multiple sliced images instead as the card as a whole and then there is a whole miss-arrangement going on. Any tips would be super super helpful! *I don't usually code so it's my first time doing anything like that*
@maria.thebuckwaygroup
@maria.thebuckwaygroup 9 ай бұрын
Hey! I have the same problem! did you find a solution? please I really appreciate your response
@7aithom
@7aithom 9 ай бұрын
The same here 😢​@@maria.thebuckwaygroup
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 9 ай бұрын
@irinamadan6240 use Gmail on the web browser, It will keep many of your stiles and will display properly on mobile and desktop. Try using inline styles as well, and when possible use attributes instead of style, the more HTML you use the better, the email provider can change the CSS rules, but it is less likely to do that with HTML.
@alvinbetsayda415
@alvinbetsayda415 Ай бұрын
if i use whit background it show black cut of knife in Photoshop, is there any reason thats why you use black background?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Ай бұрын
@alvinbetsayda415 No background is not the reason. I’m still looking for solution and will back with update once I get it :) thanks
@alAminhabib-m3n
@alAminhabib-m3n 11 ай бұрын
great job
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
Thanks :)
@CreatifPuertoRicoLLC
@CreatifPuertoRicoLLC 4 ай бұрын
Thanks for the tutorial. However, I did the exact same process and everything looks great, but when I paste the email signature to my Spark (Mac os) and start to compose an email, the signature shows gaps in between each sliced images. How can I fix this?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 3 ай бұрын
@CreatifPuertoRicoLLC Add this styling to every image source that is adjacent to another image your problem should be resolved. Remember to place this styling inline, as webmail clients tend to strip out any styling used between the style tags in email. If, for some reason this doesn’t resolve your problem, check the properties of the tables used in your email and make sure they have a property of cellpadding=”0” and cellspacing=”0”assigned to them. Hope this helps.
@aliendesign2023
@aliendesign2023 Ай бұрын
@@DESIGNERWAQASGRAPHICS Try to use this CSS: /* Apply this to your `table` element. */ #page { border-collapse: collapse; } /* And this to your table's `td` elements. */ #page td { padding: 0; margin: 0; } OR table { border-spacing: 0; border-collapse: collapse; } Tables elements unlike divs add cellspacing and cellpadding attributes, set to 0, and it should fix the problem.
@tpjonesavfc
@tpjonesavfc 9 ай бұрын
Followed every step (I think...) but when I right click the tab I dont have "Open in default browser" I have "Move into new window" which doesnt do the same thing. Is there another way to open the file in a browser? Im using a Mac.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 9 ай бұрын
@tpjonesavfc it may be sufficient to drag it. If you click and drag a link in Safari, you can drop it in many places and get the desired functionality. For example, if you drop it in a text editor, it will drop the link URL (for plain text) or a formatted link using the title from the page. If you drop it on your desktop, you will get a webloc file. If you drop it on the Safari URL bar or tab, that tab will load the link. If you really need to copy the link, one possibility is to use spotlight as a easy-access text field. Start dragging the link, hit Command+space (or whatever you have it set to) to pop up spotlight, drop it in the search field, and copy. Hope this helps
@varun0115
@varun0115 Ай бұрын
good explanation i followed each an everything but at last when i paste in gmail the image get slpit into parts any solution to it?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Ай бұрын
@varun0115 thanks I’m working on solution for this and will update in upcoming videos.
@lutongjograt221
@lutongjograt221 2 ай бұрын
Hi! Why is it when I save the photo from photoshop it goes as Gif instead of png?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 ай бұрын
@lutongjograt221 make sure when you save the file, choose the correct format like png and then save the file. If tutorial is fast you can always slow down playback speed from video settings ⚙️.
@ajbarrett3661
@ajbarrett3661 Жыл бұрын
So I followed along, and in the browser the image looks great, sharp and everything, But when I do the last step to copy/paste to Gmail, half of the image is blurry, and the other half is fine. And when I click on it, it seems to be in sections. I can click on the image in the Signature Editor and it seems like all the splices from Photoshop are different images that I can resize/remove in the Gmail signature editor. Any suggestions?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@AJ Barrett I never face this issue with email signatures. but you can try to make sure the sliced images were sliced accurate, might be the issue, also try to copy/paste from another browser like chorme or firefox.
@juancaca1993
@juancaca1993 Жыл бұрын
I'm facing the same exactly the same issue, @ajbarrett3661 could you solve it?
@ajbarrett3661
@ajbarrett3661 Жыл бұрын
@@juancaca1993 nope. Still waiting for help
@thomasjanssens255
@thomasjanssens255 Жыл бұрын
Same issue here :( the top half is blurry, and the bottom half is fine in the Gmail signature; All crisp on the HTML browser preview @@ajbarrett3661
@SGodez
@SGodez 2 ай бұрын
@ajbarrett3661 Did you end up finding a solution to this issue, I am having the same problem and have tried copying from three browsers.
@mouhmouh-d7l
@mouhmouh-d7l 11 ай бұрын
hi, hope you're doing good, thank you so muh for this tuto, i followed everything but at the final i see nothing on chrome , just white page, thank you man
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
@user-rb1fp3rz3s Old cached files may sometimes cause display issues. Try clearing your browser's cache and then reload the page to see if that resolves the problem. Hope this helps
@mouhmouh-d7l
@mouhmouh-d7l 11 ай бұрын
thank you , i fix it, but the quality is very low @@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
@user-rb1fp3rz3s the quality is low because the file resolution is 72DPI, you can try to increase the resolution to 300DPI. Hope this helps
@mouhmouh-d7l
@mouhmouh-d7l 11 ай бұрын
@@DESIGNERWAQASGRAPHICS thank you so much , u the best
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
You’re welcome:)
@sinkimakubu1040
@sinkimakubu1040 2 жыл бұрын
too fast and I became confused on how I will know which sliced image I will be coding because I know its not just attaching the code but attaching it to the relevant sliced image so my insta icon doesn't take me to my twitter link.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 жыл бұрын
Alright well I know the video is fast but you can slow the video from the ⚙️ settings in the video and go to playback speed and slow down as you like. And about slicing the exact image just make sure to slice the icon or image that you want code. Hope this helps
@EdgarFayad
@EdgarFayad 6 ай бұрын
Is there an issue if the file format that I get back from Post image on my Pngs is . AVIF? does that change anything ?Thank you
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 6 ай бұрын
@EdgarFayad I don’t think there will be any issue, because AVIF format offers much better compression than PNG or JPEG with support for higher color depths, animated frames, transparency, etc. Note that if need when use AVIF, you should include fallbacks to formats with better browser support (i.e. using the element).
@oliviercourtois8794
@oliviercourtois8794 9 ай бұрын
Thank you so much!!!!! Worked great, except for the Dark mode, on android gmail, It inverts some of the sliced images, sometimes it's the image with link, sometimes it's not, depending on the slicing you do. I freaking tried everything I could find online, nothing worked. Any help ? I would bless you with all my might!
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 9 ай бұрын
@oliviercourtois8794 My advice is to use Gmail on the web browser, It will keep many of your stiles and will display properly on mobile and desktop. Try using inline styles as well, and when possible use attributes instead of style, the more HTML you use the better, the email provider can change the CSS rules, but it is less likely to do that with HTML. Hope this helps
@turikamakev
@turikamakev Жыл бұрын
Let me explain: I followed the tutorial to the letter. At the very end, when I view the file on the web, everything is fine. When I import it to Spark (I’m on Mac), everything is also fine. However, when I send it to my colleague who uses the native Windows mail client, she encounters problems with offset and white borders. This is strange because everything seems perfect on Spark and on the web. I used the following code first. Did I make a mistake? td{line-height:0; font-size: 0.0em; } img{display: block; float; left; padding: 0} align: absbottom; align: texttop;; Thank you for your response.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
The code you used looks fine, probably bug from the colleague side.
@jarreauetcobanez3447
@jarreauetcobanez3447 10 күн бұрын
postimage is displaying empty images. any help?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Күн бұрын
@jarreauetcobanez3447 For some reason Postimage has had a hic cup and has changed from ‘postimage.org 10’ to ‘postimage.cc’. That means the links no longer work and photos aren’t visible. To fix the link you have to edit the post where the photos have disappeared and you will see the link that no longer works, something like this; (url=postimage.org][img]s6.postimg 13.org/g5xd1iaep/P1010721_zpsb45ab1100.jph[/imng][/url) To get the link to work again you’ll have to replace ‘org’ with ‘cc’, it appears twice in the link. When you’ve fixed all the links click on ‘Post’ at the bottom and the photos should be visible again. Hope it helps.
@vicebeatsuk
@vicebeatsuk 3 ай бұрын
Hi, thanks for doing this. I have followed all of the steps, but in Visual Coder it doesn't give me the option of accessing the HTML so I can't see the graphic. I can't see whats gone wrong.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 3 ай бұрын
@vicebeatsuk I think the issue is that Visual Studio Code is not detecting the file type correctly. The language indicator most likely says plain text in your case. Click on it and a menu should appear at the top centre of the screen. Then try the following: Enabling Auto Detect. I think this will be the first option. Selecting Configure File Association for '.html'... 2 can also be accomplished by adding "files.associations": { "*.html": "html" } to your settings. OR just add to settings.json (File -> Preferences -> Settings): { // Configure file associations to languages (e.g. "*.extension": "html"). These have //precedence over the default associations of the languages installed. "files.associations": { "*.html": "html" }, } Hope this helps.
@joaodecarvalho5436
@joaodecarvalho5436 Жыл бұрын
Thank you my friend!
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
You’re welcome:)
@asif8208
@asif8208 11 ай бұрын
3:12 why did you code yourself when you have code attached after converting psd file?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
@asif8208 converted code is different from the code i did and also there are tweaks in coding.
@asif8208
@asif8208 11 ай бұрын
thank you for your reply
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
Your welcome:)
@asif8208
@asif8208 11 ай бұрын
sir when I am testing signature by sending through gmail. i feel sig is not sharp in mobile gmail. It is little bit blurry in seeing in mobile but it is looking as it is in desktop. why?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
@asif8208 If everything correct you might need to readjust the signature size for both desktop and mobile devices if needed.
@asif8208
@asif8208 11 ай бұрын
could you please explain how to adjust?
@osamakandory8884
@osamakandory8884 Жыл бұрын
postimage doesn't work when I try to upload any solution?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
You can try to refresh the browser page, remove browser cache or use different browsers hope that helps
@croccraft4740
@croccraft4740 11 ай бұрын
why your result is not pixelised, and mine yes, I've exactly the same format and resolution
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
@croccraft4740 Not sure why, but you can try to pause or slow the video speed to follow the tutorial exact and accurate to get the same result.
@MuslimUddin-hr9nk
@MuslimUddin-hr9nk Жыл бұрын
What causes the design to break when I design in Outlook?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@MuslimUddin-hr9nk Make sure to confirm HTML is selected as the Email format, outlook signatures might not appear if you're using the Rich Text or Plain Text email format.
@umairunc7053
@umairunc7053 10 ай бұрын
yes its causing probelm in outlook . did you find any solution
@tanjirulislamsami6225
@tanjirulislamsami6225 2 жыл бұрын
Amazing work. Truly valuable. It's help me a lot. Thanks.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 жыл бұрын
You’re very welcome!
@tanjirulislamsami6225
@tanjirulislamsami6225 2 жыл бұрын
@@DESIGNERWAQASGRAPHICS you are Great. You help me a lot complete my project.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 жыл бұрын
@@tanjirulislamsami6225 my pleasure:)
@ggvans
@ggvans 5 ай бұрын
Working ! Tank you !
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 5 ай бұрын
Thanks
@asif8208
@asif8208 11 ай бұрын
why am I getting spacer.gif file after converting psd signature into htm?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 11 ай бұрын
@asif8208 I’m not sure about that, you can try to make sure you select the correct format while converting.
@fraserlee_film
@fraserlee_film 7 ай бұрын
so followed the vid and when I tried copying into gmail the splicing is all over the place . And when i try with apple mail, the splicing is correct but I cannot see the images. Any help?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 6 ай бұрын
@fraserlee_film will let you know if I found the solution.
@animics.10
@animics.10 Жыл бұрын
which version of ps you're using??
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
For this tutorial I used cc 2022 version.
@animics.10
@animics.10 Жыл бұрын
@@DESIGNERWAQASGRAPHICS This isn't responsive right? Can youbmake it responsive or How can I make this responsive?
@animics.10
@animics.10 Жыл бұрын
@@DESIGNERWAQASGRAPHICS If you can then kindly make a video on how to make this responsive.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
This is just a design! It won’t work as responsive just looks only
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
I will make one in upcoming videos :)
@gracegsantana
@gracegsantana Жыл бұрын
Not sure why but the images are just not loading when I paste them in the signature at gmail🙈 Any advice?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@Grace Santana Make sure you click and drag to select everything or use CTRL+A for window to select everything and use CTRL+C for window to copy then right click or use CTRL+V to paste in the signature in gmail. Hope this helps
@MaKisthenewacid
@MaKisthenewacid Жыл бұрын
Hello, my friend thanks for the video, i did everything and works but i am having a problem when i am trying to put the signature on mac mail. It gets stuck on the beginning and it doesn't move after the message. Any solution ?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
Hi @Makisthenewacid what message you get so I can try to find the solution. Thanks
@MaKisthenewacid
@MaKisthenewacid Жыл бұрын
@@DESIGNERWAQASGRAPHICS found the solution, i changed the position from absolute to style="position:relative;
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
That’s good :)
@MaKisthenewacid
@MaKisthenewacid Жыл бұрын
@@DESIGNERWAQASGRAPHICS yeah it did not solved the problem, everything looks broken when i send an email to gmail for example, maybe i will go with a simple png, it was worth to try
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
:)
@ardianmaulana2704
@ardianmaulana2704 2 жыл бұрын
Thank you! very helpfully🙂
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 жыл бұрын
You’re welcome:)
@medkarim7107
@medkarim7107 Жыл бұрын
i get this message when i put it on gmail " The signature is too long. Please try a shorter signature"
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@medkarim7107 If it’s says signature is too long mean there is extra space between codes so you might need to remove extra space from coding and then try it. Most of the time it’s the extra space.
@KhoaNguyen-ni9eo
@KhoaNguyen-ni9eo Жыл бұрын
Thank you for this guidance; it has been very helpful to me. However, I have a small question that I need your assistance with. I followed the instructions in the video, and everything works well on the Gmail platform (both desktop and mobile). However, when I check my emails on Outlook using the desktop application, there seems to be a slight misalignment in the formatting of the email signature, specifically between the different slices that compose it. Interestingly, the signature displays correctly on Outlook mobile. Is there any way to fix this issue?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@KhoaNguyen-ni9eo You can try make sure the images were sliced accurate beside that I don’t know about the issue because I didn’t faced it :)
@juancaca1993
@juancaca1993 Жыл бұрын
It happens on Outlook, and It is not because you sliced it wrong in PS, It is because the way Outlook renders the code. I'm still trying to find a solution for that hehehe. It has to do with how tables are displayed in some emails. For example from Gmail to Outlook, everything works fine, but from Outlook to Gmail It doesn't work as expected.
@enriqg8149
@enriqg8149 Жыл бұрын
Me pasa exactamente lo mismo .. estoy en ese tema con Outlook
@juancaca1993
@juancaca1993 Жыл бұрын
@@enriqg8149 I already investigated and read about the topic a lot, and there is no a single solution. You can make it look without the spaces taking the code from Gmail, It will work, however, sending that from Outlook will still have some unexpected behaivour in different devices. So, If you want to keep consistency across many email providers, It would be better to create one without too many fancy things.
@ulyanasytko241
@ulyanasytko241 Жыл бұрын
@@juancaca1993 did you manage to fix it?
@bespokeinvites9887
@bespokeinvites9887 Жыл бұрын
when I open it in photoshop its really pixellated ? followed all instructions though
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@bespokeinvites9888 Make sure the size is correct. The size makes it pixelated.
@bespokeinvites9887
@bespokeinvites9887 Жыл бұрын
@@DESIGNERWAQASGRAPHICS I have both illustrator and psd at 600 x 200 px ? 72 resolution?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@bespokeinvites9887 the size is correct and the dpi is correct as well but remember the image without zoom is the exact quality, if you zoom in it will pixelated also for email signatures you have to use 600x200 size with 72dpi. Or the image will be heavy to use for email signature and you will get errors while adding email signature on emails. Hope this helps
@RJ-nw2zo
@RJ-nw2zo Жыл бұрын
Great vid!! Just a question, how would you link an app to this email signature (like Viber or Whatsapp, for example)? Thanks.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@RJ To add app link to email signature, you can add a text in your signature such as "Whatsapp" or "Click here to send me a text" Select this text and add a hyperlink to it (on Mac: cmd+k; on Windows: ctrl+k) Add the following text: api.whatsapp.com/send?phone=83365113401 (change the numbers to your own number). Hope this helps Thanks
@RJ-nw2zo
@RJ-nw2zo Жыл бұрын
​@@DESIGNERWAQASGRAPHICS Thanks so much, this helped a lot! you're one of the rare creators who actually replies in comments asking for help. Keep up the good work!
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
You’re most welcome
@mercedestuck9992
@mercedestuck9992 Жыл бұрын
Fantastic video, thank you! My only issue is that when I put it in Gmail it looks different than it does on my browser, how do I fix this?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
Can you explain to me how different it looks, like what changes you see in Gmail than browser.
@mercedestuck9992
@mercedestuck9992 Жыл бұрын
@@DESIGNERWAQASGRAPHICS Thank you for replying, yes. Essentially I have a line that separates my logo (on the left) from the contact info on the right, this line should be a solid line, but it has a break in it in the middle, and I have no idea why.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
Hmmm, I never face this issue with email signatures. but you can try to make sure the sliced images were sliced accurate, might be the reason for the break line issue.
@mstfmrt
@mstfmrt Жыл бұрын
try to copy from another browser. when i tried to copy form firefox it was same with you but when i copied from chorme problem fixed
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
I used chrome browser in this tutorial.
@muhammadumer7365
@muhammadumer7365 2 жыл бұрын
Very well explained! Thank you 👍🏻
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 жыл бұрын
Thanks 😊
@umairunc7053
@umairunc7053 10 ай бұрын
dear in outlook its not working well looks like peices
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 10 ай бұрын
@umairunc7053 Check if any formatting or HTML code in your signature is causing the issue. Simplify the formatting or remove any problematic code. Try using a different web browser or clearing your browser cache. Hope this helps
@shazstudio-hn6cl
@shazstudio-hn6cl Жыл бұрын
Hi! when i paste the siganture in gmail it creates spaces between the sliced images.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@shaz studio Follow the tutorial exactly how i did and make sure there are no extra spaces in the coding and also slice the signature image correctly. You can also try adjusting heights and font sizes, matching the background color and segmentation to avoid gaps between images in signatures.
@mstfmrt
@mstfmrt Жыл бұрын
try to copy from another browser. when i tried to copy form firefox it was same with you but when i copied from chorme problem fixed
@moritzpfeiffer4780
@moritzpfeiffer4780 Жыл бұрын
Why do you need PSP? The slice tool is also available in Ai.
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
Yes you right but I used PSP if some one want to design in psp.
@moritzpfeiffer4780
@moritzpfeiffer4780 Жыл бұрын
@@DESIGNERWAQASGRAPHICS So I do not actually need PSP?
@moritzpfeiffer4780
@moritzpfeiffer4780 Жыл бұрын
Two more questions: Do I have to slice in any case even if I don't want to be the signature clickable? And what to do if the signature (image) is pixelated?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
You don’t need to slice image if you don’t need clickable signature. Also if the signature image is pixelated make sure to use the correct size.
@APKEdits
@APKEdits Жыл бұрын
Can we link the image of our Whatsapp Qr code in it?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
Yes :)
@APKEdits
@APKEdits Жыл бұрын
Waqas bhai, aik or masla aa raha hai... mainy bana to li hai email signature, but usy jab mail karo to har slice py likha aata hai "Image not found or deleted"
@APKEdits
@APKEdits Жыл бұрын
@@DESIGNERWAQASGRAPHICS Can i have your whatsapp or insta? want to discuss a problem :(
@furkanoz2191
@furkanoz2191 Жыл бұрын
There is a white line on signature in outlook. There isnt any line on html but when ı copied to outlook it happens white line
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
@Furkan Öz The 1px line bug is a design bug that happens only on the Outlook email platform. This bug causes a white line appear in signatures. Unfortunately, there isn’t a hard-and-fast rule for fixing this bug. However, you can try adjusting heights and font sizes, matching the background color and segmentation. Also make sure you sliced the signature image correctly to avoid lines in signatures.
@furkanoz2191
@furkanoz2191 Жыл бұрын
@@DESIGNERWAQASGRAPHICS I fix it. Thank You. Love from Turkey
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
You’re most welcome
@Brizenh
@Brizenh Жыл бұрын
@@furkanoz2191 Hello, how did you fix it, i've been going crazy with the white lines and spaces in outlook.
@furkanoz2191
@furkanoz2191 Жыл бұрын
@@Brizenh kzbin.info/www/bejne/rningI1jqc13arM I don't bother with codes at all. I crop the whole picture first with the crop tool. Then I crop the icons. Then we add links to the icons. And we change it from the html viewer.
@BenimeStudios
@BenimeStudios 2 ай бұрын
give me image source, please
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 2 ай бұрын
@benimestudios1480 Sorry but I don’t have the source available, you can follow the tutorial if need :) thanks
@bertusdeleeuw
@bertusdeleeuw 8 ай бұрын
Not working and way to fast
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS 8 ай бұрын
@bertusdeleeuw you can slow down the video from video playback setting ⚙️.
@excesshottest
@excesshottest Жыл бұрын
great help! ty
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
Thanks
@excesshottest
@excesshottest Жыл бұрын
i just saw that in outlook, the signature show the slice tool border from when i cut. In Aqua, Thunderbird, browser and mobile apps i have no problem. Any idea why that is?
@DESIGNERWAQASGRAPHICS
@DESIGNERWAQASGRAPHICS Жыл бұрын
You can make sure the images are sliced accurate to avoid borders.
Figma Tutorial: Design and export HTML Email Signatures from Figma
9:35
Hypermatic Figma Tutorials
Рет қаралды 7 М.
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
Каха и лужа  #непосредственнокаха
00:15
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 8 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 76 МЛН
How to Create a Custom Email Signature in Gmail (2024)
11:55
Shaw Talebi
Рет қаралды 142 М.
Create A Responsive E-Mail Signature Design Using Pure HTML & CSS Only
8:59
Adobe is horrible. So I tried the alternative
25:30
Bog
Рет қаралды 1,2 МЛН
Creative email signature using by html
10:41
The WebShala
Рет қаралды 48 М.
Create A HTML Email Signature with HTML & CSS
29:02
Responsive HTML Email
Рет қаралды 3,3 М.
How to Design a Custom Email Signature in Gmail
6:27
Mariah Althoff
Рет қаралды 253 М.
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН