Results 1 to 3 of 3

Thread: Header problem

  1. #1
    Join Date
    Jul 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Header problem

    Can someone, please, tell me how can i put the logo into the header, i mean to the title of the page and to the link. For example take a look to this forum you will se into the title of the page the logo. Any help will be apreciated!!!

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Code:
    <html>
    <head>
    <style type="text/css">
    body {
    margin:5px
    }
    </style>
    <body>
    <a href="page_target"><img src="logo_url" border="0"></a>
    ...
    - Mike

  3. #3
    Join Date
    Jul 2006
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    the logo basically is just a graphic

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •