 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
randomperson9
Joined: 20 Nov 2007 Posts: 32
|
Posted: Wed Jan 23, 2008 4:35 pm question on how to make things smaller on your website.... |
|
|
|
| I am using frames for my website. the menu on the right side on my screen witch is a green box is filling the space it has in the frame. what I want to do is make the green box that is filling the whole page to become small so it does not touch the bottom of the page. how do I make it smaller? where should i got to make it smaller the index page or the menu.html page? |
|
ogsolution
Joined: 26 Dec 2007 Posts: 144
|
Posted: Wed Jan 23, 2008 11:02 pm |
|
|
|
| do you have a sample code or a live page we can look at? |
|
randomperson9
Joined: 20 Nov 2007 Posts: 32
|
Posted: Thu Jan 24, 2008 4:29 pm |
|
|
|
Here is a screen shot: [img=http://img250.imageshack.us/img250/5513/siteza5.th.png]
kk see the dark brown box on the left side of the page? it goes down till it touches the bottom the the screen. I want to make it so it does not touch the bottom of the screen. how do I do that? I know the site looks bad but it is a protype for the real one. I erased some stuff becuse it said my real name and I do not want people to know what the site is yet. |
|
ogsolution
Joined: 26 Dec 2007 Posts: 144
|
Posted: Fri Jan 25, 2008 12:38 am |
|
|
|
It looks like you are setting background color to your html page. If you create a div in your body and assign the brown background color to the div, you should be able to adjust the height of the div. You can do this with some CSS.
These following topics may help you:
CSS Background Color
CSS Width and Height |
|
randomperson9
Joined: 20 Nov 2007 Posts: 32
|
Posted: Fri Jan 25, 2008 7:34 pm |
|
|
|
| is there a way to do it without converting it to css? |
|
ogsolution
Joined: 26 Dec 2007 Posts: 144
|
Posted: Sat Jan 26, 2008 2:00 am |
|
|
|
Yes, you can use table and set the background color of your table. This way, you are using plain HTML.
My suggestion is to use some CSS. It's easy to learn and easy to use inside HTML.
If you insist on plain HTML, you can watch this HTML Table video. Then you can learn more about Nested Tables. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|