Quote:
Originally Posted by NdeJonge
SUCCESS!! Thanks ThePokerBank, thats awesome. So I guess I just have to change the code each time I put an image in.
Thats alright, thanks again
|
No - you might have to adjust your style sheet. You will need, I believe, and alignright, alignmiddle and alignleft class. Try adding the following code at the end of your stylesheet.
img.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter
{
text-align:center;
margin:0 auto;
}