HTML help needed

How To's, Questions, and Solutions for problems. This covers anything from computer hardware problems to software recommendations to tutorials for various software programs.

Note: Neither Gametoast nor any of its members/visitors are responsible for any damage to your computer as a result from advice given in this forum. Follow advice at your own risk and be sure to back up any important files.

Moderator: Moderators

Post Reply
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

HTML help needed

Post 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.
crazytieguy
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 306
Joined: Sun Jul 02, 2006 8:02 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Targeting your X-wing.

Re: HTML help needed

Post 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.
Penguin
Jedi Admin
Jedi Admin
Posts: 2541
Joined: Sun Mar 05, 2006 12:00 am
Location: Australia

Re: HTML help needed

Post 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"
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: HTML help needed

Post by DarthD.U.C.K. »

i solved the problem with "position:absolute" in the right columns class,
thank you for your help though
Post Reply