View Full Version : Trying to stretch my picture in the header
ericabbott
06-18-2010, 07:11 AM
Morning, evening. afternoon,
I am trying to set my picture (banner) to stretch with my liquid setup. Also, where exactly should I place the img src... in the Doc Type.
djr33
06-18-2010, 08:24 AM
If you want help with a page, please post a link to that page. Otherwise the best we can do is guess.
image src? doc type? Those are two very different things. A doc type is a line of code at the top of the page that identifies the version of HTML that you are using. That's all, and it will never contain content like images.
The "src" of an image tag (<img>) is placed inside the tag to show the location of the image like this:
<img src="myimage.jpg" atl="My Image">
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.