0
Welcome Guest! Login
0 items Join Now

Removing strange dashed line

    • DrewD's Avatar
    • DrewD
    • Newbie
    • Posts: 18
    • Thanks: 0

    Removing strange dashed line

    Posted 12 years 9 months ago
    • Greetings,
      I am working on a table with simple icons that has inserted some strange dashed lines beneath each of my png icons after adding links to the icons. See here ollsmc.com about halfway down the page. Here is the code for the table.
      <table border="0" cellpadding="0" cellspacing="8" style="width: 700px; height: 45px; ">
           <tbody style="">
                <tr style="">
                     <td style="width: 10px">
                          &nbsp;</td>
                     <td style="">
                          {tip SMC Schools Home}<a href="index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=22&amp;Itemid=152" title="SMC Schools"><img alt="" src="images/qlicons/smcschools.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 16px">
                          &nbsp;</td>
                     <td style="">
                          {tip Youth Ministry}<a href="index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=21&amp;Itemid=131" title="Youth "><img alt="" src="images/qlicons/youthministry.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 16px">
                          &nbsp;</td>
                     <td style="">
                          {tip Mass Times for Travel}<a href="http://www.masstimes.org"><img alt="" src="images/qlicons/masstimes.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 16px">
                          &nbsp;</td>
                     <td style="">
                          {tip Daily Mass Readings}<a href="http://www.usccb.org/bible/readings"><img alt="" src="images/qlicons/dailyreadings.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 16px">
                          &nbsp;</td>
                     <td style="">
                          {tip ParishSOFT&reg; Connect Now}<a href="http://connectnow.parishsoft.com/wichita/"><img alt="" src="images/qlicons/parishsoft.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 16px">
                          &nbsp;</td>
                     <td style="">
                          {tip Parish Calendar}<a href="/parishcalendar"><img alt="" src="images/qlicons/cal.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 16px">
                          &nbsp;</td>
                     <td style="">
                          {tip Diocese of Wichita}<a href="http://www.cdowk.org"><img alt="" src="images/qlicons/cdowk.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 16px">
                          &nbsp;</td>
                     <td style="">
                          {tip St. Pius X Newman Center}<a href="http://www.catholicgorillas.org/"><img alt="" src="images/qlicons/nemancenter.png" style="width: 60px; height: 61px; " /></a>{/tip}</td>
                     <td style="width: 10px">
                          &nbsp;</td>
                </tr>
           </tbody>
      </table>
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Removing strange dashed line

    Posted 12 years 9 months ago
    • ALLWAYS disable css compression when you post a link. Do that please.
      Add this to you css

      span.tooltips-link { border-style: none !important;}

      and clear your cache.
      If that is working you can enable compression again.

Time to create page: 0.102 seconds