Hello. I have been given a fina assignment where I must create my own website. My professor at my college who has not really covered any type of HTML stuff wants us to create a webpage by scratch. The class is suppose to be an intro class to HTML. This whole time he has just made us work together to create a class application and not teach any of us beginners much about HTML. I have basically been teaching myself in order to try to understand what he been making us do. He has decided for us to create a logo image that has to appear in all banners of all my pages. He has never taught this to the class but expects us to be able to do it. And most the time if you ask him how he tells you to find it on google. So can someone please help with this. I am at my wits end.
Recommended Answers
Jump to Postbased on your description, this is a class covering the basics of the basics of the basics.
I assume you are able to work a bit with paint shop pro, photoshop, or any of those. it's basically
'create, copy, paste' and you have your logo on your banners. since usually …
Jump to PostHi Alyssa,
You have a header section already in your HTML. Why not just add an<img>
tag to it with the logo?<div id="header"> <img src="path/to/my/logo.png" alt="Site Title"> <h2>Header</h2> </div>
Jump to PostBeing an HTML/CSS class, I'd imagine your instructor's concern should be more about your ability to include a logo on your page rather than the artistic content of said image. So if you open MS Paint and just type in MySite.com or whatever, then save it as an image and …
Jump to PostDid you save your image file as myLogo.jpg? 'cause if not you'll need to change the filename in the img src="_____"
Jump to PostI do have it saved as myLogo.jpg
And I have the image saved in my folder Final that holds all my html and css files.Double-check your capitalization. If that doesn't work, could you take a screenshot of your directory structure? Also, are any of the other images …
All 27 Replies
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.