Im relatively new to drupal and would like some help on a block issue.
I have created a zen sub theme in drupal 7 and its working great. I have created a custom region and placed a block in it which has an swf file in it which appears on my home page. It's all working fine.The trouble im having is with the css styling of the block. It's sitting offset to the rest of the page. I was wondering which stylesheet i have to add the blocks id to so i can position it accordingly. I realise there is a simple fix for this but i cant seem to get the block to be recognised by any style sheets. I would like it to sit inbetween the main menu and the page content. Have i added it to the wrong part of my page.tpl.php? I've done something correct because it shows up on the site but just being able to id it aand style it has got me. LoL !!
If someone could give me some guidance on the procedure on how to add a custom region properly to the page.tpl.php file and then which stylesheet to work and how to identify it, i'd be very grateful.
here's what i've added ....
print render($page['flash']);