/    Sign up×
Community /Pin to ProfileBookmark

background image in table <td> different in IE and Firefox

Hello,

I have this php code :

[code=php]
//echo $i.”<br>end-“.$end.”-start-“.$start;
echo “<table bgcolor=#666666 bordercolor=#C0C0C0 border=0 width=700 cellspacing=0 cellpadding=10><tr><td background=”images/topbar.gif” height=”45″></td></tr><tr><td>”;
echo “<b>$listDatetxt: </b>”;
$lines[$i]->showDate();
echo “<br><b>$listnametxt: </b>”;
$lines[$i]->showFrom();
echo “</a><br><br><b>$listMessagetxt: </b>”;
$lines[$i]->showMessage();
echo “</td></tr>
<tr><td background=”images/footbar.gif” height=”30″></td></tr></table><br>”;
}

echo “<center>”;
[/code]

This is the problem :

In Firefox the table is shown correctly, except that text is not centered
In IE text is centered but the background images (topbar and footbar) seam to be ‘repeated’ in the in the imagebar.
Sizes of my images :
topbar.gif 700×45
footbar.gif 700×30
So obviously I am doing something wrong (newbee :o)
Someone can help me ?

Thanks

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@ehimeNov 16.2009 — instead of using [code=html]background="images/footbar.gif"[/code] try using a css statement [code=html]styles="background:#666 url(http://your-domain/images/whatever.gif) no-repeat 0 0;"[/code]

and stop using tables, they're yuck ?
×

Success!

Help @belper spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...