Help - Search - Members - Calendar
Full Version: Need help on something!
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
i_liek_sushi
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.
Kenado
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.