CSS issue ?

autumn_etherealautumn_ethereal Registered Users Posts: 18 Big grins
edited November 11, 2014 in SmugMug Support
Hello

It seems the CSS part is no longer linked to html ( ? ) . I just wanted to edit my workshop page and the "table" is no longer visible

here : http://www.alexandredeschaumes.com/Pages/Workshop

the codes are still the same, but the price table is gone .

If you have any ideas ?


thank you ,

Alexandre,

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 11, 2014
    For some reason I thought tables were no longer able to be used in NewSmug. I could be wrong.

    You might have to use div's instead. That's what I did.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 11, 2014
    It looks like they stripped out the table tags.
    <div class="tableau">
           <p class="legende">
              <span class="col1">~</span>
              <span class="col2">1 jour</span>
              <span class="col3">2 jours</span>
           </p>
           <p>
              <span class="col1">1 personne</span>
              <span class="col2">550 €</span>
              <span class="col3">750 €</span>
           </p>
           <p>
              <span class="col1">2 personnes</span>
              <span class="col2">350 €</span>
              <span class="col3">550 €</span>
           </p>
                 <p>
              <span class="col1">3 personnes</span>
              <span class="col2">300 €</span>
              <span class="col3">500 €</span>
           </p>
               
                <p>
              <span class="col1">4 personnes</span>
              <span class="col2">250 €</span>
              <span class="col3">450 €</span>
           </p>
               <br>
               <br>
               
        </div>
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • autumn_etherealautumn_ethereal Registered Users Posts: 18 Big grins
    edited November 11, 2014
    It was working just before ( already new smugmug )

    thank you
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 11, 2014
    Try this
    <div class="tableau" style="text-align:center; width: 550px; margin: 0 auto 20px;">
           <div class="legende" style="float:left; width: 110px;">
              <span class="col1">~</span><br>
              <span class="col2">1 jour</span><br>
              <span class="col3">2 jours</span>
           </div>
           <div class="legende" style="float:left; width: 110px;">
              <span class="col1">1 personne</span><br>
              <span class="col2">550 &#8364;</span><br>
              <span class="col3">750 &#8364;</span>
           </div>
           <div class="legende" style="float:left; width: 110px;">
              <span class="col1">2 personnes</span><br>
              <span class="col2">350 &#8364;</span><br>
              <span class="col3">550 &#8364;</span>
           </div>
           <div class="legende" style="float:left; width: 110px;">
              <span class="col1">3 personnes</span><br>
              <span class="col2">300 &#8364;</span><br>
              <span class="col3">500 &#8364;</span>
           </div>
           <div class="legende" style="float:left; width: 110px;">
              <span class="col1">4 personnes</span><br>
              <span class="col2">250 &#8364;</span><br>
              <span class="col3">450 &#8364;</span>
           </div>
           <div style="clear: both;"></div>
    </div>
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • autumn_etherealautumn_ethereal Registered Users Posts: 18 Big grins
    edited November 11, 2014
    Oh , thank you ! I try
  • autumn_etherealautumn_ethereal Registered Users Posts: 18 Big grins
    edited November 11, 2014
    That's better yes! :)
  • ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited November 11, 2014
    I'm confused about what's no longer working? I have a table on this page that is still "good" as far as I can tell. I set it up maybe November of 2013.
    http://www.joinrats.com/RatHealth/CompassionateEuthanasia/Qolv/

    Thanks.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 11, 2014
    ChancyRat wrote: »
    I'm confused about what's no longer working? I have a table on this page that is still "good" as far as I can tell. I set it up maybe November of 2013.
    http://www.joinrats.com/RatHealth/CompassionateEuthanasia/Qolv/

    Thanks.
    My tables worked originally after migration but I think as I hit edit - save all the table tags disappeared.
    I had 100's of gallery descriptions to fix.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.