Free Website Builder

  • Hosted
  • Domains
  • No Coding
  • No Contracts
  • All Online

Layout Page Header

Topic

Author Topic
Anonymous

Layout Page Header

Sun Feb 07, 2010 @ 04:34PM

I want to be able to upload a picture on each page - similar to this website
web link. How can I accomplish this and eliminate the page title from appearing at the top of the picture? I want the page title to appear at the bottom of the picture instead like in the example here
web link

Please help. Thanks

Comments

Author Comments
Doodlekit
Ben Kittrell
Wed Feb 10, 2010 @ 05:18PM

That site uses the Custom CSS editor to get different pictures on every page. This is an advanced technique. Under advanced settings you can click "Edit Custom Stylesheet". The CSS looks like this...


body#pages_index div#header2{
background: url(little_girl_bible.jpg) top left no-repeat !important;
}

Where "pages_index" is the name of the class attribute on the body tag and "little_girl_bible.jpg" is the name of the image that's uploaded in the CSS Editor.

You can hide the the top header by using the "Hide Titles" checkbox in the main settings.


Login   |   Search