![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to put a border along the bottom of a table and am using the following as its class. TABLE.jedheader{ [...] An example is here - http://www.jedsite.info/content/test.html |
|
What am I doing wrong? |
#3
| |||
| |||
|
|
Barely Audible wrote: I'm trying to put a border along the bottom of a table and am using the following as its class. TABLE.jedheader{ [...] An example is here - http://www.jedsite.info/content/test.html The string "jedheader" does not appear anywhere in the HTML document, so you have no such class. Hence the CSS rule has no effect. What am I doing wrong? Quite a many things, including pointless use of tables for layout. Yucca |
#4
| |||
| |||
|
|
Jeez! Its obvious the guy needs some help and all you can do is behave like you got impossibly low scores on your personality tests... |
#5
| |||
| |||
|
|
Jukka K. Korpela wrote: Barely Audible wrote: I'm trying to put a border along the bottom of a table and am using the following as its class. TABLE.jedheader{ [...] An example is here - http://www.jedsite.info/content/test.html The string "jedheader" does not appear anywhere in the HTML document, so you have no such class. Hence the CSS rule has no effect. What am I doing wrong? Quite a many things, including pointless use of tables for layout. Yucca Jeez! ... all you can do is |
#6
| |||
| |||
|
|
In article <6hto2bFnf0eoU1 (AT) mid (DOT) individual.net>, Cough <cough (AT) mouthsound (DOT) com> wrote: Jukka K. Korpela wrote: Barely Audible wrote: I'm trying to put a border along the bottom of a table and am using the following as its class. TABLE.jedheader{ [...] An example is here - http://www.jedsite.info/content/test.html The string "jedheader" does not appear anywhere in the HTML document, so you have no such class. Hence the CSS rule has no effect. What am I doing wrong? Quite a many things, including pointless use of tables for layout. Yucca Jeez! ... all you can do is What do you mean "all you can do"? He did more than the bit you object to. Look again. Be fair! |
#7
| |||
| |||
|
|
dorayme wrote: In article <6hto2bFnf0eoU1 (AT) mid (DOT) individual.net>, Cough <cough (AT) mouthsound (DOT) com> wrote: Jukka K. Korpela wrote: Barely Audible wrote: I'm trying to put a border along the bottom of a table and am using the following as its class. TABLE.jedheader{ [...] An example is here - http://www.jedsite.info/content/test.html The string "jedheader" does not appear anywhere in the HTML document, so you have no such class. Hence the CSS rule has no effect. What am I doing wrong? Quite a many things, including pointless use of tables for layout. Yucca Jeez! ... all you can do is What do you mean "all you can do"? He did more than the bit you object to. Look again. Be fair! Ok maybe I was a tiny bit unfair as he had obviously checked the page when I had changed the class back to the old one whiler I tinkered with it. But the fact remains that all he did was criticise and not offer any practical help - for instance I'm still wondering why it is a 'pointless use of tables'?. |
#8
| |||
| |||
|
|
Do one of two things: Remove your class="jedheader" and substitute style="border-bottom: 8px solid #ccc;" or whatever sort of border you want. |
#9
| |||
| |||
|
|
In article <doraymeRidThis-EDEEA1.19504731082008 (AT) web (DOT) aioe.org>, dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote: Do one of two things: Remove your class="jedheader" and substitute style="border-bottom: 8px solid #ccc;" or whatever sort of border you want. You see how tired I am, I forget the other thing: Leave class="jedheader" and put jedheader {border-bottom: 8px solid #ccc;} in your stylesheet. Look up "css stylesheet" at http://htmldog.com/guides/cssbeginner/ Time for a movie, I think the lovely Grace Kelly, Bing Crosby (he does have a voice!), Frank Sinatra (so does he) and Satchmo (he has a lot of everything) are on tonight. I suppose you might be able to guess or look up which film. I don't think it is one of the best. But they all have been in great movies at least... <g |
#10
| |||
| |||
|
|
Time for a movie, I think the lovely Grace Kelly, Bing Crosby (he does have a voice!), Frank Sinatra (so does he) and Satchmo (he has a lot of everything) are on tonight. I suppose you might be able to guess or look up which film. I don't think it is one of the best. But they all have been in great movies at least... <g |
![]() |
| Thread Tools | |
| Display Modes | |
| |