Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Colors in table do not display correctly


  #1  
Old Feb 20, 2009, 06:10 AM
MrCardinal
 
9 posts · Feb 2009
I am running Atahualpa 3.1.9

I am trying to display a table on a site and I have entered the <tr bgcolor="#FFCC66"> in the HTML, but when it displays on the site, it transforms it to lowercase: <tr bgcolor="#ffcc66"> and then it displays gray instead of the color

Is there any reason case of the text is changing?
  #2  
Old Feb 20, 2009, 12:57 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
The color are being overwritten by the CSS at A. Theme Options -> Tables as CSS takes precedence over HTML. To change the styles for all tables, edit the CSS there. To change the style for a specific table only, edit it in the WP editor in HTML mode like this

<table>
<tr>
<td style="background: #123456">
...
</td>
<td style="background: #654321; color: #333333; padding: 5px">
...
</td>
</tr>
</table>

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Permalink or 404 error - page not displaying correctly woolef Atahualpa 3 Wordpress theme 19 Apr 4, 2010 02:08 PM
[SOLVED] blog not displaying correctly in safari pltrace Header configuration & styling 3 Sep 28, 2009 02:41 PM
[SOLVED] Atahualpa 3.3.3. BFA Subscribe Widget not Working Correctly in WP 2.8 Matt Atahualpa 3 Wordpress theme 7 Sep 23, 2009 08:05 PM
CSS used in 3.2.2 not working correctly in 3.4.2 on intial page load bcorrigan New Versions, & Updating 2 Jul 14, 2009 08:59 AM
Widget text not aligning correctly in sidebar StudioGal Sidebars & Widgets 2 Apr 14, 2009 08:08 AM


All times are GMT -6. The time now is 09:57 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.