0
Welcome Guest! Login
0 items Join Now

Afterburner - Table Cell Padding??

  • Afterburner - Table Cell Padding??

    Posted 14 years 8 months ago
    • I found related searches but could not find a definitive answer to this question.

      I've created a simple table with cellspacing="20". I also tried using cellpadding instead.

      It seems that, on the front end, all padding or spacing is removed.

      How can I correct this?

      Here's a link to show an example:

      demodays.carlsbadgolfcenter.com/index.ph...icle&id=11&Itemid=11
  • Re: Afterburner - Table Cell Padding??

    Posted 14 years 8 months ago
  • Re: Afterburner - Table Cell Padding??

    Posted 14 years 8 months ago
    • Amandeep,

      Thanks for your reply. I had seen that and tried that fix and it did not help.

      I removed all the table related items (table, tbody,tfoot,thead,tr,th, td) from the appropriate css file and the table still runs together, ignoring all cellpadding or cellspacing parameters.

      Any other ideas?

      demodays.carlsbadgolfcenter.com/index.ph...icle&id=11&Itemid=11
  • Re: Afterburner - Table Cell Padding??

    Posted 14 years 8 months ago
    • How about adding margin property which is equivalent to cell padding for tables

      You can change this:
      <table cellspacing="20" cellpadding="0" border="0">

      to
      <table border="0" class="cell-pad">

      and then,add this at end of template.css file:
      table.cell-pad{margin:20px;}

      and adjust value accordingly
    • Quick tips::
      1) Clear your browser cache if changes dont reflect
      2) Provide link to your site to help us help you better
      3) Use in firebug
      Tutorial-- http://www.rockettheme.com/blog/team/255-tools-firebug

      softlogique.com
    • Burner's Avatar
    • Burner
    • Newbie
    • Posts: 19
    • Thanks: 0

    Re: Afterburner - Table Cell Padding??

    Posted 14 years 7 months ago
    • I've tried the above and several other methods only to make no progress. I've coded using desktop and Joomla! editors with the tables looking fine but once they are in the article and saved/applied have the spacing and padding striped out.

      Any help would be appreciated as this is a great template to use.
    • Neil
      "Burner"
      Vancouver, BC
  • Re: Afterburner - Table Cell Padding??

    Posted 14 years 7 months ago
    • Burner's Avatar
    • Burner
    • Newbie
    • Posts: 19
    • Thanks: 0

    Re: Afterburner - Table Cell Padding??

    Posted 14 years 7 months ago
    • Amandeep Singh wrote:
      Hi Burner,

      Please try with editor turned off

      Thank you for your help Amandeep.

      I turned the editors off and used the basic "no edtior" but no luck. Also I coded old school in kompoZer as well and no luck either.

      Later today, I will take sometime again and go through the Afterburner css to see if there is something there.

      Cheers......
    • Neil
      "Burner"
      Vancouver, BC
  • Re: Afterburner - Table Cell Padding??

    Posted 14 years 7 months ago
    • Burner's Avatar
    • Burner
    • Newbie
    • Posts: 19
    • Thanks: 0

    Re: Afterburner - Table Cell Padding??

    Posted 14 years 7 months ago
  • Re: Afterburner - Table Cell Padding??

    Posted 14 years 6 months ago
    • i am having the same problem. doens't matter which module position, all the tables run together with no spacing and look awful. i have not had this problem with other rt templates.

      any ideas?

Time to create page: 0.062 seconds