Need some Dreamweaver Help.

Caporegime
Joined
3 Jan 2006
Posts
25,263
Location
Chadderton, Oldham
Hi, well I am trying to make a website and well I am placing some shoes into the table, this is a college assignment and I know my website looks pretty crappy but I am not very skilled in dreamweaver and its quite hard.

Anyway I set these tables and moved the shoes in and well I cant really move them around how I want to, I need to place text under the images and when I press enter to move to the next line the table just keeps on going down and messing my table up, anyways I got an image under:

help111.jpg


I hope you understand what I am saying, its hard to explain :). The white bit is not a problem, clicking on it gets rid.


Thanks.
Willz.
 
More cells? I dont know, I have to use tables I think, or it was recommended, layers seemed much easier but they move about all over so no go there.
 
I think he means...

A1 (shoe)
A2 (text)
A3 (shoe2)
A4 (text2)

ect.

If this is your only project making a site then you can get away using tables. But if you're on any sort of web design course, you should really be looking at using Divs and CSS.
 
I think he means...

A1 (shoe)
A2 (text)
A3 (shoe2)
A4 (text2)

ect.

If this is your only project making a site then you can get away using tables. But if you're on any sort of web design course, you should really be looking at using Divs and CSS.

No I'm not on a web design course I'm sure if I did one they would teach us. Whats that A1, A2 etc..?
 
If you want the image and the text to be in the same square/cell/td, when you hit return it'll balance out the space between the top and bottom of image in the cell. You'll need to valign/vertical align the content to the top from the properties options for each square/cell/td to stop that happening.

To add an extra row inbetween the rows, click in one of the squares/cells/tds below where you want it and hit ctrl+m.
 
Back
Top Bottom