how to put an image in the center of the screen?
how to put an image in the center of the screen?
By centering, do you mean just straight down the middle, or do you want it to be able to scroll in the middle as you go?
<center>[imagetag]</center>
(<center> is actually another name for <div align="center"></div>, so use that if you want.)
Please don't ever recommend deprecated markup.Originally Posted by djr33
The OP should apply the following CSS declaration to the element containing the image (assuming that it is horizontal centring that's under discussion).
MikeCode:text-align: center;
what i want to do is that i want to put this script http://dynamicdrive.com/dynamicindex10/matrixeffect.htm as my welcome page and i want to put it in the center of the screen.
Bookmarks