Kalamory
06-07-2003, 04:12 AM
I have some pictures in a table that is my menu. Right now they are at the top of the screen. How can I move them down so they are in the area between the second from bottom palm branch and the chair?
http://bluechimpanzees.tripod.com/b-right.html
EmpTcaN
06-07-2003, 02:06 PM
put this before the table?
<br><br>? until you hit where you want it to position?
Kalamory
06-07-2003, 04:11 PM
No, I tried that, it doesn't work. I know there's gotta be something where I put pixel numbers, but I don't know the code.
Kalamory
06-08-2003, 06:10 PM
Do you mean align instead of aign? And where would that put it, I want it down the page on the same side, not in the middle of the frame.
kittycat
06-08-2003, 06:24 PM
You could try absolute positioning:
style="position:absolute; top:## px; left:## px;"
Add that to your table code, and change the ## to the number of pixels that you need it.
Kalamory
06-08-2003, 06:34 PM
Okay, I'll try that. Thanks.
muzikalwyz
06-08-2003, 11:46 PM
Hey (Kalamory)...... Have you tried ending the row of the table?
'cuz each row should have <tr> </tr> (table row) and then start a new row and cell for the table.
(i just basically learned the right way of tables last week in Web Page Design class, and that's just what I remember from doing the codes!)
Give that a try, and hopefully that'll help for ya!
~~Merisa~~
Kalamory
06-09-2003, 05:55 AM
I don't really see what that has to do with positioning the table, but no, I did have all that set up. The code that kittycat gave worked.
http://bluechimpanzees.tripod.com/indexx.html
Kalamory
06-09-2003, 05:56 AM
Okay, and it seems like they moved since I did them. I kept making last minute adjustments though. Maybe I forgot to check again before I closed it. I'll have to go back and check that later.