I happened to notice a GIF in part of the html and realized I'm inserting an image. Does HTML Validator do images? I can't find a spot on the software that inserts images or even mentions images. Can anyone help?
Thanks, Pennie77 Pengroups@gmail.com
I think the problem with PayPal is that it is an image
-
- Rank 0 - Newcomer
- Posts: 2
- Joined: Fri Nov 21, 2008 11:32 pm
- Location: Coralville, IA - USA
- Contact:
I think the problem with PayPal is that it is an image
Pennie Fries
New to Internet Marketing!
New to Internet Marketing!
- Albert Wiersch
- Site Admin
- Posts: 3453
- Joined: Sat Dec 11, 2004 9:23 am
- Location: Near Dallas, TX
- Contact:
Sorry, I am not sure about what you are asking.
CSE HTML Validator is an HTML editor. If you want to insert an image, then you need to use the correct HTML. You can type it in or use the Tag Inserter to insert the text for you (as a shortcut to typing it in).
An example of markup to show an image is (used on this forum):
CSE HTML Validator will check any image markup for any issues it can identify.
CSE HTML Validator is an HTML editor. If you want to insert an image, then you need to use the correct HTML. You can type it in or use the Tag Inserter to insert the text for you (as a shortcut to typing it in).
An example of markup to show an image is (used on this forum):
Code: Select all
<img src="/jpg/box/box4_90.jpg" width="90" height="115" border="0" alt="CSE HTML Validator Forum Index" vspace="1" />

Albert Wiersch