Forum : how can we add background image to tables
Brief description  about Online courses   join in Online courses
View Sri Bhargavi  Peesapati 's Profile

how can we add background image to tables

Hi, How can we add background image to a table and to a row in a table in HTML concept? Is it necessary to go for CSS for this concept or can we do this in HTML alone also? I didnt start my CSS module yet.. so i'm asking regarding HTML concept..
Asked by Sri Bhargavi Peesapati | Jun 28, 2010 |  Reply now
Replies (2)
View sri-bhargavi peesapati 's Profile
Yup, I tried it...Thanks a lot..
Jun 29, 2010
View ajaykanth h c 's Profile
yes we can add background images for tables in HTML.., example :

<TABLE WIDTH="100%">
<TR>
<TD WIDTH="100%" HEIGHT="75" Background="url" ALT="">....</TD>
<!--(type the respective url above)-->
</TR>
</TABLE> .
Hope i'm not wrong.
Jun 29, 2010