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 ![]() |
I didn't mean to confuse you; I get confused trying to explain it sometimes. Haha.
Those three boxes might be part of the default layout. Have you used a code to hide the default profile? http://www.createblog.com/scripts/download.php?id=368 I would suggest to read over the tutorial that I linked in my other post and then doing the divs. If you get to a part of it that you don't quite understand just let me know and I'll be here. If you're just starting, don't use percents. They can be confusing. You might want to just use a div code like this: QUOTE <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> content </div> That way all you need to do is change the 0's. Change the height and width accordingly and then use your image program (or Window's Paint) to position the div with left and top. |
|
|
![]() ![]() |