Help - Search - Members - Calendar
Full Version: dimensions
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
IAmTheChin
i was wondering if u could set the width of ur left module and the width of ur entries different sizes.
Pulchritude
i think u could use this for the entries

CODE
<style type="text/css">
.custom{
width: 200px;
height: 200px;
z-index:100;
overflow: visible;
border: px #000000 solid;
background: #ffffff;
}</style>


u could also change the colors of the border and backround.. and for the modules i dont think u could but im not sure whats the code but if u use custom module script u could change the width and height

http://www.createblog.com/forums/index.php?showtopic=178
largosama
CODE
<style type="text/css">

table.left {
width:##px;
}

.blogbody {
width:##px;
}
</style>


changes the width of the modules and blogbody seperately. I'm not sure if the second one is the correct class, as I'm doing these from memory.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.