J John New member Apr 23, 2010 #2 Old styled way: <center><img src="image.jpg" alt="image"></center> The new and better way is to use CSS: This goes to the <head> tags: <style type="text/css"> img {align:center } </style> And then you just put the image tags normally.
Old styled way: <center><img src="image.jpg" alt="image"></center> The new and better way is to use CSS: This goes to the <head> tags: <style type="text/css"> img {align:center } </style> And then you just put the image tags normally.
J John New member Apr 23, 2010 #3 <img src="dog.img" align="center"> Make sure that you spell center right, not 'centre'.
M Melana New member Apr 23, 2010 #4 <center><img scr="dog.img" align><center> I think that you should make it.
M Melana New member Apr 23, 2010 #5 <center><img scr="dog.img" align><center> I think that you should make it.
J John New member Apr 23, 2010 #6 Old styled way: <center><img src="image.jpg" alt="image"></center> The new and better way is to use CSS: This goes to the <head> tags: <style type="text/css"> img {align:center } </style> And then you just put the image tags normally.
Old styled way: <center><img src="image.jpg" alt="image"></center> The new and better way is to use CSS: This goes to the <head> tags: <style type="text/css"> img {align:center } </style> And then you just put the image tags normally.