0
Welcome Guest! Login
0 items Join Now

Image in the content heading

  • Image in the content heading

    Posted 17 years 10 months ago
  • Re: Image in the content heading

    Posted 17 years 10 months ago
    • I haven't tried it but you would edit the CSS. Need to give it padding and margin for the background image to display.
    • Peter
      Front End Developer
      Meristem Design Inc
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Image in the content heading

    Posted 17 years 10 months ago
    • You have to edit your CSS. Add your image in background line and give a new value to text-indent. For example:
      .contentheading, .componentheading {
           background: url(../images/yourimage.png) no-repeat;
           vertical-align: top;
           font-size: 13 px;
           font-weight: bold;
           color: #00270d;
           text-align: left;
           text-indent: 20px;
           width: 100%;
           height: 24px;
      }
    • Yves
  • Re: Image in the content heading

    Posted 17 years 10 months ago

Time to create page: 0.050 seconds