I have been searching and trying different methods for hours now. I just can\'t seem to get these two images and text all on one line. I want both the images and both text
First, I wouldn't recommend using inline styles. If you must, you should try applying floats to each item:
$likes $dislikes
It might require some tweaking afterwards, and clearing the floats.