OUTPUT
when i change the <center> to <table><tr><td> - i have no changes .... the articles in the widget have the same style not side by side in one row ....
the code is now - this is everything what i have change in the whole code of the widget from you
Quote:
if($text == '') $text = substr($fulltext, 0,150);
$output .= '<table><tr><td>';
if($image != '') $output .= "<img src='".$image."' width='".$width."px' height='".$height."px' /><br />";
$output .= "<a href='content.php?".$nodeid."-".$url."'>".$title."</a><br /></table></tr></td><p>".$text." <a href='content.php?".$nodeid."-".$url."'>(more)</a></p><br />";
}
|
then i get this output -> see the 1st picture
but it should look like the 2nd picture (after widget.jpg)
SEO URLS
CMS Section Articles List: portal/section/[section_id]-[section_title]-list.html
CMS Section Articles List Pagination: portal/section/[section_id]-[section_title]-page[page].html
this is my url rewrite style for the articles in the cms