Help - Search - Members - Calendar
Full Version: image positioning
Forums > Resource Center > Webmasters' Corner > Resolved Topics
kevoooo
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...
swe3txprincesz
yu mean slicing images?
cyphervi
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
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 -->
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.