Topic: need some help with my post-template..
Hello I'm in the middle of creating a website, and right now I'm having a little problem with cutenews..
In this picture you can see that in the title I need the title-text down a few pixels. And in the content area, with all the text, I need the text to move a few pixels to the right. So far, I have not managed to do this. Is there anyone who could help me? I would really appreciate it Btw, here is the code I'm using for it atm, pretty simple code.
<!------------------------------------Part 1------------------------------------!>
<div align="center">
<div style="width:657px;height:48px;background-image:url(http://www.ffmoogle.webege.com/images/tables/title.png);font-size:20px;color:#ffffff;font-weight:bold;">{title}</div>
<!------------------------------------Part 1------------------------------------!>
<!------------------------------------Part 2------------------------------------!>
<!------------------------------------Part 2------------------------------------!>
<!------------------------------------Part 3------------------------------------!>
<div style="width:657px;background-image:url(http://www.ffmoogle.webege.com/images/tables/content.png);text-align:left;font-size:14px;font-family:verdana;color:#000000;background-image:url(http://www.ffmoogle.webege.com/images/tables/content.png);background-repeat: repeat-y;">
{avatar}{short-story}
</div>
<!------------------------------------Part 3------------------------------------!>
<!------------------------------------Part 4------------------------------------!>
<div style="width:657px;height:6px;text-align:center;background-image:url(http://www.ffmoogle.webege.com/images/tables/contentend.png);">
</div>
</div>
<!------------------------------------Part 4------------------------------------!>