well, technically it does.
every character in the code increases the load time by a bit.
for instance, a web page that just has the word "hi" in it will take a certain amount of time to load. if you change it to "hello" it will take a little longer.
the question then becomes;
when is it too much?
keep in mind that all html/css/javascript, etc. is just text .
and text loads really, really fast.
it is the images and videos and sound files that slow down page load.
oh, and the worst thing is the ad servers. If you are running ads on your pages using one of the main adserver companies ( like tribal fusion, or doubleclick, etc. )then that will slow down your pages as well.
I also agree with the person above, when people start yelling about how tables are bad and old fashioned and load slow, they are just being css snobs.
The reality is that unless you use external style sheets for your css, it is just the same amount of code if not more.