Question:

How to put your own Logo on web page?

by Guest1568  |  12 years, 7 month(s) ago

0 LIKES UnLike

I know basic web designing and html. I want to put my own logo in my web page. Could you please tell me the code for putting own logo in web page.

 Tags: LOGO, own, page, Web

   Report

1 ANSWERS

  1. Guest4005
    Sure.

    Get a digital master copy of your logo from your graphic artist (ask for the VECTOR format if possible). Open this logo up using Photoshop (or the less expensive Photoshop Essentials 8), resize it to fit within your specific parameters and then SAVE AS .png (portable network graphic) format.

    To place into your website page, first copy this logo to an "images" folder on your computer inside a folder where you have put your HTML pages. (keep everything very organized for later)

    Use this code: <img src="images/mylogo.png" width="x" height="y" alt="describe logo here" border="0" />

    NOTES: x = actual width in pixels (i.e. - 100) and y = actual height in pixels (i.e. - 50)
    NOTES: always include the ALT tag and make it descriptive using long tail keywords
    NOTES: always end the code with the "self closing tag" to pass W3C validation

    Visit our website for more free training: http://makingyourwebsitework.com

    Regards,

    Woody House
    Online Graphics USA and Canada

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 13 years, 6 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions