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
Designs Advice » General Talk
Page layout Dreamweaver
-
Posted 1 year ago # Link
-
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 -
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 -
Posted 9 months ago # Link
Reply
You must log in to post.

not a help request

