473,320 Members | 1,744 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

What are css align & cellspacing comands?

ilya Kraft
134 100+
Helo,
I'm working on my site now, tried to validate it and got couple of errors like this

Line 135, Column 50: The align attribute on the table element is obsolete. Use CSS instead.
<table id="footer" align="center" cellspacing="0">

Line 135, Column 50: The cellspacing attribute on the table element is obsolete. Use CSS instead.
<table id="footer" align="center" cellspacing="0">

What do i put in css for align and cellspacing?

I've also got this error:

Line 129, Column 208: The name attribute on the img element is obsolete. Use the id attribute instead.
…/logo1.png" alt="Logo" name="Home" width="372" height="110" border="0"></a></p>

Line 129, Column 208: The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
…/logo1.png" alt="Logo" name="Home" width="372" height="110" border="0"></a></p>

and i have no idea about what it asks me to do(this is a rollover image)

Expand|Select|Wrap|Line Numbers
  1. #header {
  2.     background-image:url(images/header.png); 
  3.     width:924px;
  4.     height:30px;
  5.     border:0px;
  6.     padding:0px;
  7.         ?????????
  8.         ?????????
  9. }
  10.  
Jan 15 '11 #1
1 4474
Dormilich
8,658 Expert Mod 8TB
and i have no idea about what it asks me to do(this is a rollover image)
remove these deprecated attributes and replace them by CSS if necessary.
Jan 15 '11 #2

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

Similar topics

9
by: Glutinous | last post by:
Trying to learn php, and came across =& as in $form =& $HTTP_POST_VARS; I can't find any reference to =&, with no success in searching for a definition (as though it's _so_ obvious it...
5
by: Qazz | last post by:
Yesterday morning, all the ASP Reference Pages were there, and then yesterday afternoon they were all gone!!! For example:...
0
by: Tim Marshall | last post by:
Advanced groups search is extremely messed up. I can't get threads anymore. This is gross. -- Tim http://www.ucs.mun.ca/~tmarshal/ ^o< /#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake...
3
by: DaveC | last post by:
Hi.. I have a C exam in a few days.. Looking back at old exams I find a few things we have not been taught / cant remember being taught. Below is a question from last year. My question is how do...
5
by: John | last post by:
I came across this nugget in my intarweb travels. It's part of a median-calculation. Can someone tell me what the if( length & 0x1 ) is doing? Thanks! ...
8
by: QQ | last post by:
SpreadsheetCell(const string& initialValue); I don't understand what & means here? Thank you very much! A C++ beginner
4
by: srishanu | last post by:
I want to do something, but i dont know how clear i'm going to explain it. Please help me with this matter. Following is what i want to b done. i'm doing a web site which has several items...
1
by: xamman | last post by:
hi there, from what i understand not all objects & variables are saved in the viewstate, even though all objects & vars are lost after the page response is sent to the client browser. is there...
12
gpraghuram
by: gpraghuram | last post by:
Hi , In one of the code i saw a declartion like this virtual void check(Base*& ptr); I cant make out what this *& means and this is ina c++ code Can somebody throw some light on this Raghuram
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.