Template Codes For Your Forum Signature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 09:20 AM - edited 02-06-2022 09:21 AM
Settings --> Personal tab --> Personal Information --> Signature
Paste your text/html code in the signature box and click Save at bottom of page.
Changes to your sig effect all past posts and are immediately visible.
Sig #1 - simple text link
<a href="YOUR LINK URL" target="_blank"><font size="4" color="blue">Click to Visit my Website</font></a>
Sig #2 - simple image link
<a href="YOUR LINK URL" target="_blank"><img src="URL OF YOUR IMAGE" alt="PeaceSign Icon" title="Click to Visit My Website" width="45" /></a>
Sig #3- image link + text slogan
<table><tbody><tr><td><a href="YOUR LINK URL" target="_blank"><img src="YOUR IMAGE URL" alt="PeaceSign Icon" title="Click to Visit My Website" width="40" /></a></td><td><font size="3" color="green"><i>Because life isn't meant to be lived in black and white</i></font></td></tr></tbody></table>
Sig #4 - clickable social media icons
<table><tbody><tr><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/website.png" alt="Website Icon" title="My Website" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/facebook.png" alt="Facebook Icon" title="My Facebook" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/pinterest.png" alt="Pinterest Icon" title="My Pinterest" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/instagram.png" alt="Instagram Icon" title="My Instagram" width="30" /></a></td><td><a href="YOUR URL" target="_blank"><img src="http://www.colscreations.com/Buttons/twitter.png" alt="Twitter Icon" title="My Twitter" width="30" /></a></td></tr></tbody></table>
- each <td> ...</td> contains one icon image and its link
- "YOUR URL" - replace with your own URL
- alt =" " - accessibility text for screen readers
- title=" " = text viewers see mousing over the icon
You may download my icon set here: SocialMediaIcons.zip
Please upload them to your own host rather than linking to mine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 09:35 AM
Seems there is a maximum height for sigs. Somewhere between about 45-50 pixels. Higher than that, the bottom is cut off. I couldn't find a way to make thing stay linear without using a basic table and I tried a bunch of thing to get rid of the border but couldn't. Basic HTML isn't hard. Trying to conform it to the unknown properties of the sig box IS hard, LOL.
If anyone has a template to share, please add them to this thread. Will be a handy resource for folks who want a quick sig without struggling over code.
P.S. - the posting box is awful with line breaks and spaces between lines. It's almost like every time you preview, it adds more spacing. I don't know. I spent more time trying unsuccessfully to get rid of all the extra space in this post than I did on the sigs. UGHHH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 01:16 PM
Col,
As always, a most helpful posting... But, I couldn't get the SocialMediaIcons.zip to download. Is it me or your link? TIA for a reply.
Saints_Aplenty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 09:14 PM
It's the forum. Sorry, I hadn't checked downloading it directly from my post. From anywhere else there is no problem downloading it - just click the link and yes to download. The forum is apparently protecting us from potentially dangerous downloads by throwing up a warning message saying the download of the .zip is not allowed because yadayadayada. However, I just clicked the button that basically said "I understand, download anyway" and it downloaded.
You can also right-click the link in my original post, choose "copy link", then paste it into your address bar, enter/go - and accept the download. Since you're not downloading it directly from the forum that way, there's no issue.
But, since it may be easier for people, here are the 7 .png icons in the .zip:
Click them, it'll open the forum photo viewer and from there, there's a download button on the lower right.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 09:53 AM
Thanks, Col! 🌹Much easier! 🌹
Saints_Aplenty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 02:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 05:54 PM
Seems there is a maximum height for sigs. Somewhere between about 45-50 pixels. Higher than that, the bottom is cut off.
OK, found it in the page source code.
max-height:48px; overflow:hidden;"
So 48 is the magic number. Anything beyond that will be cut off because overflow=hidden.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 01:54 PM
To have your signature links open in a new window, add the bit in red in the example link below. Contributed by @shellifitz in another post. But I thought it might be helpful to have it here too.
<a href="add your website URL here" target="_blank"><font color="add the color you want here"><b>add your signature here</b></font></a>
@ColsCreationsThanks for this post! I will have to try out the social bar sometime in the near future. Is your .zip 1 solid bar or can each individual social be pulled out of it and used individually?
PC
....................................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 09:35 PM
target="blank" is included in my template codes. Some people find links opening in new tabs annoying but I am a big believer in it and always use it for off-site linking. I don't want to send people away from whatever page of mine they're on, too easy for people to get distracted with that content and not come back. And if they do use the back button to get back to my site, it has to load again and they've lost where they were at.
The .zip is 7 individual .png icons so one can use just whichever they need. (In the code, just delete the <td>...</td> for whatever you don't need.) See above reply re issue with downloading the .zip directly from the forum and for the individual icons you can download separately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 02:16 AM
@ColsCreations Ha! I guess I've just proven I'm not very adept at reading code. Sorry about that and thanks for the info on the .zip file.
PC
...............................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 02:23 PM - edited 02-06-2022 02:24 PM
This is very awesome assistance!
I know NO HTML, but I do find that in many cases I can type what I want in the WYSIWYG box (the box into which I am now typing). Then I change the configurations using the buttons provided in the box. Then I click HTML and I can see the entire HTML code for what I just made. So now I just copy everything in the HTML box and paste it into either a macro, or into my signature link.
This does NOT work in all cases, most notably with the signature, which also gave me fits, just as you describe here. But I did make all my macros that way.
That's a wrap!
I also do Postcrossing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 10:08 PM
WYSIWYG (What You See Is What You Get) composition is a wonderful thing. For the perfectionists & control freaks among us, having the ability to also work with the raw code is a real boon. But the HTML box here in the forum that lets you edit your raw post is pretty wonky to work with. The post might look OK but then you hit Preview and whoa, now there's extra blank line spacing you didn't want. Go back to composition mode, delete the spaces. Preview - nope, now they're back and even bigger. So go into HTML view and manually adjust the <p>'s and <br>'s until it looks as desired in compose view, but then Preview is full of even more spaces. I actually copied the whole raw HTML of my orig post to my own editor, adjusted to deal with the spacing and pasted back into HTML box. Looks right in compose mode but on preview - bam! - the unwanted spacing comes back and seems like every Preview generates more spacing that then has to be removed. So its a circle you can't beat. I spent more time going back and forth on this last night, copying & pasting and previewing & editing again and cursing at the screen then I'd like to admit before giving up. Shouldn't be that hard to get a simple line break or space (ONE) between lines. </end rant>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 10:14 PM
That's exactly what I was running into, and also I could not use the editor box here to have a colored linkable sig, so that I had to grab from one of the instruction posts people have been putting up.
I also do Postcrossing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 06:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 01:34 PM - edited 02-07-2022 01:35 PM
@Malissa That looks very nice! Sure to try and update my signature in the near-ish future!
PC
........................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 02:56 PM - edited 02-07-2022 02:56 PM
Thank you very much @PacifierCity and @ilonagarden ! I spent way too much time playing with it this morning!😂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 02:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 06:24 AM
Yours looks really great @Malissa. You've inspired me to create some icons for my own links since Pinterest and Mewe are the only SM I am on nowdays. But Zazzle stores and my website and blogs can be added! so cool!
@ColsCreations Thanks for this post and the icons! and now I have some work to do working on making custom icons for my website and blogs. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 08:53 AM
Thank you very much for the instructions. I had tried with my limited knowledge to put in a link and it wasn't working. I'll give your templates a try later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 10:19 PM
This will be very helpful to so many! Including me. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 08:15 AM
I have been trying to use the template for links and icons and failing! 😞 Part of my problem is that I only need 3 links. No FB, no IG no TWT. Just my website, my Pinterest and my Zazzle profile. But somewhere when I am deleting the parts I don't need I am messing up the code. I finally got my icon images to display and had a blank one on the end but my links were not working. WAH! 😫 Why is HTML so hard for me? LOL
I need a cheater with only the three items I need so I can just enter my own links... If you could make me one when you have time you would be my hero!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 12:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 03:36 PM
You are awesome! but there is no hurry just whenever you have time. Thank you!!! 🌹
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 07:32 PM - edited 02-16-2022 07:38 PM
Ok. Try this:
<table><tbody><tr><td><a href="URL of Link #1" target="_blank"><img src="URL of Icon Image #1" alt="#1" title="for #1" width="40" /></a></td><td><a href="URL of Link #2" target="_blank"><img src="URL of Icon Image #2" alt="#2" title="for #2" width="40" /></a></td><td><a href="URL of Link #3" target="_blank"><img src="URL of Icon Image #3" alt="#3" title="for #3" width="40" /></a></td></tr></tbody></table>
Here is the exact same code but I added some line breaks so you can visualize what's going on:
<table><tbody><tr>
<td><a href="URL of Link #1" target="_blank"><img src="URL of Icon Image #1" alt="#1" title="for #1" width="40" /></a></td>
<td><a href="URL of Link #2" target="_blank"><img src="URL of Icon Image #2" alt="#2" title="for #2" width="40" /></a></td>
<td><a href="URL of Link #3" target="_blank"><img src="URL of Icon Image #3" alt="#3" title="for #3" width="40" /></a></td>
</tr></tbody></table>
title="your text here" ---> this is the message people will see when they hover over the image so this is where you want to put 'click to visit my website' or whatever.
alt="your text here" ---> this is the text a screen-reader would read out loud. But it's also the text that will show on the page if for some reason the browser can't display the image. ALT text is mandatory for images on a webpage if you want it to validate. I don't think it's of importance here in a sig but I included it since if you add an image to a post using the camera icon and then check the HTML, it includes ALT for the image so you know, when in Rome ....
width="40" ---> change the 40 to whatever size you want. The browser will scale the height correctly to that. Just remember that 48 is the max height for a sig. If it's easier you can use height="40" instead and the width will scale to that.
You can use https://www.w3schools.com/html/tryit to edit & try out your sig. It's easier typing/editing there then in the little sig box.
Make sure you have no line breaks in your code when you paste it in your sig box. The sig and posting in general is wonky with spaces and wants to add unwanted <br>s and <p>s if it "senses" a space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 07:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2022 05:38 PM
@ColsCreations Thank you so much! Sorry I must have missed this post! I so much appreciate you taking the time to do that for me and when I get a few extra minutes I will try it out. 🌹
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2022 11:18 PM - edited 02-24-2022 11:19 PM
Brilliant! Thanks so much, Col. Agree, the sig box is definitely fiddly and the limitations seem a bit random. Nice to be able to make our posts more personal. Well done! 👏👏👏
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2022 05:25 AM
Thanks so much, Cols! Very helpful. I'm back at Zazzle after a long hiatus and looking to catch up with everyone in the new community. Used to love the forums!
Jessica
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 05:25 AM - edited 12-16-2023 05:26 AM
Thank you so much for sharing this. I have been trying to fix my signature after seeing others with theirs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 11:38 AM
Fantastic! I had no idea about this when I made my meagre post! This is genius!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:37 AM
Thank you so much for this information! It's wildly helpful! ♥
We all rise together! ❤ Free Wedding Collections Planner ❤
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 07:15 PM

