Hi,

Just wondering; what is the easiest way to achieve the two boxes this site has at the top?

www.coreliberation.com

Comments

lenkkivihko’s picture

Publish a page in HTML format.
use table to create two columns.

someting like this


<table>
<tr valign="top"><td widht ="50%">
<h2> heading 1 </h2>
Text
</td><td>
<h2> heading 2 </h2>
Text
</td></tr>
</table>

Harjoituspäiväkirja - www.lenkkivihko.fi

philipk’s picture

Thanks - that code above is useful but how do I get it on the front page above the news?

Is it a case of finding the code in Drupal or does Drupal allow something like this in the admin panel?

philipk’s picture

Any help on this?

Do I need to edit them theme perhaps?

laurik@drupal.org’s picture

When You edit node then click under "Publishing options" "Sticky at top of lists" checkbox