Click to See Complete Forum and Search --> : Slice linking and autostretching
T-Gun
07-15-2007, 03:36 PM
Ok to start I made a page layout using photoshop , sliced it up, and made a mouse over on my buttons. Then I loaded the page into a dreamweaver site. I have a large slice out of the middle, and the buttons are on the bottom. My question is how do I make the buttons link an HTML file to the middle slice? And how would I make the entire page stretch to fill a screen instead of a section of it?
Corey Bryant
07-16-2007, 01:10 PM
My question is how do I make the buttons link an HTML file to the middle slice?You could use <a href="http://www.example.com"><img src="images/filename.jpg" alt="Alt text here" /></a>
And how would I make the entire page stretch to fill a screen instead of a section of it?Background image to fit screen (http://www.htmlcodetutorial.com/help/ftopic4503.html) might help if it is a background image. Keep in mind the image might look distorted on some resolutions.