Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 02:25:52 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Logo einfügen  (Read 685 times)
devil

Offline Offline

Posts: 1


« on: April 16, 2007, 05:11:24 PM »

Hallo Smiley

Ich benutze z.Z den Style simplex_wb

Wie bekomme ich es hin das ich hinte die Schrift.. oben link ein bild hinbekomme?

Ich möchte gerne das die Schrift dann über das Bild geht.

Danke schonmal Smiley
Logged
doc
Guest
« Reply #1 on: April 16, 2007, 05:41:09 PM »

Hello,

try to add the following code line into the file style.css in your template directory.
Code:
background:#00008B url(yourimage.jpg) no-repeat top left;

Code:
#header
{
vertical-align: top;
padding-bottom: 11px;
padding-left: 18px;
font-family: Georgia, Lucida, Arial, sans-serif;
font-size: 11px;
font-weight: lighter;
color: #00008B;
border-bottom: 1px solid #efefef;
        background:#00008B url(yourimage.jpg) no-repeat top left;
}

The code line assumes that you have an image called yourimage.jpg in your template directory.

Regards Christian
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!