diav
Dec 18 2005, 12:18 PM
Is there a way to have the LJ table height fixed? i.e. the height can only be 500 px long?
Libertie
Dec 18 2005, 02:34 PM
Which table are you referring to? The whole thing, so that all your entries are in a scrollbox, or each individual entry? You are able to do the first, but you'll notice that if you define a height it probably won't do anything. You hafta add overflow: auto; to the CSS as well.
diav
Dec 18 2005, 08:39 PM
Yeah, I meant the whole thing. Thanks so much!
diav
Dec 18 2005, 08:47 PM
Oh wait, which CSS code? [as in where?] Can you give me an example? :S
Libertie
Dec 20 2005, 02:49 AM
In your GLOBAL_HEAD...
See if that works.