Can I use My OWN logo graphic? Or replace the generic logo with TEXT?
 
Colin's Place

( you can use an image, or text to replace the included 'Website Name' Graphic image)
 
Click here to view video instructions.
 

You can easily replace the 'Website Name' graphic LOGO with text, or your own graphic image.

For FrontPage:

  • open your web page, or the Master DWT page (Templates/fullscreen-white-template.dwt or fullscreen-template.dwt)
  • select the "Text LOGO Placeholder" element, and delete it from the page
  • Type in your new text, or drag your logo into the cell

you May need to set the alignment of any IMAGE of TEXT in the pages stylesheet

  • open the 'styles' folder
  • open the stylesheet.css page
  • at the very top of the style sheet, you'll find the 'logo-layer' style

    .logo-layer {
    background-image: url(../graphics/t1.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 110px;
    vertical-align: top;
    text-align: left;
    text-indent: 0px;
    }

You can edit the following properties of this style:

  • vertical-align: middle;
  • text-align: left;
  • text-indent: 0px;

Please watch the video for CSS tips. We only cover some very basic CSS editing in the video. You can learn more CSS from the links below

CSS Resources:

Or, just watch the video and see what to do!