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 »

[SOLVED] how to format table


  #1  
Old May 20, 2012, 01:24 PM
ioster
 
18 posts · Nov 2011
[SOLVED] how to format table

Hello,
I try to format the width oF a table or a column : in the example http://ced-cosmetics.fr/formula/ingredients/achillee/ I would like to have the second column fitting 250 px width or the whole table 700 px.
My html code is <td bgcolor="#00B294" width:="250px">... </td> but it doesn't work... : could yoU help me to find the right code. Thanks in advance.
Isabelle

Last edited by juggledad; May 20, 2012 at 01:50 PM.
  #2  
Old May 20, 2012, 02:32 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I cheat and use a wysiwyg table editor. The code I came up with for what you want is
Code:
<table style="width: 700px;" border="0">
<tbody>
<tr>
<td>This is one</td>
<td style="width: 250px;">This is two</td>
</tr>
</tbody>
</table>
Also I didn't check by your styling syntax looks "odd" but I could be mistaken.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old May 20, 2012, 02:52 PM
ioster
 
18 posts · Nov 2011
thanks it drove me crazy but with your styling it works.
Thanks again
Isabelle

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
space between table cells, perhaps nested table issue jrobie23 Center area post/pages 1 Oct 2, 2011 04:02 PM
Can I have long drop down menus show in shorter table/column format? Masselyn Page & Category Menu Bars 4 Oct 12, 2010 07:15 PM
How to Add Zebra Effect to Single Table with WP Table-Reloaded Plugin c12281 Plugins & Atahualpa 8 Aug 1, 2010 03:53 PM
[SOLVED] Table Format for a Single Table joan Center area post/pages 4 Jul 13, 2010 09:03 AM
How to format 2 right sidebars savannah22 Sidebars & Widgets 1 Mar 6, 2010 12:05 PM


All times are GMT -6. The time now is 03:08 AM.


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