positioning stuff, like this |
positioning stuff, like this |
Sep 10 2004, 03:12 PM
Post
#1
|
|
![]() Beautiful Disaster. ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Jul 2004 Member No: 27,022 |
how do i code it so the xanga blog and navigation are similar to this. like whats the code to make it like this?
example: http://www.xanga.com/home.aspx?user=mzgrumpykim and whats the font called thats along the side of the picture? thanks |
|
|
|
![]() |
Sep 10 2004, 03:16 PM
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 |
this is for the navigation. Change margin left and top to fit your adjustment(top of the coding header)
CODE <!-- begin code provided by createblog.com --> <div style="position: static; margin-left: 23px; margin-top: -500px; border: 0px solid #000000; width: 113; height: 1315; background: none"> <!-- end code provided by createblog.com --> and this is the code for the blog body. Do the same thing like the navigation, change width to fit the body (at bottom of the coding) CODE <!-- begin code provided by createblog.com -->
</div> <div style="position: static; margin-top: -850px; margin-left: 188px; border: 0px solid #000000; width: 350px; height: 100%px; background: none; overflow: visible;"> <!-- end code provided by createblog.com --> |
|
|
|
pixiedust309 positioning stuff Sep 10 2004, 03:12 PM
sewerz1000 uh... i dont think thats it, or is that just me? s... Sep 10 2004, 04:10 PM
avalon* yeah i think thats div positioning and then an ext... Sep 10 2004, 04:24 PM![]() ![]() |