i have the following code
<img src="/Content/Images/Icons/phone2.png"> <b>Phone Numbers:</b> (No orders via Phone at this time)<br />
and it looks fine in firefox:
but when i open it in chrome, it shows up like this:
does anyone know why chrome would raise the second part of this text ?
Use valign attribute in your image tag, or CSS vertical-align property applied to the image.