Thread: saving space on a page
Results 1 to 2 of 2
Related
-
Can not see everything in the page after saving original one. Forum: HTML Forum
Replies: 5 -
Problem saving images Forum: PHP Forum
Replies: 1 -
Help with saving Forum: Website Scripts Forum
Replies: 3 -
saving html files Forum: HTML Forum
Replies: 1
-
08-29-2004, 11:26 AM #1
saving space on a page
Question...
I have a site that I am trying to save space on the pages. I want it confined to about a width="440" height="289", but I have alot of information to place on the site. Besides the textarea where individuals can scroll, what is another way to do this without distoring the tables? I guess I could use flash... but if someone doesn't have it it will not show... Could I use style sheets?
To clarify.. I have a nav bar on the left side that I don't want to move down when I put words or images to the right as content.
Thanks for any assistance you can provideLast edited by roc; 08-29-2004 at 11:48 AM.
-
08-29-2004, 01:21 PM #2
Welcome to the forums
You can do a couple of things, one is frames, you can check ouy our HTML frame tutorials for more info.
The prefered method would be to use css divs, this will give you the same affect as the textarea. You can do a forum search for more info on divs.
DaveLast edited by HTML; 03-23-2009 at 04:36 PM.