Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • peterlforster Friend
    #151063

    Dear Support –

    I have hard-code background images in the table in one of the articles but the background images are not appearing; where in CSS do i need to change to make the background images apprea.

    Here is the code that i am using

    table width=”90%” align=”center” border=”2″ bordercolor=”#330066″ height=”330″ cellpadding=”0″ cellspacing=”0″ background=”images/landing_middle_box_background.png”

    the background=”images/landing_middle_box_background.png thing does not appear at all.. However, images with <img> tag does appear.

    Here is the link – http://www.gatewaypsychiatric.com/landing-pages/landing-page.html

    immediate help is much appreciated…

    Anonymous Moderator
    #343619

    Hi

    in the case, you have to change:

    <td background="images/landing_top_middle.png" width="99%"></td>

    to:

    <td background="/images/landing_top_middle.png" width="99%"></td>

    or <td background="http://www.gatewaypsychiatric.com/images/landing_top_middle.png" width="99%"></td>

    peterlforster Friend
    #347503

    that helped thanks

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  peterlforster 14 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum