Need help on something!, Plz plz plz |
Need help on something!, Plz plz plz |
Mar 3 2006, 06:14 PM
Post
#1
|
|
![]() »»»»»»»»»»» ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 557 Joined: Dec 2004 Member No: 72,261 |
I came across this xanga and loved it!
www.xanga.com/oh_funkstorung ^ How can I make a similar layout?? I love how her blogs look and the way they're positioned. I've been wanting to know how to do this type of layout for so long. I don't wanna totally copy her... i've just always wanted a similar style. Any help? I dunno if I should've posted this here or at xanga requests. but thanks. oh and how do make extra modules on the side again?? (you know under name, interests, etc). I completely forgot everything about xanga. |
|
|
|
![]() |
Mar 3 2006, 06:29 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
I'm guessing she used very huge borders.
CODE <style type="text/css"> body {border: 0px solid #000000; border-left-width: 100px; border-right-width: 100px;} </style> And the custom module code: CODE <script> titleContent = 'Title Here'; moduleContent = 'Module Content'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> Paste in website stats. |
|
|
|
![]() ![]() |