Jump to content

Stuck


camcole13

Recommended Posts

Hello!

I am having a problem with my website (I am working in Dreamweaver). I am no pro in web design and I seem to be stuck. The problem is with my "photography" page. I had everything going great (I thought) but then I realized that while the rest of my page is centering when I drag the Explorer window smaller and larger, the images and thumnails are not centering. For my photos, I used layers and did an image swap with them then I have the rest in a table, I guess I thought you could put layers in a table... I am not very good with code but I am willing to try. I have searched online on this subject but have found nothing so I decided to turn to you guys. This is my site so far, click on "Photography" - Visit My Website Thanks for your time and help!!!

 

;)

camcole13

Link to comment
Share on other sites

This may not help since you are using absolute positioning

but your center tag is in the wrong place

you have it before and after the body tag.

 

 

</head>

 

<center>

<body>

 

 

</table>

<p> </p>

</body>

</center>

</html>

 

 

it should be

 

</head>

<body>

<center>

 

 

</table>

<p> </p>

</center>

</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...