This may be more of a
PHP question, not sure, but I couldn't find help anywhere else.
I replaced the
logo.gif (/images/logo.gif) for/ExtraLite/theme.php with my logo. Ok so far. However, i want to tile a 1px wide image (/images/bg.png) in the table (or cell) background.
Can anyone help with this?
Im using
PN .750
Here is the theme.php related to the header for your reference. Thanks in advance.
echo "</head>";
echo "<body>";
if(pnModAvailable
('Banners')) { pnBannerDisplay
();
} echo "<table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" style=\"width:100%\">\n" .
"<tr>\n" .
"<td style=\"background-color:$GLOBALS[bgcolor1]\">\n" .
"<table border=\"0\" cellspacing=\"0\" cellpadding=\"3\" style=\"width:100%;background-color:$GLOBALS[bgcolor1]\">\n" .
"<tr>\n" .
"<td>\n" .
"<a href=\"index.php\"><img src=\"" . WHERE_IS_PERSO .
"images/logo.gif\" alt=\"" . _WELCOMETO .
" $sitename\" /></a>\n" .
"</td><td align=\"right\">" .
'<form action="modules.php" method="post">' .
'<div>' .
'<input type="hidden" name="name" value="Search" />' .
'<input type="hidden" name="file" value="index" />' .
'<input type="hidden" name="op" value="modload" />' .
'<input type="hidden" name="action" value="search" />' .
'<input type="hidden" name="overview" value="1" />' .
'<input type="hidden" name="active_stories" value="1" />' .
'<input type="hidden" name="bool" value="AND" />' .
'<input type="hidden" name="stories_cat" value="" />' .
'<input type="hidden" name="stories_topics" value="" />' .
'<div style="text-align:right">' .
'<span class="pn-normal">' . _SEARCH .
' </span>' .
"<input class=\"pn-text\" name=\"q\" type=\"text\" value=\"\" /> \n" .
'</div>' .
'</div>' .
'</form>' .
"</td></tr></table>\n</td></tr>\n<tr><td valign=\"top\" style=\"width:100%;background-color:$GLOBALS[bgcolor1]\">" .