Help - Search - Members - Calendar
Full Version: Modules On Right
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
electrobot
Hello! I was wondering how I can get rid of the large space between the right module and my entries on my xanga. I think it has something to do with the General Page Settings (On the Customize the Look and Feel page) being on 600 pixels...
Is there a code to make it smaller than 600 pixels?

To see what I'm talking about click here.

Any help will be appreciated, thank you! ^_^
avalon*
maybe you have to change the div module stuff..
can we see the code?
FilipinoFaShow
looks good to me, except the annyoying footer at tha bottom pinch.gif
electrobot
I'm certain that this is the problem...
CODE
<!-- begin code provided by createblog.com -->

table.main { width: 600px; border: none; }
<!-- end code provided by createblog.com -->

I just don't know how to over-ride that sucker to get it below 600 pixels...
aznbabiicutie
QUOTE(electrobot @ Sep 16 2004, 8:59 PM)
I'm certain that this is the problem...
CODE
<!-- begin code provided by createblog.com -->
table.main { width: 600px; border: none; }
<!-- end code provided by createblog.com -->

I just don't know how to change it to something below 600 pixels...

change the 600 to any number below 600

table.main { width: 600px; border: none; }

<^> i hope it works
electrobot
QUOTE(aznbabiicutie @ Sep 16 2004, 8:02 PM)
change the 600 to any number below 600

table.main { width: 600px; border: none; }

<^> i hope it works

It worked!
You're my hero! biggrin.gif

Yeah, I was looking at the custom footer script and I just edited it a bit
CODE
<!-- begin code provided by createblog.com -->
<style>
table.main {width:500px; border:0px;}
</style>
<!-- end code provided by createblog.com -->
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.