Quote:
Originally Posted by pheadxdll
We're ever the img tag is for the image put a style tag in it like this:
<img style="width: 100%;" src="picture.gif"/>
|
Or in your CSS file add this,
Code:
img {
width=100%;
}
That will make all images that big. ie. Whenever the <img .... /> tag is used.