Often we add background images to the tables as well as the cells. Most of us (beginners in HTML) don't know how to stop them repeating.
Here is the way to do it in HTML:
Code for table background:
Code for cell background:
Here,
The bacground-repeat can be set as
no-repeat / repeat / repeat-x / repeat-y
The background-attachment can be set as
fixed / scroll
The background-position can be set as
Vertical position : top / center / bottom
Horizontal position : left / center / right
0 comments:
Post a Comment