image positioning |
![]() ![]() |
image positioning |
Jun 8 2004, 10:20 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Apr 2004 Member No: 14,933 |
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...
|
|
|
|
Jun 20 2004, 10:38 AM
Post
#2
|
|
![]() hello. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,105 Joined: Jun 2004 Member No: 23,600 |
yu mean slicing images?
|
|
|
|
Jun 20 2004, 10:46 AM
Post
#3
|
|
![]() local html help ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Mar 2004 Member No: 9,395 |
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. |
|
|
|
Jun 21 2004, 05:21 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,831 Joined: Jun 2004 Member No: 20,324 |
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 --> |
|
|
|
![]() ![]() |