472,993 Members | 3,179 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,993 software developers and data experts.

there is no attribute "BACKGROUND"

Does any body know how to fix this.
I am trying to validate these html codes through the markup validation.
I have 5 error messages:

1) Line 114, Column 15: there is no attribute "BACKGROUND" .

<td background="images/nav1bg.gif" onMouseOver="this.className='over'" onMouseOu

2) Line 223, Column 74: there is no attribute "BACKGROUND" .

…cellpadding="0" cellspacing="0" background="images/bgleftnav.gif">

3) Line 225, Column 67: required attribute "ALT" not specified .

…ges/blank_leftheaders.gif" width="172" height="45"></td>

4) Line 254, Column 280: there is no attribute "XML:SPACE" .

…js" type="text/javascript" xml:space="preserve">

5) Line 287, Column 61: required attribute "ALT" not specified .

…img src="images/maincontent.gif" width="584" height="45"></td>

If you can get back to me as soon as possible so I can fix it I would really appreciate it. Thanks
Sep 21 '07 #1
1 3833
drhowarddrfine
7,435 Expert 4TB
1 and 2 are as stated, there is no such attribute in modern markup. Use CSS.

3 and 5 refer to the "ALTernate" text for an image should images not be available, such as a reader for the blind.

4 means you are probably referring to Microsoft Office stuff which has nothing standard about it. Do not use it.
Sep 21 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

17
by: Torbjørn Pettersen | last post by:
I've got a table where I want some of the cells to use a background image. The cells have variable height, so I am using an image with a rather small height to fill up the background of the cells,...
4
by: Charles Law | last post by:
When displaying the Color Picker for a web page (in the VS IDE), Background is listed on the System Colors tab. Also, Color.FromName("Background").IsNamedColor returns True. However,...
5
by: johnsuth | last post by:
I want to produce a trivial demonstration of dynamic modification. I thought that pressing a button might change its color. I studied O'Reillys books and successfully created the button with a...
1
by: wstach | last post by:
Hi, I'm using Windows XP, IIS & ASP to develop a web service that executes several programs (command line .exe files) on a server, shows next webpage with info on progress in execution, and...
7
by: chardish | last post by:
Hello, Is it possible to make a div part of the "background"? In other words, I want it to always render if that part of the screen is showing, but not create scrollbars under any circumstances....
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.