JasonsJungle.com
Affordable, Customized Website Development
E-Commerce, Member sites, Shopping Carts, etc.
PHP, Perl, ASP, MySQL, XML, HTML, Javascript, etc.
   About Us
   Services
   Pricing
   Free Estimates
   F.A.Q.
   Portfolio
   Testimonials
   Knowledgebase
   Links
   Contact
HTML Tip: ALIGN="CENTER" doesn't work in the <IMG> tag!

The bolded code snipped will do absolultely nothing!

<IMG SRC="images/mylogo.gif" ALIGN="CENTER" HEIGHT="50" WIDTH="120">

You can set the following attributes inside the <IMG> tag:
ALIGN="LEFT"
ALIGN="RIGHT"

But you can NOT set ALIGN="CENTER"

As an alternative, you must use another tag to influence the <IMG> tag such as:

<DIV ALIGN="CENTER"><IMG SRC="images/mylogo.gif" HEIGHT="50" WIDTH="120"></DIV>


Related Articles:

GIF & JPG images. What's the difference?
Education on images

PNG images - The next big thing?
...as opposed to GIF's and JPG's

The ALT attribute: the perfect solution!
Images are only to enhance page content but should never be page content!

The many wonderful uses of the ALT attribute in the <IMG> tag!
Make any image meaningful

HTML Tip: Consolidating Tags
Keep your files smaller


What does it mean?


Another fancy word for web address


It helps your search ranking, it is your bookmark text, and your taskbar text!