HighDots Forums  

Well, I'm almost valid but

alt.html alt.html


Discuss Well, I'm almost valid but in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Larry Webb
 
Posts: n/a

Default Well, I'm almost valid but - 01-06-2005 , 05:55 PM






I can't figure out how to change the problem below so my site will validate.

URL - http://www.lockboxdoorprotector.com/

Problem - there is no attribute "BACKGROUND"
Code - <td background="images/layout_r7_c1.jpg">

Thanks
Larry

Reply With Quote
  #2  
Old   
Matt James
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 06:14 PM






Larry,
Hi, I speak from recent and bitter experience re this.
You'll need to use css to define the table background, instead of stating it
in the way you have.

I did find a number of useful websites giving examples of this... I'll try
to track them down again and re-post.

In the meantime, try a google search for "css table background" or similar.

Cheers,
Matt



"Larry Webb" <webb (AT) removethisrovatune (DOT) com> wrote

Quote:
I can't figure out how to change the problem below so my site will
validate.

URL - http://www.lockboxdoorprotector.com/

Problem - there is no attribute "BACKGROUND"
Code - <td background="images/layout_r7_c1.jpg"

Thanks
Larry



Reply With Quote
  #3  
Old   
Mark Parnell
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 06:23 PM



Previously in alt.html, Larry Webb <webb (AT) removethisrovatune (DOT) com> said:

Quote:
Problem - there is no attribute "BACKGROUND"
Solution - remove the attribute "BACKGROUND"

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
  #4  
Old   
Karl Core
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 06:40 PM




"Larry Webb" <webb (AT) removethisrovatune (DOT) com> wrote

Quote:
I can't figure out how to change the problem below so my site will
validate.

URL - http://www.lockboxdoorprotector.com/

Problem - there is no attribute "BACKGROUND"
Code - <td background="images/layout_r7_c1.jpg"
Seems pretty self-explanatory to me...


--
-Karl Core
Please Support "Project Boneyard":
http://www.insurgence.net/info.aspx?...&item=boneyard




Reply With Quote
  #5  
Old   
Simon
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 06:45 PM



Hi, Larry

Larry Webb wrote:
Quote:
I can't figure out how to change the problem below so my site will
validate.

URL - http://www.lockboxdoorprotector.com/

Problem - there is no attribute "BACKGROUND"
Code - <td background="images/layout_r7_c1.jpg"
You might like to try using CSS instead -
http://www.webmasterworld.com/forum83/5195.htm

Regards
Simon
Custom Net Hosting
http://www.customnethosting.com


Reply With Quote
  #6  
Old   
Starshine Moonbeam
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 08:22 PM



In article <qljDd.128784$AL5.57678 (AT) twister (DOT) nyroc.rr.com>, Larry Webb
(webb (AT) removethisrovatune (DOT) com) dropped a +5 bundle of words...

Quote:
I can't figure out how to change the problem below so my site will validate.

URL - http://www.lockboxdoorprotector.com/

Problem - there is no attribute "BACKGROUND"
Code - <td background="images/layout_r7_c1.jpg"
<style>
td.whatever {background-image: url(images/layout_r7_c1.jpg)}
</style>

<td class="whatever"></td>


--
Starshine Moonbeam
mhm31x9 Smeeter#29 WSD#30
sTaRShInE_mOOnBeAm aT HoTmAil dOt CoM











Reply With Quote
  #7  
Old   
Neal
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 09:05 PM



Larry Webb <webb (AT) removethisrovatune (DOT) com> wrote:

Quote:
I can't figure out how to change the problem below so my site will
validate.
A meta-comment, if I may, to you and/or whoever discovers this in a
search of the archives:

Your subject says that "you" are almost valid. Suggestion - don't
attach yourself to your code to much. I realize it's just a figure of
speech, but so many times I see people post here and it goes a little
like this:

A: My page won't work.
B: This is wrong and this should be changed to that.
A: Waa! You're mean!

And the whole of the problem is people take criticisms of their code
as if they were criticisms of themselves. We see it every day.

You are a totally valid and good person; you are loved, loving and
worthwhile. It's your code that sucks, that's all. Avoid mixing the
two up, so that when your code is criticized, you don't take it
personally.



Reply With Quote
  #8  
Old   
rf
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 09:15 PM



"Neal" <neal413 (AT) yahoo (DOT) com> wrote

Quote:
You are a totally valid and good person; you are loved, loving and
worthwhile.
What are you after? A free martini? :-)

--
Cheers
Richard.




Reply With Quote
  #9  
Old   
Neal
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 09:16 PM



rf <rf@.invalid> wrote:

Quote:
"Neal" <neal413 (AT) yahoo (DOT) com> wrote

You are a totally valid and good person; you are loved, loving and
worthwhile.

What are you after? A free martini? :-)
rf, man, who do you think you're talking to?

I'm after TWO free martinis.



Reply With Quote
  #10  
Old   
Richard
 
Posts: n/a

Default Re: Well, I'm almost valid but - 01-06-2005 , 09:35 PM



On Thu, 06 Jan 2005 22:55:18 GMT Larry Webb wrote:

Quote:
I can't figure out how to change the problem below so my site will
validate.

URL - http://www.lockboxdoorprotector.com/

Problem - there is no attribute "BACKGROUND"
Code - <td background="images/layout_r7_c1.jpg"

Thanks
Larry
<td style="background:url('mages/layout.jpg')">




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.