Associate
- Joined
- 2 Nov 2007
- Posts
- 488
Hey,
Im a bit new to this, and was wondering what you think. Ive played around with making websites for my parents and Uni projects and have managed to make some fairly passable attempts.
Through word of mouth i have been recommended, and employed, by a new start-up to make their website. All the graphics / logo work is provided, and its my job to put together a ~5 page design including some sort of fancy image scroller on the front page, and image gallery, and a php contact form.
Ive pretty much finished the homepage and now need to confirm pricing. This is where im stuck... what is the going rate? My "employer" suggested around £250. Originally i was hoping for maybe a £100 more, so am thinking of going in at £295. Is this reasonable?
Without giving too much away, im not a complete newbie. Im coding to HTML 4.01 strict (validating) and have made a pretty good job of the homepage so far (about 2 days work completed).
What do you think?
(And to the CSS gurus, can you give me a hand with this. Ive created a nice <hr> using a provided image.
It works perfectly in FireFox, but nothing shows in IE - any ideas?)
Cheers for any input
Im a bit new to this, and was wondering what you think. Ive played around with making websites for my parents and Uni projects and have managed to make some fairly passable attempts.
Through word of mouth i have been recommended, and employed, by a new start-up to make their website. All the graphics / logo work is provided, and its my job to put together a ~5 page design including some sort of fancy image scroller on the front page, and image gallery, and a php contact form.
Ive pretty much finished the homepage and now need to confirm pricing. This is where im stuck... what is the going rate? My "employer" suggested around £250. Originally i was hoping for maybe a £100 more, so am thinking of going in at £295. Is this reasonable?
Without giving too much away, im not a complete newbie. Im coding to HTML 4.01 strict (validating) and have made a pretty good job of the homepage so far (about 2 days work completed).
What do you think?
(And to the CSS gurus, can you give me a hand with this. Ive created a nice <hr> using a provided image.
Code:
hr {
background-image:url(../images/hrunderline.png);
height:20px;
border:#EBD8AF;
color:#EBD8AF;
margin-top:-10px;
}
It works perfectly in FireFox, but nothing shows in IE - any ideas?)
Cheers for any input