Re: Why can't I make a table cell any size I want?
From: Bill (nfr_at_nospam.com)
Date: 07/16/04
- Next message: John Saunders: "Re: "The request was aborted: The connection was closed unexpectedly""
- Previous message: jlmjrdev: "Field to String error"
- In reply to: Colin Young: "Re: Why can't I make a table cell any size I want?"
- Next in thread: Bill: "Re: Why can't I make a table cell any size I want?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 16 Jul 2004 07:09:51 -0700
Thanks for the recommendations.
I must say that I am dissapointed to hear that the VS designer is not up to
speed and that I will have to handcode the HTML. It's not that I am against
doing this, but it does strike me that needing to is really the equivilent
of handcoding a Word document in Notepad... complete with tags and
stylesheets. Or writing applications in assembler rather than a higher level
language.
I'm wondering why Microsoft (or SOMEONE) can't put together a decent visual
designer for Visual Studio.
"Colin Young" <x@nospam.com> wrote in message
news:Oyl4jrpaEHA.1152@TK2MSFTNGP09.phx.gbl...
> Yes. Visual Studio does support two design modes, and to be honest,
neither
> is really a good example of good HTML or CSS, although the grid mode is
> probably the more offensive of the two. All it means is that you will need
> to get your hands dirty with the HTML rather than relying on VS to do the
> layout for you. You could use tables, but based on what you are trying to
do
> it sounds like doing it the right way is the easier option (just in case
> doing it right isn't incentive enough on its own). Unfortunately VS seems
to
> have inherited the HTML WYSIWYG designer from FrontPage and it quite
> frequently does things that are not only very messy, but actually in
> violation of the standards.
>
> For a fine example of layout without tables, see http://glish.com/css/.
> There are links there to other sites that have much more information about
> how to effectively use CSS.
>
> Using tables for layout is so 1997...
>
> Colin
- Next message: John Saunders: "Re: "The request was aborted: The connection was closed unexpectedly""
- Previous message: jlmjrdev: "Field to String error"
- In reply to: Colin Young: "Re: Why can't I make a table cell any size I want?"
- Next in thread: Bill: "Re: Why can't I make a table cell any size I want?"
- Messages sorted by: [ date ] [ thread ]