Question:

How do u change background?

by  |  earlier

0 LIKES UnLike

How do u change background?

 Tags:

   Report

1 ANSWERS


  1. <table background='images/mybackground.jpg'>

    <tr>

    <td>Test</td>

    </tr>

    </table>

    That's with HTML using tables

    CSS: background-image:url('bg.gif');

    Depends on what you are referring to,

    Chad

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.