yes i am really new, but for the longest while i have been trying to insert images but they never work. right now i want to place a logo next to the name, to my knowledge i have inputed all the root directives needed. take a look.

<h1><img src="Libraries/documents/web dev pics/genlogo.jpg" alt="Generation Changers 

Procuction Company" width="92" height="92" /></h1>

Recommended Answers

All 2 Replies

Hi, try to make it one line, and not 2 paragraphs, like so:

<h1><img src="Libraries/documents/web dev pics/genlogo.jpg" alt="Generation Changers 
Procuction Company" width="92" height="92" /></h1>

You may also want to make sure the path to the image is defined corrwctly, by pointing to it starting with http://www.yoursitename/libraries/documents/ etc....

yes i agree with Kraai....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.