Hi there,
I'm building a webiste in Dreamweaver MX and I want the opening page to resize to fit any window. It has been down perfectly in this site http://www.romancewasborn.com/
and I want to do it for my own site.
Any suggestions??
resize image to fit any window sizehow to in dreamweaver MX
Page 1 of 1
4 Replies - 114567 Views - Last Post: 09 September 2011 - 04:25 PM
Replies To: resize image to fit any window size
#2
Re: resize image to fit any window size
Posted 09 July 2008 - 07:33 AM
PS. Is this the right forum? Should I have posted this in Java?? I have no idea what coding to use.
#3
Re: resize image to fit any window size
Posted 09 July 2008 - 12:20 PM
This is the right forum. At this point you haven''t shown any code so I can't (DIC has the policy of good faith code, you show us your and we will show you ours), but I can discuss theory behind it.
It looks like that have an extra large background image which they load centered on the page so no matter what screen resolution (probably maxing out a little over 1280x1024, but may be bigger) the background it completely filled. This can be broken if someone is using a super big monitor or multiple monitors connected together but it makes most of the world see the single image as the background.
After getting that setup they just add the content.
If you post your current code I will be able to help you out more.
It looks like that have an extra large background image which they load centered on the page so no matter what screen resolution (probably maxing out a little over 1280x1024, but may be bigger) the background it completely filled. This can be broken if someone is using a super big monitor or multiple monitors connected together but it makes most of the world see the single image as the background.
After getting that setup they just add the content.
If you post your current code I will be able to help you out more.
#12
Re: resize image to fit any window size
Posted 10 July 2008 - 05:27 AM
Thanks Beta War, I finally worked it out, it was as simple as adding
<img src="index_idea3_big.jpg" width="100%" alt="">
in regards to the image.
Now it is resizing to any width. I'm totally feeling my way through web design and although I can do basic things, I see ideas and want to try them. The next problem I have I will remember to put the code in with my next question.
Thanks for replying.
<img src="index_idea3_big.jpg" width="100%" alt="">
in regards to the image.
Now it is resizing to any width. I'm totally feeling my way through web design and although I can do basic things, I see ideas and want to try them. The next problem I have I will remember to put the code in with my next question.
Thanks for replying.
#13
Re: resize image to fit any window size
Posted 09 September 2011 - 04:25 PM
caliba, on 10 July 2008 - 05:27 AM, said:
Thanks Beta War, I finally worked it out, it was as simple as adding
<img src="index_idea3_big.jpg" width="100%" alt="">
in regards to the image.
Now it is resizing to any width. I'm totally feeling my way through web design and although I can do basic things, I see ideas and want to try them. The next problem I have I will remember to put the code in with my next question.
Thanks for replying.
<img src="index_idea3_big.jpg" width="100%" alt="">
in regards to the image.
Now it is resizing to any width. I'm totally feeling my way through web design and although I can do basic things, I see ideas and want to try them. The next problem I have I will remember to put the code in with my next question.
Thanks for replying.
I'm trying to do the same thing. Where do I place that code? When I insert the photo, and then change the code, the photo disappears. ?
Thanks in advance. New to this,
Hal
Page 1 of 1