How do i align pictures in html?

  • Thread starter Thread starter Da OzzY MaN
  • Start date Start date
D

Da OzzY MaN

Guest
More specifically, i aligned a picture to the right on my myspace so my text would be able to be on the left side of it. when i seem to add another picture code the picture is right under my text on the left side -.- how can I make it so the picture is directly in the middle under both the text and the picture that is aligned to the right?
 
<img src="yourimage" align:top> suppose thats what you are looking for although it isn't as pretty as padding. You probably want to set a text size because browsers have their default otherwise.
 
<img src="file:///c:/WINDOWS/Web/exclam.gif" align=right />
some text
<br clear=all />
<center><img src="file:///c:/WINDOWS/Web/exclam.gif"/><center>

FYI: I use file:///c:/WINDOWS/Web/exclam.gif for just testing purposes only, to make copy-paste-test work, assume you're on Windows OS :)
 
Back
Top