View Full Version : Another scrollbar question with posting


Moe
01-20-2005, 06:40 AM
hey guys, im new to this xanga and im trying to make my sight like super cool... i tried searching for what i wanted but i couldnt find it so ima go ahead and ask a question

I was wondering if anyone knew how to make all the web entries in a xanga in like a box thing with a scrollbar, but yet still have the same background as my background and not have like a white box..., like u have to scroll down for the posts u make in xanga but just for the post part, if that made any sense...

and in the code, like show wear to make the "box" a set number of pixels wide and long...

also if i got that code, where would i stick it in?

JiNgLeBeLLz77
01-20-2005, 03:02 PM
for the scrollbars in your entries... use this (http://www.createblog.com/forums/index.php?showtopic=30581). add in "BACKGROUND-COLOR: transparent;" and it should be transparent =]

Moe
01-21-2005, 01:21 AM
Hi, thanx for the help but its not working like i wanted it to

like it makes the box and everything but it makes it for the whole xanga site including the modules and the thing past the entry...

how could it be tweeked to just the entries and not the modules and the stuff past the entry..


like i have a game at the bottom but i dont want it included in the box,
i just want hte box for the entries only..


so like modulees are on left, game on bottom, and all the entries in the scrollbox

thanx in advance if you can help
Moe

JiNgLeBeLLz77
01-21-2005, 02:46 AM
that's why you're supposed to put it in each entry... click *edit html* on a new weblog... paste in the code, and then click edit html again =]

Moe
01-21-2005, 03:00 AM
i know what ur saying but its still not wat im looking for.i want ALL the xanga entries to be in ONE box and just the entries only, no modules or anything... heres an example: http://www.xanga.com/home.aspx?user=e_t_e_r_n_A_l_l_y

Thanx in advance
sorry to be such a pain :buckt:

JiNgLeBeLLz77
01-21-2005, 04:20 AM
oh i see... why didn't you say that earlier :stickout:

<style type="text/css">
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, {display: none;}
</style>

this code will get rid of your left side modules... and to put your entries in a DIV, just use a regular DIV.