0
Welcome Guest! Login
0 items Join Now

CSS Question; How to get Blog-Content Category 100% width??

    • Michael Kenney's Avatar

    CSS Question; How to get Blog-Content Category 100% width??

    Posted 17 years 7 months ago
    • I'm feeling really ignorant not being able to figure this out, but I'm at a loss. I'm using the standard Blog-Content Category menu. I have the text aligned ="center" in a number of my content items but the text is all the way to the left. Looking at the code it appears to be because the "blog" table width is not defined. I'm pretty much a newb to css, can someone please tell me how to declare these classes to be full "100%" width? I've tried things like "table.blog.fullpage{width:100%}" and any number of other variations, but nothing is happening. ?? Follow this link to see the page where this code is from.
      <table class="blog.fullpage" cellpadding="0" cellspacing="0"><tr><td valign="top"><div>           
      <table class="contentpaneopen.fullpage">
                     <tr>
                                              <td class="contentheading.fullpage" width="100%">
                               Another Test                                             </td>
                                         </tr>
                     </table>
                     
                <table class="contentpaneopen.fullpage">
                          <tr>
                     <td valign="top" colspan="2">
                     <p style="text-align: center">CENTER</p>
                     </td>
                          </tr>
                </table>
    • Last Edit: 17 years 6 months ago by .

Time to create page: 0.042 seconds