HighDots Forums  

trying to take advantage of stylesheets

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss trying to take advantage of stylesheets in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
laredotornado@zipmail.com
 
Posts: n/a

Default trying to take advantage of stylesheets - 08-19-2006 , 02:58 PM






Having seen the light of CSS, I am trying to eliminate TABLEs from my
HTML pages. However, with the following, how would you convert the
HTML TABLE code to to eliminate all TABLE elements but produce the same
output?

<table cellpadding="0" cellspacing="0"
border="0" width="100%">
<tr><td
style="background-image:url('images/red-footer.gif');"><img
src="images/red-footer.gif" alt=""></td></tr>
<tr><td style="height:20px;
background-color:#000000;">&nbsp;</td></tr>
</table>

Thanks, - Dave


Reply With Quote
  #2  
Old   
Nije Nego
 
Posts: n/a

Default Re: trying to take advantage of stylesheets - 08-19-2006 , 03:47 PM






On 19 Aug 2006 11:58:41 -0700, laredotornado (AT) zipmail (DOT) com wrote:

Quote:
Having seen the light of CSS, I am trying to eliminate TABLEs from my
HTML pages. However, with the following, how would you convert the
HTML TABLE code to to eliminate all TABLE elements but produce the same
output?

table cellpadding="0" cellspacing="0"
border="0" width="100%"
tr><td
style="background-image:url('images/red-footer.gif');"><img
src="images/red-footer.gif" alt=""></td></tr
tr><td style="height:20px;
background-color:#000000;">&nbsp;</td></tr
/table

Thanks, - Dave
I would have learned css and than use it.

--
buy, bought, bye


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 - 2009, Jelsoft Enterprises Ltd.