kevoooo
Jun 8 2004, 10:20 PM
hey, is there a way to position an image, like just puting it anywhere on the page, cuz when i try to use div, the blog section goes in there too and i want to place muiltiple images...
cyphervi
Jun 20 2004, 10:46 AM
the blog section shouldnt go in if you close of the div tag.
<div style="left: 200; top: 200; position=absolute;"><img src="whatever"></div>
if you use this properly then it wont affect any other parts of the page (unless it overlaps or the other parts overlap it) but it wont move around any other things on your site.
sheddingtears
Jun 21 2004, 05:21 PM
CODE
<!-- begin code provided by createblog.com -->
<img style="position:absolute; top:px; left:px; width:px;
height:px" src="IMAGE HERE">
<!-- end code provided by createblog.com -->