Click to See Complete Forum and Search --> : Homepage Challenge


justlukeyou
02-05-2007, 07:25 AM
Hi,

I have had some great help from a number of forums covering all aspects of the my website but I am still struggling with the most difficult part of my website, the homepage. There are a number of things I am looking to do:

- add anyother suitable content
- put box around resource center
- automate size of leaf image
- anything else people might suggest.

If anyone could help me with these I would be grateful.

http://worktips.co.uk/index15.html

Demon
02-06-2007, 08:10 AM
- automate size of leaf image

If you want to set the size of this image, can't you set it a CSS rule?

For example...

.leaf {

height: 200px;
width: 200px;

}

Sorry if I've grabbed the wrong end of the stick there....

justlukeyou
02-06-2007, 08:23 AM
This is fine, I will look into this. If anyone else has any advice then please feel free to chip in.