Results 1 to 2 of 2

Thread: How to design this webpage?

  1. #1
    Join Date
    Feb 2006
    Posts
    5

    How to design this webpage?

    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/ar...troduction.asp

  2. #2
    Join Date
    Jan 2006
    Location
    Manchester England UK
    Posts
    225
    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;">

Similar Threads

  1. The Design Of The Site
    By vannova in forum Website Design Reviews
    Replies: 1
    Last Post: 15 Jan 2006, 01:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •