0
Welcome Guest! Login
0 items Join Now

Background Image on a Table help

  • Background Image on a Table help

    Posted 12 years 4 months ago
    • I have a image I am trying to put on the top row of the table on this link

      http://1stcavdiv.us/index.php?option=com_content&view=article&id=129&tmpl=component

      I have tried
      <tr>
              <td colspan="4" class="MILPACSH1">Public Personnel File of Lastname, FI</td>
          </tr>
      table.MILPACS {
          width: 700px;
          background-color: #666666;
          border:2px solid #edd326;}
      td.MILPACSH1 {
          text-align: center;
          border:1px solid #edd326;
          background-image: url('images/header.png');}

      I have tried a few different ways in the css but nothing has come up. Any help would be appreciated
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Background Image on a Table help

    Posted 12 years 4 months ago
    • You have one little mistake in your css definition 8)

      Instead
      background-image: url('images/roster/MILPACs/header.png');

      it should be
      background-image: url('/images/roster/MILPACs/header.png');
    • Check my services at: Mihha-Vision
  • Re: Background Image on a Table help

    Posted 12 years 4 months ago
    • Wow thank you, its always something so small
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Background Image on a Table help

    Posted 12 years 4 months ago

Time to create page: 0.074 seconds