Quick html (visual studio) question

Soldato
Joined
6 Sep 2006
Posts
6,302
Location
London
I'm designing a website for a college project and no matter what size settings I give the individual table cells it always stretches when I open it in the browser.

This is what I want:
webpre1.jpg


But when I resize the IE window it compresses down to this:
webpre2.jpg


When I put IE to fullscreen it stretches out a bit too which throws off some text.

Anyone know a setting I can change? My lecturer is useless and just muttered something about style settings then wandered off.
 
Hey man, I don't suppose you can use css to design this site?
(Im not the best with tables since I skipped learning them :D)

Css is pretty easy and might save you a lot of bother.
(Im also guessing this is in IE6 since thats was most Colleges are stuck using)
 
Im still in shock that you're at uni and being taught to use tables for layout :eek: !!

I could help in every way possible if it was DIVs/CSS but another table website is not what the world needs! If you were using CSS then it would be VERY easy to do
 
=/

Blame my lecturer. Most of his notes are from 1999. I even found that some of his "2004" notes are identical to old copies from 1999 that I found.

He never said we have to use tables so I guess I could use CSS. Any good links to tutorials for making a CSS layout like I have above?
 
gosh this is worse then my college. can't believe they are teaching you how to build websites the extremely bad and dated way.

if i were you i'd give up using tables immediately and start learning css. that way atleast when you finish college you'll know something useful :)
 
Have you tried giving the table tags (table, td, tr etc) an absolute width/height (although as said you should styles and I think giving a specific height will only work for td/tr tags, not the whole table iirc).
 
Yea all the sections have absolute widths and heights. I'll just have to deal with it for now unless I get it switched over to CSS.
 
Back
Top Bottom