DIV problems |
DIV problems |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 75 Joined: Jan 2007 Member No: 498,248 ![]() |
So I used the DIV layout tutorial, but alas, I am having troubles. This is my first time using this tutorial and layout-making type.
The problem is, I have three boxes in one of which I would like to place my "content" in and the other two maybe comment boxes or the "add, msg, pic" boxes. I really don't know what I'm doing, I'm just messing around with the codes with trial and error. = ) Does anyone have any time to help me with this? Here is the link to my myspace: Myspace Any help is much appreciated. |
|
|
![]() |
*WHIMSICAL 0NE* |
![]()
Post
#2
|
Guest ![]() |
^ You don't have to use paint if you have another program. (What program are you using?)
But if you want to use paint what you need to do is open the program, obviously. And the image that you want to place the div on. If you just have an image that you're placing in a seperate div that's not a big background image you can create a white space for the time being. Anyways, place your mouse cursor where you want the top left corner of the div to be. Then in the corner (like in the image in the tutorial) there should be a set of numbers seperated by a comma. What you want to do is place the first number after left and the second after top. So basically, if I placed my mouse cursor in a spot and the numbers displayed were "180,400" I'd put that in my div code to look like this: QUOTE <div class="content" style="position: absolute; left:180px; top:400px; width:000px; height:000px; overflow: auto;"><center> content </div> Is that what you were asking? |
|
|
![]() ![]() |