Trying to rebuild the sample site and I am not sure where I need to put this code at? Sorry for such a newbie question but I have been searching and cannot find my answer. Thanks

 Blocks
Front Page

Use following content for your front page block. Create them as HTML block and put then into the right region.
About iPadMasters

<img src="sites/all/themes/bluemasters/images/about-ipad-masters.png"/>
<h3>All About iPad Masters</h3>
Lorem ipsum dolor sit amet, consect- etur adipiscing elit. Praesent tempor facilisis congue. Lorem sum dolor sit amet, consectetur adippend...
<ul class="links inline">
<li class="comment-add first"><a href="node/3" title="Add a new comment to this page.">Learn more</a></li>
</ul>

I got this code from here http://wiki.morethanthemes.com/index.php?title=Blue_Masters_7.x

Comments

EnriquePhoenix’s picture

I finally found the answer.

Posted by daphoenix on December 25, 2011 at 3:53am

Go to admin panel -> Structure -> Blocks -> click "add block" -> Fill the forms (name, description, text) -> choose "Full HTML" -> Choose region "Home area 1" (this means that your new block will appears in column 1) -> Click "Save"

For 2 another columns choose "Home area 2" and "Home area 3"
To insert images there (by the way it is 249px in width) use html tag Only local images are allowed.

gidman’s picture

Guys! just added a html content to bluemaster home area 1 and the code rather appears instead.
For instance <img src="sites/all/themes/bluemasters/images/about-ipad-masters.png"/> appears the same instead of the fetching the image. Any help! Iam new to drupal though.