Help Coding, I need a layout edited and coded |
![]() ![]() |
Help Coding, I need a layout edited and coded |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jan 2005 Member No: 82,859 ![]() |
hey all! i just had someone make a custom layout for me, however they r not familiar with xanga. could someone please make whatever adjustments needed for it to be a xanga skin and code it for me? it would be extrmemly appreciated!
here is the link to her layout... http://img393.imageshack.us/my.php?image=layxbsb18ks.jpg thanx again! -eve |
|
|
![]()
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
we can't code it for you, but we can teach you.
+ please do not post in the scripts unless you are submitting a script. if not, post in the help forums. there's a differnet. kthnx. ![]() |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
This is actually pretty simple First you need the image to be position to where you want it to be by using div
CODE <div style="margin-top: -100px; margin-left: -303px;"><img src="IMAGE URL"></div> Adjust the numbers how ever you want to. Then you nedd the background image to repeat up and down such as this CODE body {background-color:black; background-image: url(Background image url); background-repeat: repeat-y; background-position: top-left; Then what I use is the thing you call nav heads And after navheads I'd put how you'd want the blog to be positioned. CODE </div> <div style="overflow: visible; width: 355px; margin-top: -50px; margin-left: -500px;"> Hmmm I think I did a good job explaining oh yeah and for the colors of the modules you use this. I'd place that omewhere in your style sheet. |
|
|
![]() ![]() |