Adding images into content blocks?

Permalink
Hi! Just installed concrete5 and liking it so far...! (please note - I am very set in my ways with the current cms that I use so please bare with me - trying to adapt :))

Would you say it is best practise to add images into a standard content block (like below) or is there a specific way we can restrict users to only adding an image in certain areas? Does the 'image block' provide this functionality..? If so, how do I implement this?

<?
  $a = new Area('Section1');
  $a->display($c);
?>


Thanks in advance!