Results 1 to 2 of 2

Thread: Problems with Vs.NET and web pages

  1. #1

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Problems with Vs.NET and web pages

    I am starting to use VS.NET for my web apps.

    One of the .aspx pages I have opened gives me lots of errors in the editor, namely...

    Code:
    The active schema does not support the element 'link'.
    I am linking to a stylesheet using the link tag, what is the correct way to link to a stylesheet in vs?

    and

    Code:
    Could not find any attribute 'background' of element 'td'.
    What it is telling me here is that background is not an attribute of the td element, which is obviously incorrect.

    How do I fix these problems so these errors don't come up in VS?

    Thanks
    He who has conquered himself, is far greater than he who has conquered a thousand men... - The Buddha

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Problems with Vs.NET and web pages

    In your property grid, the Document object will have a targetSchema property. Change it to IE 5.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width