Display graphic as background - HELP!!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • chantao

    Display graphic as background - HELP!!

    Hi

    I am a total novice to PHP/MYSQL. Please help

    How do I display a graphic file (e.g. archit01.jpg) as a background i
    a table of a PHP page if I have a table called gfx and th
    gfx_ID=archit0

    Many thanks :D

    Ta
    http://eye.cc -php- web design
  • Martin

    #2
    Re: Display graphic as background - HELP!!

    On Sun, 10 Apr 2005 09:01:04 GMT, chantao@hotmail-dot-com.no-spam.invalid (chantao) wrote:
    [color=blue]
    >Hi,
    >
    >I am a total novice to PHP/MYSQL. Please help.
    >
    >How do I display a graphic file (e.g. archit01.jpg) as a background in
    >a table of a PHP page if I have a table called gfx and the
    >gfx_ID=archit0 1
    >[/color]
    I think this is really a HTML question, right?

    To use a graphic file as backgrounf in a table simply use

    <table background="arc hit01.jpg" id="gfx">
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>

    Comment

    Working...