PDA

View Full Version : Alignment problem in posts.


dklassen
Sat 22nd Mar '08, 9:12pm
I have 3.7 RC 1 installed and have one little alignment problem in the posts. Everything else looks fine. Can someone point me in the right direction to correct?



Thanks

Floris
Sun 23rd Mar '08, 2:10am
Please fix the copyright issue with your footer first. You're currently breaking our license agreement. Thank you.

dklassen
Sun 23rd Mar '08, 2:14am
I see that. I was messing with my colors today but now I don't see it all, how do I get it back? I didn't mean to, sorry.

Floris
Sun 23rd Mar '08, 2:19am
You could edit the footer template and around the copyright code add your own div with style="color:white"

Floris
Sun 23rd Mar '08, 2:20am
The problem with your alignment is probably due to the cellpadding or cellspacing in a div in the $spacer_open (spacer_open) template.

dklassen
Sun 23rd Mar '08, 2:21am
I don't get it. I don't have a clue why the copywrite is gone. It's not the color, it's just not there at all. I just upgraded to 3.7 RC1 today. btw, this site is not live yet, it's an import from my smf site which I am replacing with vb.

Floris
Sun 23rd Mar '08, 2:23am
I saw it when I did control + a
it showed in my highlighted color in the footer. it's just not visible.

dklassen
Sun 23rd Mar '08, 2:26am
Ah.... I see it now. I'll fix it.

Here's my template I don't see any problem.

<!-- open content container -->
<if condition="$show['old_explorer']">
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
<div align="center">
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px" align="$stylevar[left]">
</if>

Floris
Sun 23rd Mar '08, 2:29am
<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px" align="$stylevar[left]">


try:

<div style="padding:0" align="$stylevar[left]">

dklassen
Sun 23rd Mar '08, 2:33am
Replace the whole line with that? Sorry, I'm not much of a coder.

Floris
Sun 23rd Mar '08, 2:35am
That single <div> with my suggestion. Yes. Note; since 3.7 is in development I haven't played with it in detail yet. So quite possibly this 'guess' is inaccurate. NOte that because it's in development we can't give full support on it yet as per announcements

dklassen
Sun 23rd Mar '08, 2:39am
I understand.

Nope.

Floris
Sun 23rd Mar '08, 2:41am
Then it's just a guessing game. Change this one back and change one of the values to 0, and leave the other one. And keep trying until you find the sweet spot for your design.

I remember doing this for my old 3.0 designs. It's one of the cellspacing or padding ones.

dklassen
Sun 23rd Mar '08, 12:35pm
I've been changing numbers for about a half an hour. Nothing seems to effect the actual problem.

Floris
Sun 23rd Mar '08, 1:40pm
Sorry, then I do not know.