|
Posted by David Dorward on 11/12/40 11:17
The Magician wrote:
> Thanks for your quick response David, but I went to those links, and
> basically...it may have well been in Chinese. It's a bit deep for me.
> As far as the template...I dunno if it's good, bad or indifferent...but
> it's what I started creating the site with. Basically...in real simple
> terms...is there a way to keep each of the "box's height"...the same exact
> size on every page?
Well, you can specify a height with the CSS height property, but then you
need to use the overflow property to specify what to do when there isn't
room in the box for the text. The only sensible option is to add
scrollbars, and that's a terrible design. Users with nice large windows
like not having to scroll as much, giving them a tiny box will annoy many
of them.
To complicate matters, overflow doesn't play nicely with table data cells,
so if you continue abusing tables in the fashion you have to jump through
more hoops too add meaningless extra markup to set the height and overflow
on.
> http://www.themagician8.com/Serenity/index4.htm
http://validator.w3.org/check?verbose=1&uri=http%3A//www.themagician8.com/Serenity/index4.htm
> If what is needed is a CSS, can I make one from the pages that I've
> already setup? How do I go about that?
http://css.nu/pointers/index.html#Tutorials
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|