PDA

View Full Version : Which Template?


Eq4Bits
Fri 9th Nov '07, 8:44pm
I tried searching for this to no avail... maybe I just used the wrong search terms, but....

Which template do I edit to 'fix' the 'look'/width for the page that displays when trying to post to the blog? It's off a few pixels lining up on the left and *way* off lining up on the right....
see attachement

Eq4Bits
Sun 11th Nov '07, 9:54pm
Bueller? Anyone?

Freddie Bingham
Mon 12th Nov '07, 7:25pm
You can start with blog_entry_editor but it could also be a problem in your header template.

Eq4Bits
Mon 12th Nov '07, 8:26pm
uhhhh okay here header template is:
<!-- logo -->
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script><onload
="MM_preloadImages('/images/home_over.gif','/images/weyr_over.gif','/images/fsp_over.gif','/images/holdshalls_over.gif','/images/clubpol_over.gif')"></onload>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" align="left" valign="top"><img
src="../images/header.gif" alt="" border="0" height="72" width="800"><br>
<a title="Dawnsisters Weyr - Home"
href="http://dawnsistersweyr.net/index.html"><img
src="../images/home_up.gif" alt="Home" name="home_up"
onmouseover="MM_swapImage('home_up','','/images/home_over.gif',1)"
onmouseout="MM_swapImgRestore()" border="0" height="71" width="104"></a><img
src="../images/WS-INTERFACE-DONE_03.gif" alt="" border="0" height="71"
width="44"><a title="Dawnsisters Weyr - The Weyr"
href="http://dawnsistersweyr.net/weyr/index.html"><img
src="../images/weyr_up.gif" alt="THE WEYR" name="weyr_up"
onmouseover="MM_swapImage('weyr_up','','/images/weyr_over.gif',1)"
onmouseout="MM_swapImgRestore()" border="0" height="71" width="145"></a><img
src="../images/WS-INTERFACE-DONE_05.gif" alt="" border="0" height="71"
width="14"><a title="Dawnsisters Weyr - The FSP"
href="http://dawnsistersweyr.net/fsp/index.html"><img
src="../images/fsp_up.gif" alt="THE FSP" name="fsp_up"
onmouseover="MM_swapImage('fsp_up','','/images/fsp_over.gif',1)"
onmouseout="MM_swapImgRestore()" border="0" height="71" width="113"></a><img
src="../images/WS-INTERFACE-DONE_07.gif" alt="" border="0" height="71"
width="37"><a title="Dawnsisters Weyr - Holds &amp; Halls"
href="http://dawnsistersweyr.net/holds/index.html"><img
src="../images/holdshalls_up.gif" alt="HOLDS &amp; HALLS"
name="holdshalls_up"
onmouseover="MM_swapImage('holdshalls_up','','/images/holdshalls_over.gif',1)"
onmouseout="MM_swapImgRestore()" border="0" height="71" width="116"></a><img
src="../images/WS-INTERFACE-DONE_09.gif" alt="" border="0" height="71"
width="35"><a title="Dawnsisters Weyr - Club&nbsp;Policies"
href="http://dawnsistersweyr.net/club/index.html"><img
src="../images/clubpol_up.gif" alt="CLUB POLICIES" name="clubpol_up"
onmouseover="MM_swapImage('clubpol_up','','/images/clubpol_over.gif',1)"
onmouseout="MM_swapImgRestore()" border="0" height="71" width="179"></a><img
src="../images/WS-INTERFACE-DONE_11.gif" alt="" border="0" height="71"
width="13"></td>
</tr>
<tr>
<td style="background-color: rgb(102, 89, 57);" align="center"
bgcolor="#665939" valign="top" width="203"><img
src="http://dawnsistersweyr.net/images/barleft.gif"
height="68" width="203"></td>
<td align="left" bgcolor="#665939" valign="top" width="21"><img
src="http://dawnsistersweyr.net/forums/images/WS-INTERFACE-DONE_13b.gif"
height="30" width="21"></td>
<td align="left" bgcolor="#665939" valign="top" width="577"><img
src="http://dawnsistersweyr.net/images/bottom_header2.gif"
alt="" border="0" height="68" width="577"> </td>
</tr>
</table>

<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Freddie Bingham
Mon 12th Nov '07, 8:28pm
I'm just telling you where to possibly look. You've modified the templates and I can't tell you what the problem is. You can revert them one by one on a copy of your style to pinpoint the cause.