but I cant figuer this out lemme explain...
I recently added a Glow Mod To my site
It didnt work and I had read that
theres a certain Mod U can do to fix it so glow works
and I did it (info copied below)
################################################## ############
## MOD Title: Internet Explorer Glow/Shadow Fix
## MOD Author: Thoul <
thoul@phpbbsmith.com > ( Jeremy Rogers )
phpBB Smith
##
## Installation Level: Intermediate
## Installation Time: 2 Minutes
## Files To Edit:
## templates/XXXX/overall_header.tpl
## Included Files: N/A
## License: contrib/license.txt GNU General Public License v2
################################################## ############
## Author Notes:
##
## On some templates, the glow and shadow effects may not work in Internet
## Explorer browsers. If you encounter such behavior, it may be due to the
## Doctype set in the template's overall_header.tpl. This fix will change
## or remove the Doctype in order to enable the glow and shadow.
##
## Be careful in changing or removing the Doctype. The Doctype tells browsers
## how they should read the code of your site. Altering may cause display
## errors. You should thoroughly test the display of your site after altering
## the Doctype.
##
################################################## ############
## BEFORE FOLLOWING THESE INSTRUCTIONS, YOU SHOULD BACK UP ALL RELATED FILES.
################################################## ############
#
#-----[ OPEN ]--------------------------------------
#
templates/XXXX/overall_header.tpl
#
#-----[ FIND ]--------------------------------------
#
# This code may be different in each template. Generally, it will be the first
# line or two lines in the file and should at least begin with "<!DOCTYPE" and
# contain "XHTML 1.0 Transitional".
#
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
#
#-----[ REPLACE WITH ]--------------------------------------
#
# Making this replacement may result in odd behavior elsewhere in the forum.
# In such a case, try removing the DOCTYPE entirely instead.
#
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
now I did that and glow works only problem is now my banner
at the top of my site is like for lack of a better word almost "repeating"
itself on the left and the right side I dont know how to fix it
I backed up all my files and I could over write the file and
it would look normal BUT i like the glow text mod
I know this is prolly very easy for some...
The only file I edited was "overall_header.tpl"
and the only thing I did was swap out the top line with
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
and the glow works but my banner is ****ed up and
i dont know how to fix it...
go to my site U can see what I mean
Rapmusic.in - Hip Hop Shenanigans - Where Geeks Collide. :: Index
the banner is like repeating at the ends
it wasnt doing that before - how do I fix it?
heres the code from my overall_header.tpl
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="
XHTML namespace" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/cs/{T_HEAD_STYLESHEET}" type="text/css">
<script language="javascript" type="text/javascript" src="templates/cs/scripts.js"></script>
<script language="javascript" type="text/javascript" src="templates/cs/formStyle.js"></script>
<link rel="icon" href="templates/cs/images/favicon.ico" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
/* window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); */
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<!-- My Quick Reply Mod -->
<script language="javascript" type="text/javascript">
function qr_show_hide() {
var id = 'qr_open';
var item = null;
if (document.getElementById) {
item = document.getElementById(id);
}
else if (document.all) {
item = document.all[id];
}
else if (document.layers) {
item = document.layers[id];
}
if (item && item.style) {
if (item.style.display == "none") {
item.style.display = "";
}
else {
item.style.display = "none";
}
}
else if (item) {
item.visibility = "show";
}
}
</script>
<!-- My Quick Reply Mod -->
</head>
<body>
<a name="top"></a>
<img id="formStyleTestImage" src="templates/cs/images/spacer.gif" />
<table width="{T_BODY_BACKGROUND}" cellspacing="0" cellpadding="0" border="0" align="center" id="maintable">
<tr>
<td valign="top" class="content-row"><table border="0" width="100%" cellspacing="0" cellpadding="0" id="logotable">
<tr>
<td align="center" class="logorow1"><a href="{U_INDEX}">
<map name="FPMap0">
<area target="_blank" href="
Wez Nilez - Hip Hop Recording Artist and Producer" shape="rect" coords="388, 17, 736, 78">
</map>
<img src="images/logo.gif" height="88" alt="{L_INDEX}" width="748" border="0" usemap="#FPMap0" /></a></div></td>
<td align="center" class="logorow1"> </td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="buttonstable">
<tr>
<td align="center" valign="middle" width="100%" id="header-buttons">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> •
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_PROFILE}">{L_PROFILE}</a> •
<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a> •
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH}">{L_SEARCH}</a> •
<a href="{U_FAQ}">{L_FAQ}</a> •
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> •
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" class="content">
<tr>
<td class="content" valign="top">
<!-- BEGIN switch_user_logged_in -->
<center><div class="pm-{PRIVMSG_IMG}"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></center>
<!-- END switch_user_logged_in -->
<td valign="top" class="content-row">
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="150" valign="top"><script type="text/javascript"><!--
google_ad_client = "pub-6587083027438311";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "151515";
google_color_bg = "151515";
google_color_link = "CC9900";
google_color_text = "FFFFFF";
google_color_url = "F0E80A";
//--></script>
<script type="text/javascript"
src="
http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td> <td>