PDA

View Full Version : How do i get rid of this thingy?



Dalius
Sat 12th Jan '02, 10:00pm
Directly ontop of where it says

SITE
is some ugly black line

http://phorums.phorums.net

forumhome: (that section only)

<table bgcolor="{tablebordercolor}" cellpadding="4" cellspacing="1" width="100%" border="0">
<TR bgcolor="{tableheadbgcolor}" id=cat><TD colspan=6>
<normalfont color="FFFFFF"><B>UPDATES</B></normalfont></td>
</tr>
<tr><td colspan=6 bgcolor="#f7f7f7" height=30 valign="top" align="center">
<div id="elFader" style="position:relative;visibility:hidden;width:500"><div align="center"><b>UPDATES</b></div></div>
</td></tr>
<table bgcolor="{tablebordercolor}" cellpadding="4" cellspacing="1" width="100%" border="0">
<tr align="center">
<!-- /welcomepanel -->
<br>
<!-- main -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#555576" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">

$forumbits
$loggedinusers
$birthdaybits

Chen
Sun 13th Jan '02, 8:02am
Mind posting your forumhome_forumbit_level1_nopost template? I can't see anything wrong in what you pasted, so the problem might be in that template.

Dalius
Sun 13th Jan '02, 11:44am
<tr id="cat">

<td bgcolor="{categorybackcolor}" background="images/fade4.gif" colspan="10" align="left" valign="middle"><b><img src="images/cathead/cat2.gif" width="30" height="15" align="middle"></b>
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a> <img src="images/cathead/cat_right.gif" width="30" height="15" border="0" align="middle"><br>
<smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td>
</tr>
<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont>&nbsp;</smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>

eva2000
Sun 13th Jan '02, 11:49am
moved.....

offthachain
Tue 12th Feb '02, 1:23pm
Originally posted by eva2000
moved.....

Moved to where? I'm having the same problem.

Pk
Wed 20th Feb '02, 5:54pm
Originally posted by Dalius
Directly ontop of where it says

SITE
is some ugly black line

http://phorums.phorums.net

forumhome: (that section only)

<table bgcolor="#555576" cellpadding="4" cellspacing="1" width="100%" border="0">
<TR bgcolor="#8080A6" id=cat><TD colspan=6>
<normalfont color="FFFFFF"><B>UPDATES</B></normalfont></td>
</tr>
<tr><td colspan=6 bgcolor="#f7f7f7" height=30 valign="top" align="center">
<div id="elFader" style="position:relative;visibility:hidden;width:500"><div align="center"><b>UPDATES</b></div></div>
</td></tr>
<table bgcolor="#555576" cellpadding="4" cellspacing="1" width="100%" border="0">
<tr align="center">
<!-- /welcomepanel -->
<br>
<!-- main -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#555576" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">

$forumbits
$loggedinusers
$birthdaybits


Dalius, can you share the code which makes the forum table glow when you point the mouse over it? and the code that makse the titel of the forum red when pointing at it ?
thanks =)

werehere
Wed 20th Feb '02, 10:33pm
Originally posted by Pk



Dalius, can you share the code which makes the forum table glow when you point the mouse over it? and the code that makse the titel of the forum red when pointing at it ?
thanks =)

It is CSS placed in the td tag. :)

So you would use something like this in your td tag:

style="Cursor:Hand" onClick="window.location.href='forumdisplay.php?&forumid=24'"
onMouseOver="this.style.backgroundColor='#222222';" onMouseOut="this.style.backgroundColor='#333333';" bgcolor="#333333"

:)