div section, help? |
![]() ![]() |
div section, help? |
Sep 26 2006, 08:39 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2006 Member No: 467,833 |
I have a regular myspace, but I have it all centered, making it all weird, I was wondering how I can create a div section, with a 1px black border, with the dimensions 100x100, and I can edit the cordinates, I jsut don't know how to create one on my page.
|
|
|
|
| *This Confession* |
Sep 26 2006, 08:49 PM
Post
#2
|
|
Guest |
Change the left and top to position it:
CODE <div class="content" style="position: absolute; left:000px; top:000px; width:100px; height:100px; border: 1px solid; border-color: 000000; overflow: auto;"><center> CONTENT FOR DIV. </div> Put what you want to show up in the div where it says CONTENT FOR DIV. |
|
|
|
![]() ![]() |