PDA

View Full Version : Background problem......



jojo85
Mon 2nd Apr '01, 6:08pm
So in the forumdisplay i have:

http://www.agnfr.com/forums/forumdisplay.php?s=&forumid=1

and in a thread i have blank background:

http://www.agnfr.com/forums/showthread.php?s=&threadid=1

Why???

Streicher
Mon 2nd Apr '01, 6:43pm
Let me first say that your source code has a lot of Error. You have <table>-tag in yourt <head> and a much more.

You can be glad that the browsers are so tolerant in displaying html-code.

but in showthread is no <body>-tag and for this the background is blank.

Search für $header and put above:

<body bgcolor="#2c4b6b" text="#ffffff" id=all leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#FFCC00" vlink="#FFCC00" alink="#FFCC00">

jojo85
Tue 3rd Apr '01, 2:29am
Thx you that work now!
Thx for your help :)