The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I'm currently making a website for my game. It is nothing fancy, and I'm just using CSS and HTML, but I have one problem that I can't fix well. I have some pages that don't fill some monitors. I use the <div class=""></div> tags to create separate text areas, and want to know if there is a way to make it so that my page always fills the screen as it looks very ugly with the bottom of the screen just being the background.
I don't even know if this is possible, but any help would be greatly appreciated as google and the HTML/CSS reference sites I use have failed me with this.
Thanks.
"Read twice, post once. It's almost like 'measure twice, cut once' only with reading." - MetaverseNomad
Cronus on
0
Posts
Seguerof the VoidSydney, AustraliaRegistered Userregular
If you have multiple columns of text, there's a CSS trick to make all the columns the same length. Like, if the background colour of the columns was grey, you can make it so that they all stretch down to the length of the longest column, even if the text doesn't stretch all the way in all of the columns. Makes things look a bit tidier.
Not sure if that's what the OP wants to do or not though.
If you have multiple columns of text, there's a CSS trick to make all the columns the same length. Like, if the background colour of the columns was grey, you can make it so that they all stretch down to the length of the longest column, even if the text doesn't stretch all the way in all of the columns. Makes things look a bit tidier.
Not sure if that's what the OP wants to do or not though.
No thats not it. It's that I have a div with a small amount of text that I want to stretch to the bottom of the screen so that the text box is displayed and not the background. If there is no way to stretch the box, I can hack around it. That is not a problem.
Thanks.
Cronus on
"Read twice, post once. It's almost like 'measure twice, cut once' only with reading." - MetaverseNomad
0
Seguerof the VoidSydney, AustraliaRegistered Userregular
edited February 2007
I'm having a hard time envisioning what you're trying to describe. Can you provide an example of a page? (And sorry to be harsh, but describing to us with commas?)
Posts
?
Can you provide an example?
In your first div you can do style="margin-top : ##px;"
To make it how hug the top of the screen, but thats it.
we also talk about other random shit and clown upon each other
Not sure if that's what the OP wants to do or not though.
No thats not it. It's that I have a div with a small amount of text that I want to stretch to the bottom of the screen so that the text box is displayed and not the background. If there is no way to stretch the box, I can hack around it. That is not a problem.
Thanks.
"Read twice, post once. It's almost like 'measure twice, cut once' only with reading." - MetaverseNomad