i use the code below to make a colored box (with text inside )in a page.

<table style="width:35%; border:5px solid lightblue;background-color:blue;">
<tr><td><font color="white"><p><a href="http://www.humanscience.info">HumanScience</a><hr/>
Knowledge from a Human Perspective as if people mattered
<br>
<ul> 
<li>one</li>
<li>two</li>
</ul></p>
</font></td></tr>
</table>

1. if i want another such box beside this one, how shd i code?
2. if i want a box such as the one tht is seen on the right hand side of this drupal page ( the body is light blue and the thin strip of dark blue on top), how do i code?
3. if i have to put an image inside one such box, where do i insert the image code? (i use image assist module)
4. in the above code, how can i use a link as one of the listing?
Pls help

Comments

nevets’s picture

It sounds like you want a page with two boxes of content side by side. But it sounds like you are trying to add content of type page and do it within that content. While possible it is harder to create and edit since it includes a fair amount of layout (can make it hard to determine where the content goes) as well as the content.

Instead it seems like you might instead want to consider making two pieces of content (one for each of the boxes) and then use the panels module to construct the final page.