|
-
Jun 21st, 2005, 02:31 AM
#1
Thread Starter
Hyperactive Member
Just a simple question
I made a template for a web site, using Macromedia Fireworks. I exported the HTML and images and opened it with Dreamweaver. Well to me everything seems right.
On Fireworks I made slices were I have to stretch the images to make a longer page. The only problem there is that I have to stretch the images manually and some times the page is over sized for the text and it looks crappy.
Is there any way to get it do stretch its self?
If you need any more information just ask, I'm a little tired now and can't get out what i'm trying to say.
...:::ONE:::...
-
Jun 21st, 2005, 03:51 AM
#2
Re: Just a simple question
You are tired, because I didn't get half of it. Can you show a snapshot of what you don't want?
-
Jun 23rd, 2005, 07:41 PM
#3
Thread Starter
Hyperactive Member
Re: Just a simple question
I can't get the JPG's to stretch when the page loads so I don't have to stretch them manualy.
I wanted it so that if ther was a bunch of text the JPG's would strectch to fit.
-
Jun 23rd, 2005, 07:41 PM
#4
Thread Starter
Hyperactive Member
Re: Just a simple question
when they are stretched the site looks perfect.
-
Jun 24th, 2005, 03:28 AM
#5
Re: Just a simple question
Are you familiar with CSS?
Code:
body
{
background-image:url('bgdesert.jpg');
background-repeat: repeat-y
}
reference:http://www.w3schools.com/css/css_background.asp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|