Recent Topics

1 Jan 13, 2010 00:18    

I have tried several skins and all of my navigation sidebars are on the bottom of the website and not on the right, this changed in the last day or two but I have not changed settings or installed anything different on my blog.

http://elifiles.natedogproductions.com

2 Jan 13, 2010 02:53

Welcome to the forum.

You need to edit this post http://elifiles.natedogproductions.com/?p=10&more=1&c=1&tb=1&pb=1

Move the <!--more--> block below the closing <div>

This is what you have now

<div style="text-align: center; "><div class="videoblock"><object data="http://www.youtube.com/v/n1o2lOrhdAE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/n1o2lOrhdAE"></param><param name="wmode" value="transparent"></param></object></div><br />
<!--more-->
</div>

Change it to

<div style="text-align: center; "><div class="videoblock"><object data="http://www.youtube.com/v/n1o2lOrhdAE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/n1o2lOrhdAE"></param><param name="wmode" value="transparent"></param></object></div><br />
</div>

<!--more-->

3 Jan 13, 2010 03:42

Thanks, I'll get right on this.


Form is loading...