Recent Topics

1 Mar 26, 2005 18:25    

I have searched for this and the topic I was reading was absolutely NO HELP what so ever.

My blog is in an iframe, and I am trying to get rid of that scrollbar!! I am so frustrated. I have tried changing custom.php and _main.php and nothing works. :( Please help.

http://seductive.ssxh.net/v5.html

Thats a link to my site and the problem.

3 Mar 27, 2005 10:16

Look for the following in your css:-

.bPosts {
float: left;
width: 480px;
overflow: hidden;
/* background: #090;*/
}

Change the red bit for a lower number

?

4 Mar 27, 2005 13:10

THANX SO MUCH! It worked :)


Form is loading...