PDA

Click to See Complete Forum and Search --> : *resolved* HELP with cell background picture


wordracr
Jun 8th, 2002, 07:30 PM
I've tried using FrontPage and DreamWeaver and I get the same undesired affect. When I set the background picture for a cell, a grey border appears around the image, at least when the cell is bigger than the picture. When the cell is smaller than the picture, there is a grey vertical line towards the left of picture.

Is there a way to turn off tiling of images for the cell's background picture?


Also, where is this grey border coming from? I don't see it in my picture file, and I've checked border options in FP. I don't see anything with the color grey.

Any help?
Thanks a lot.

anoop007
Jun 8th, 2002, 08:03 PM
First of all I advice you not to use WYSIWYG editors.. Honestly Notepad does a much powerful job, because you have the entire source code at your hands..

I think using <table cellpadding=0 cellspacing=0 border=0> should help you. If it doesn't post your html file here. That would be more helpful to try to find the problem.

scoutt
Jun 8th, 2002, 09:25 PM
netscape will automatically tile the image if the tble cell is bigger than the image. I thnk IE will do this also but only in the table itself. now you say a grey border is present, I never seen that so it must be your code or image. can you show us the code

Rick Bull
Jun 9th, 2002, 05:56 AM
style="background:transparent url('IMAGENAME.png') no-repeat;"

If you want the picture centred add 'centre' to the end of the style

wordracr
Jun 9th, 2002, 12:51 PM
thanks