by itchymoblog
user profile | dashboard | imagewall
Sucker for reflections and repeating geometry. Erratic uploader but always taking more pics. Now more behind than ever thanks to several recent work trips.
Currently shooting with a Panasonic DMC-TZ3, which has all the zoom I could ever need, but lacks some other refinements. It'll do until there's an affordable SLR with enormo-zoom that I can fit in my pocket; watching the Four Thirds consortium with interest ...
hehe.
Thanks! I was trying to work out how to make it bigger but haven't really got my head around the different layouts/styles.
if you run a search on "CSS" in the forums you'll find a lot of helpful stuff.
one thing you can do which is quite simple is to change your header / banner at the top of the page. if you insert the following in your styles box, changing the height and url values to match your image size and location:
#masthead {
height: 165px;
background: transparent url('http://domain.com/mygraphic.jpg');
}
might be of interest, anyway.
Thanks! Will need to look at this in more depth, I think - CSS isn't something I've dabbled in much. Cheers!