add image top and bottom of content

chrislenoski

Joined: 2006-06-13
Posts: 8
Posted: Sun, 2007-03-18 17:02

Hi I would like to add an image across the top and across the bottom of the gallery content.
Thanks

AttachmentSize
gallerytopandbottom.jpg52.75 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2007-03-18 18:09

I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.

EG:

body.gallery {
    margin: 15px;
    padding: 0;
background: url(http://gallery.menalto.com/themes/gmc/logo.png)
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
chrislenoski

Joined: 2006-06-13
Posts: 8
Posted: Sun, 2007-03-18 19:56

Thanks. I want the images only a the top and bottom not the middle, like this[img]http://andrewlenoski.com/toper.jpg[/img]

I want to add those thingies to the top and bottom.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2007-03-18 22:15

What about the thingies on the side?
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2007-03-18 22:18

Edit theme.tpl
find <body and add your top image after the >
find </body> and add your bottom image.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
chrislenoski

Joined: 2006-06-13
Posts: 8
Posted: Mon, 2007-03-19 18:34

Thanks, that helped! now there is just some padding between the body and the top where can I edit that?
http://www.bigdandthekidstable.com/gallery2/main.php

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2007-03-20 01:40