[thelist] (no subject)

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Wed Nov 9 07:51:01 CST 2005


>                                         <td>
>                                             <img src="/images/agent/safari/sabisand.jpg">
>                                         </td>

Why don't you use width and height for your image or
clip it via css?

<img src="/images/agent/safari/sabisand.jpg" style="width:100px;height:100px;"
alt="alt is a necessary attribute, not a luxury." />

or

<img src="/images/agent/safari/sabisand.jpg" style="clip:rect(10px ,
50px, 10px, 50px);" alt="alt is a necessary attribute, not a luxury."
/>


HTH,
--
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/volkanozcelik/blog/
+> My projects/studies/trials/errors : http://www.sarmal.com/



More information about the thelist mailing list