PDA

View Full Version : [Help] Cutenews!



Icarus
13-07-2007, 08:39 PM
To make sense of this article could you please go to: http://www.feckclan.net

Hopefully assuming I havn't fixed which I doubt I will have you will see the text is pushing the layout over to the right and mucking it up.

If this is my active news code: How do you suggest I move the text back into the center of the layout where it should be? Can anyone help. I've tried a few things but nothing is working.


<link rel="stylesheet" href="style.css" type="text/css" />
<div class="content">

<br /><div class="content_header"></div>

<div class="content_body">

<div class="content_text">{title}</div>

</div>

<div class="content_footer"></div>
</div><br/>



<div align="left"><br/><br/>[full-link]Read more...[/full-link]

<div><em>Posted on {date} by {author}</em></div>
</div></div>

redtom
13-07-2007, 08:45 PM
<link rel="stylesheet" href="style.css" type="text/css" />
<div class="content">

<div class="content_header"></div>

<div class="content_body">

<div class="content_text">

{title}<br/>

[full-link]Read more...[/full-link]

<em>Posted on {date} by {author}</em>

</div>

</div>

<div class="content_footer"></div>


Keep the center content in the content_text thing, also don't add <br /> around the divs, edit the CSS.

Icarus
13-07-2007, 09:04 PM
Ok thats, Half sorted.

<link rel="stylesheet" href="style.css" type="text/css" />
<div class="content">

<div class="content_header"></div>

<div class="content_body">

<div class="content_text">

<strong> {title}</strong><br/>


<em>Posted on {date} by {author}</em>

</div>

</div>

<div class="content_footer"></div>

{short-story}

[full-link]Read more...[/full-link]


My new code is that, but if you look on http://www.feckclan.net I need to move the like side bars with latest updates accross to the right and up and I need to move the footer fully along to the left.

redtom
15-07-2007, 08:14 PM
Ok thats, Half sorted.

<link rel="stylesheet" href="style.css" type="text/css" />
<div class="content">

<div class="content_header"></div>

<div class="content_body">

<div class="content_text">

<strong> {title}</strong><br/>


<em>Posted on {date} by {author}</em>

</div>

</div>

<div class="content_footer"></div>




My new code is that, but if you look on http://www.feckclan.net I need to move the like side bars with latest updates accross to the right and up and I need to move the footer fully along to the left.

It's because your not putting the content in the div you want it to appear in, instead your just placing it in random places, pm me your msn and I'll sort it out.

Want to hide these adverts? Register an account for free!