PDA

View Full Version : Fixing Images



PyschoPath
February 28th, 2002, 03:28
I am trying to fix an image to the left of my layout, it's in a table, if that makes any difference, how would I go abouts of doing it? I've tried the CSS tags already.

is0lized
February 28th, 2002, 04:19
<img src="blah.gif" width="5" height="5" alt="" align="left">

tried that

PyschoPath
March 1st, 2002, 00:37
Err
Fixing backgrounds >_<, as in they don't repeat..blargh..

Dusty
March 1st, 2002, 14:51
By "tried the CSS tags" you mean you've already tried <body style="background-repeat:no-repeat;"> ? Because that's how it's done-- unless you're talking about IE-proprietary code, but don't use that.

<edit> What's in a table, by the way? There's a table in the page or the background is in a table? If the latter, then the CSS should still work, just don't put it in the body as per my example. </edit>