Hi, has anyone a solution for the bottom line, it "jumbs around", my client has to press enter until its below the text... Is there a way to make it automatic going to the bottom without using enter
is there anyone who can help me in the right direction with this... or tell me where to change it!
#mynews p {overflow:auto;}
#mynews h2 { text-align: right; margin-top: -20px;}
// OUTPUT NEWS ITEMS WITH NEWS TITLE, SHORT NEWS TEXT AND READ MORE LINK
$output .= "<p class=\"dateformat\">".gmdate("d M Y, H:i", $data['posted_when']+TIMEZONE)."</p>\n";