Designs Advice » General Talk

Page layout Dreamweaver

4 posts repliesLatest post: 1 year by fatboyjim

  • This topic is not a help request
    1. dcstreets
      No uploaded avatar
      Member

      Hi there I am new to this so..
      I want to put my images where I want them on the page
      How do I do this please, as at the moment I am using.......to move the images along until they look right
      Thanks
      Daz

      Posted 1 year ago # Link
    2. 2dcandy

      Member

      Hey and welcome to the world of web design.

      My advice is to start using tables and position the width etc of each cell till you get a good looking layout.

      A more advanced approach and the industry standard is to use CSS cascading style sheets. Using CSS you could add a absolute style to the img tag. eg
      <img src="image.jpg" style="position:absolute;top:50px;right:400px;"/>

      good luck

      Posted 1 year ago # Link
    3. idesign

      Member

      yeah 2dcandy is right, start with tables until you get the feel for creating page layouts.

      For some help in starting with table layouts, take a look at http://www.yourhtmlsource.com/tables/basictables.html

      Posted 1 year ago # Link
    4. www.960.gs

      Posted 9 months ago # Link

    RSS feed for this topic

    Reply

    You must log in to post.