Can I use My OWN logo graphic? Or replace the generic logo with TEXT?

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

For FrontPage:

  • open the includes folder
  • open the 'a1-logo.htm' page
  • delete the existing logo.swf file
  • place your cursor inside the blank space and type your "New Name"

you will need to set the alignment of any IMAGE of TEXT in the stylesheet.css file

  • open the 'styles' folder
  • open the stylesheet.css file
  • scroll down to line 67
  • locate the following 'class' #logolayer

You can edit the following 3 attributes

text-align: center;
padding-top: 0px;
text-indent: 0px;

To place the graphic image, or your text to the left change the text-align: center: to text-align: left;, or text-align: right;

Change the padding to move the image or text down on the page

Change the text-indent: to set the text a specific distance from the 'left'

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