A site uses the following in the HTML:
<img src="longpath_1.gif" .....>
<img src="longpath_2.gif" .....>
<img src="longpath_3.gif" .....>
Can the above be changed to use CSS like:
<img class="1">
<img class="2">
<img class="3">
Where class includes the src / width / height / title / alt (or at least src) in the CSS instead?
Thanks



Print Thread
think26872