Recent Topics

1 Sep 09, 2005 23:44    

I want to add Feed Direct underneath the adsense on the side bar. At the moment it's sitting on top of the menu. How do I move it over?
http://www.winwithebay.com/blog

2 Sep 14, 2005 17:00

Your css is messed up, for starters. Change this:

#feeddirect{
position:absolute;
top:
left:200px
width:10px;
}


to this

#feeddirect{
position:absolute;
top:;
left:200px;
width:10px;
}


and go from there.


Form is loading...