HTML help
-
I am switching our logo to a slighly different logo for our email. I literally only changed the URL, but I cannot get the image to display in our signatures now.
-
@IRJ said:
<img border=0 width=300 height=120 id="Picture_x0020_1" src="www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo">
Can someone please tell me what is wrong with that code?
You need a slash at the end. <img /> is one of those weird markups that is singular and not a pair like <html></html> so you need the trailing slash.
-
@thanksajdotcom said:
@IRJ said:
<img border=0 width=300 height=120 id="Picture_x0020_1" src="www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo">
Can someone please tell me what is wrong with that code?
You need a slash at the end. <img /> is one of those weird markups that is singular and not a pair like <html></html> so you need the trailing slash.
Can you fix it for me
-
@IRJ said:
@thanksajdotcom said:
@IRJ said:
<img border=0 width=300 height=120 id="Picture_x0020_1" src="www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo">
Can someone please tell me what is wrong with that code?
You need a slash at the end. <img /> is one of those weird markups that is singular and not a pair like <html></html> so you need the trailing slash.
Can you fix it for me
<img border=0 width=300 height=120 id="Picture_x0020_1" src="www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo" />
-
@IRJ said:
<img border=0 width=300 height=120 id="Picture_x0020_1" src="http://www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo" />
-
@thanksajdotcom said:
@IRJ said:
<img border=0 width=300 height=120 id="Picture_x0020_1" src="www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo">
Can someone please tell me what is wrong with that code?
You need a slash at the end. <img /> is one of those weird markups that is singular and not a pair like <html></html> so you need the trailing slash.
Likely not causing the issue, but AJ is correct that for proper markup that is needed.
-
Each attribute should be in quotes. Again, should not be the issue, but for proper markup, it is best to do.
-
@scottalanmiller said:
@thanksajdotcom said:
@IRJ said:
<img border=0 width=300 height=120 id="Picture_x0020_1" src="www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo">
Can someone please tell me what is wrong with that code?
You need a slash at the end. <img /> is one of those weird markups that is singular and not a pair like <html></html> so you need the trailing slash.
Likely not causing the issue, but AJ is correct that for proper markup that is needed.
Yeah I am still getting the Linked image cannot be displayed. The URL works. I am not sure why it isnt displaying the image.
-
@scottalanmiller said:
@thanksajdotcom said:
@IRJ said:
<img border=0 width=300 height=120 id="Picture_x0020_1" src="www.kscfcu.org/home/images/stories/fruit/launchfcu_gb-chrome_300x120.jpg" alt="Launch_email_sig_logo">
Can someone please tell me what is wrong with that code?
You need a slash at the end. <img /> is one of those weird markups that is singular and not a pair like <html></html> so you need the trailing slash.
Likely not causing the issue, but AJ is correct that for proper markup that is needed.
I've seen it work without it but it can't hurt. Depends on how picky the program wants to be.
-
Maybe your issue is with the context of this tag and not the tag itself.
-
did you try mine? you need http:// for it to be complaint.
-
@thecreativeone91 said:
did you try mine? you need http:// for it to be complaint.
that's a possibility
-
@thecreativeone91 said:
did you try mine? you need http:// for it to be complaint.
testing now....
-
@thecreativeone91 said:
did you try mine? you need http:// for it to be complaint.
Thanks!
-
I don't think anyone realized the logo wasn't showing up for 5 minutes
-
P.S. Our standardized email signature has been great. Its so nice to make changes on the server for everyone at once. We even have everyone's Title, email address, extension, fax, etc. generated from AD.
-
@IRJ said:
P.S. Our standardized email signature has been great. Its so nice to make changes on the server for everyone at once. We even have everyone's Title, email address, extension, fax, etc. generated from AD.
NTG has a client that has a program that does that as well.
-
@thanksajdotcom said:
@IRJ said:
P.S. Our standardized email signature has been great. Its so nice to make changes on the server for everyone at once. We even have everyone's Title, email address, extension, fax, etc. generated from AD.
NTG has a client that has a program that does that as well.
I don't remember the name of the utility though. It's a licensed utility though...
-
@IRJ said:
P.S. Our standardized email signature has been great. Its so nice to make changes on the server for everyone at once. We even have everyone's Title, email address, extension, fax, etc. generated from AD.
I honestly hate images in signatures. Wastes space. even more so if someone prints it.
-
@thanksajdotcom said:
@IRJ said:
P.S. Our standardized email signature has been great. Its so nice to make changes on the server for everyone at once. We even have everyone's Title, email address, extension, fax, etc. generated from AD.
NTG has a client that has a program that does that as well.
I did mine via HTML as a rule in Exchange. Once you populate everything in AD, it works great.