Page 1 of 1

HTML help needed

Posted: Fri Jun 06, 2008 12:38 am
by DarthD.U.C.K.
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.

Re: HTML help needed

Posted: Fri Jun 06, 2008 5:19 am
by crazytieguy
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.

Re: HTML help needed

Posted: Fri Jun 06, 2008 5:35 am
by Penguin
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"

Re: HTML help needed

Posted: Mon Jun 16, 2008 4:50 pm
by DarthD.U.C.K.
i solved the problem with "position:absolute" in the right columns class,
thank you for your help though