table background

S

Steve Easton

Insert your image and then edit the table tag like this.
table style="background-repeat: no-repeat; background-position: center;"
However you should add the image and style to the opening <td tag to ensure
browser compatibility.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
F

frontpager

thanks again Steve, this worked great for m

----- Steve Easton wrote: ----

Insert your image and then edit the table tag like this
table style="background-repeat: no-repeat; background-position: center;
However you should add the image and style to the opening <td tag to ensur
browser compatibility

--
Steve Easto
Microsoft MVP FrontPag
95isaliv
This site is best viewed.................
...............................with a compute
 
S

Steve Easton

Glad it worked.
I'm sure there's a way to do it through one of the GUI's ( and I'm setting here with two versions of
FP installed, actually 3 if I reboot into Windows 95 ) but at the time it was easier for me to go
to code view and hand scribe and then copy and paste the results.
;-)


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Stefan B Rusynko

Just be aware, not all browsers support table backgrounds or will prevent the tiling
- you are generally better off using cell backgrounds for broader support




| thanks again Steve, this worked great for me
|
| ----- Steve Easton wrote: -----
|
| Insert your image and then edit the table tag like this.
| table style="background-repeat: no-repeat; background-position: center;"
| However you should add the image and style to the opening <td tag to ensure
| browser compatibility.
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed..................
| ...............................with a computer
|
| | > Is it possible to center a background image in a table?
|
|
|
 
Top