PDA

View Full Version : Acid Tech Help


scripter
26 May 07, 15:28
I was wondering what happened to your acid tech theme. I tried to make it one image and then the forum shot out in both sides and its not even the ex version heres the coding of what i changed on overall_header.tpl line 30-32

Quote:
<tr>
<td align="center" class=""><div class=""><a href="{U_INDEX}"><img src="templates/AcidTech/images/logo_mid.gif" height="262" alt="{L_INDEX}" /></a></div></td>
</tr>
you can find the site at riskunion.mgarf.com

CyberAlien
26 May 07, 17:19
Remove this in css:.logorow1 {
background: url(images/logo_left.jpg) top left no-repeat;
}
.logorow2 {
background: url(images/logo_right.jpg) top right no-repeat;
}
and undo other changes

scripter
26 May 07, 17:46
what do you mean by other changes?

scripter
26 May 07, 17:50
Ok,

I redid everything i changed and took out those two things it seems that now resizing isn't working here's the coding i changed

this is line 31 of overall_header

<td align="center" class="logorow1"><div class="logorow2"><a href="{U_INDEX}"><img src="templates/AcidTech/images/logo_mid.gif" alt="{L_INDEX}" width="700" height="262" /></a>

CyberAlien
26 May 07, 17:56
remove height parameter from logo image

scripter
26 May 07, 19:27
how do i do that

scripter
26 May 07, 19:50
ok,

i got rid of height=262 but it still the same size.

CyberAlien
26 May 07, 20:03
No, you didn't: height="88" is in logo <img>

scripter
26 May 07, 20:10
heres my overall can you point out 80

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 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" /></head>
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/AcidTech/{T_HEAD_STYLESHEET}" type="text/css" />
<script language="javascript" type="text/javascript" src="templates/AcidTech/scripts.js"></script>
<script language="javascript" type="text/javascript" src="templates/AcidTech/formStyle.js"></script>
<link rel="icon" href="templates/AcidTech/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 -->
</head>
<body>
<a name="top"></a>
<img id="formStyleTestImage" src="templates/AcidTech/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"><div class="logorow2"><a href="{U_INDEX}"><img src="templates/AcidTech/images/logo_mid.gif" alt="{L_INDEX}" width="700" /></a></div></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></tr></table></td></tr></table></body></html>

CyberAlien
26 May 07, 20:22
No, its not. http://riskunion.mgarf.com/templates/AcidTech/overall_header.tpl

scripter
26 May 07, 20:46
Ok so i fixed before it wan't updating. Now we are back where we started.....

scripter
27 May 07, 00:32
what i mean at teh begining is that its shooting out again

CyberAlien
27 May 07, 10:33
Its caused by editor you were editing overall_header.html with. It added this code at the end of file:</td></tr></table></td></tr></table></body></html>