Print Page | Close Window

Class Colors

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=16423
Printed Date: 29 March 2026 at 12:51am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Class Colors
Posted By: Misty
Subject: Class Colors
Date Posted: 03 September 2005 at 2:09pm
I'd like to know exactly how you can do something like this: <table width="270" border=0 cellpadding=0 cellspacing=0 class="yellowbox">
      <tr>
        <td>&nbsp;&nbsp;<b>Welcome to GreatSmokyMountains.com</b></td>
      </tr>
    </table> Look at the orange table on http://www.greatsmokymountains.com/index.cfm - http://www.greatsmokymountains.com/index.cfm . Could someone please look at the source code of that web page and show me where the code is for Class (ex: class="yellowbox").
 
Thanks,
Misty



Replies:
Posted By: dpyers
Date Posted: 03 September 2005 at 3:15pm
 http://www.greatsmokymountains.com/GreatSmokyMountains.css - http://www.greatsmokymountains.com/GreatSmokyMountains.css  ?



-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: dfrancis
Date Posted: 03 September 2005 at 3:34pm
.yellowbox {
  background: #E49448;
  border: 1px solid #575757;
 
in the css file.
 
 
<table class="yellowbox" cellSpacing="0" cellPadding="0" width="270" border="0">
<tr>
<td><b>Welcome to GreatSmokyMountains.com</b></td>
</tr>
</table>
 
 
Oh... thanks for the link BTW... my wife may be able to use that for our travel agency clients.  Smile
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net