Wrox Programmer Forums
|
BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6
This is the forum to discuss the Wrox book Beginning Visual Basic 2005 by Thearon Willis, Bryan Newsome; ISBN: 9780764574016
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 22nd, 2006, 08:41 PM
Registered User
 
Join Date: Sep 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 17, p.568, "Style", deprecated attributes

I typed in the code on pages 572 and 573.

The first error I get is about the <Style> tag.
"Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed."

And "Validation (XHTML 1.0 Transitional): Element
'style' is missing required attribute 'type'."

When I change the <Style> tag to <style>, I still
get the second message.

Second: about the height property in this next section of code:

        <table id="tblMasterLayoutHeader" class="TableLayout" cellpadding ="0"
            cellspacing="0" align="center" height="450" >

I get this error: Validation (XHTML 1.0 Transitional): Attribute 'height'
is not a valid attribute of element 'table'.

Also, "'bgcolor' is considered outdated."

I removed the height and bgcolor, but wasn't sure what to do about the
<Style> tags. It runs with the error in place, though.

Am I doing something wrong? Do I have some setting wrong? Any advice?

Thanks,
Robin (irish_songbird)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 17 First Try It Out paloyme BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 7 August 23rd, 2006 11:14 AM
Chapter 17 first Try It Out paloyme Visual Basic 2005 Basics 0 April 17th, 2006 04:34 AM
Chapter 17 Gaby BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 3 September 8th, 2005 11:50 AM
fp-style attributes pb7 Javascript 1 June 27th, 2003 05:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.