PDA

View Full Version : How to design this webpage?



gilgalbiblewhee
03 Feb 2006, 07:44 PM
I have an article which is long. I'm looking for suggestions on how to design it.

Titles;
Subtitles;
How to fit table next to articles;
Whatever is best.

http://i.domaindlx.com/wheelofgod/articles/introduction.asp

DanInManchester
04 Feb 2006, 07:33 AM
Your article isn't massively long I'd say maybe split it into 3 or 4 parts depending how it fits into your site design.

To embed images and tables within the body of the text you can use the float style property to align them to the left or right. You can also look at clear, margin and padding to improve the placement.

for example you can float an image within text as follows

<img src="/images/picture.gif" alt="my picture" style="float:right; margin-left:10px;">