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. 
 | ||||



 
 
 
 
 
 
 
Posts: 27300
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
Posts: 8
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.
Posts: 27300
What about the thingies on the side?
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
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
Posts: 8
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
Posts: 27300
http://gallery.menalto.com/node/62002#comment-226249
_____________________________________________
Blog & G2 || floridave - Gallery Team