we have to do a website for school and i have som problems/questions
1. i made a header in gimp if i watch the header on the website in firefox... the header looks blurry
i just linked it a picture with height and width 100%
2. the website has a sidemenu. i made a table with the sidemenu in its left column and the main text in its right column
now the maintext influences the height of the sidemenu.
HTML help needed
Moderator: Moderators
- DarthD.U.C.K.
- Master of the Force
- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
-
- Rebel Warrant Officer
- Posts: 306
- Joined: Sun Jul 02, 2006 8:02 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Targeting your X-wing.
Re: HTML help needed
To be honest, it's much easier if you use a free site creator such as [url=http://www.nvu.com/[Nvu[/url], unless you're required to manually script it.. But if you can use an editor, you can move things around easily and it'll automatically update the html. Also, it should be able to easily solve both your problems.
-
- Jedi Admin
- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
Re: HTML help needed
1: Make it px exact, otherwise its resizing to 100% of what its in (EG: row, col, space)
2: Add a new row under the left col, right col rowspan = "2"
2: Add a new row under the left col, right col rowspan = "2"
- DarthD.U.C.K.
- Master of the Force
- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: HTML help needed
i solved the problem with "position:absolute" in the right columns class,
thank you for your help though
thank you for your help though