Confused!, geting my entries on top of my image |
![]() ![]() |
Confused!, geting my entries on top of my image |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 67,099 ![]() |
I followed the 2 tutorials in the forums about making a xanga skin, but I don't know how to get my jounal entry area to be on top of my image. I played around with the margins and whatnot, but it just shows up beneath the picture. I followed the tutorials exacly. What's going wrong? The image is here!
Here's the code I have so far. I left out my image mapping and css. It's exacly from the tutorials: CODE <!-- begin code provided by createblog.com --> <img src="http://img90.exs.cx/img90/7164/bleeding4zm.jpg"> <div style=" overflow: auto; width: 389px; height: 482px; margin-top: 5px; margin-left: 310px;"> <style type="text/css"> table.navigation, table.footer { display:none; } </style> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> I hope that's enough info for someone to help me! |
|
|
![]()
Post
#2
|
|
![]() DANG forgot to add a border XD ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 324 Joined: Nov 2004 Member No: 66,973 ![]() |
hmm...i think you forgot to add the position: static tag in your div code...
so that part should look like this: <div style="position: static; overflow: auto; width: 389px; height: 482px; margin-top: 5px; margin-left: 310px;"> |
|
|
![]()
Post
#3
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 ![]() |
use negative numbers on your margin top. 0 will put put it directly below the image, and negative will go up further
![]() |
|
|
![]()
Post
#4
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Nov 2004 Member No: 67,099 ![]() |
Thank you!!
![]() |
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
QUOTE(squeekyxbones @ Dec 16 2004, 10:02 PM) Thank you!! ![]() [ topic closed ] |
|
|
![]() ![]() |