سلام
من می خوام متن که داخل این باکس ها هست تکون نخوره یعنی این که تیبل یا دایو ثابت باشه و نذاره که باکس دور بزرگ یا کوچیک بشه.
[img]http://ir.webuda.com/images/7e8527feaf77.png[/img]
<div class="threecolumns">
<div class="col"> <div class="textwidget">
<table border="1">
<tbody>
<tr>
<td>
<div class="textwidget" height:200px;" width:100px;" >
<h3><a href="<?php echo get_permalink(101); ?>"><?php the_title(); ?>, <?php the_time('F j, Y'); ?><br /></a><?php
$post_id = 101;
$queried_post = get_post($post_id); echo $queried_post->post_content;
?></h3>
</div>
</td>
<td>
<div class="textwidget" height:100px;" width:100px;" >
<h3><a href="<?php echo get_permalink(99); ?>"><?php the_title(); ?>, <?php the_time('F j, Y'); ?><br /></a><?php
$post_id = 99;
$queried_post = get_post($post_id); echo $queried_post->post_content;
?></h3>
</div>
</td>
<td>
<div class="textwidget" height:100px;" width:100px;" >
<h3><a href="<?php echo get_permalink(93); ?>"><?php the_title(); ?>, <?php the_time('F j, Y'); ?><br /></a>
<?php $post_id = 93;
$queried_post = get_post($post_id); echo $queried_post->post_content;?>
</h3>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>