Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Change image code in HTML
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Silver" data-source="post: 384449" data-attributes="member: 70576"><p>Learning it on the way but you can understand how it has confused me because there is no image code so I would have to randomly put one somewhere in my page's HTML and hope for my logo to show up in the right place.</p><p>[doublepost=1474096239,1474095941][/doublepost]</p><p></p><p>I found this really useful.</p><p></p><p>The HTML command to place an image is constant. You will use the same format every time. Now might be a good time to talk about where to store everything on your web server because you're starting to call for additional items to fill up your home page. Until now, all you did was put text on the page. Now you're going to place an image.</p><p></p><p>At this point in your HTML career, it's a good idea for you to place whatever images you are going to use in a subdirectory called "images". That means place the image in a directory (to be called "images") under the directory where your web pages are located (which would be the "root" directory for your site).</p><p></p><p>Now that I have the image code similar to this;</p><p><meta itemprop="image" content="<a href="http://devbest.com/logo-fancy.png" target="_blank">http://devbest.com/logo-fancy.png</a>"></p><p>But using the same image code as before (if you can call that a image code?) it still hasn't replaced the old image yet.</p></blockquote><p></p>
[QUOTE="Silver, post: 384449, member: 70576"] Learning it on the way but you can understand how it has confused me because there is no image code so I would have to randomly put one somewhere in my page's HTML and hope for my logo to show up in the right place. [doublepost=1474096239,1474095941][/doublepost] I found this really useful. The HTML command to place an image is constant. You will use the same format every time. Now might be a good time to talk about where to store everything on your web server because you're starting to call for additional items to fill up your home page. Until now, all you did was put text on the page. Now you're going to place an image. At this point in your HTML career, it's a good idea for you to place whatever images you are going to use in a subdirectory called "images". That means place the image in a directory (to be called "images") under the directory where your web pages are located (which would be the "root" directory for your site). Now that I have the image code similar to this; <meta itemprop="image" content="[URL]http://devbest.com/logo-fancy.png[/URL]"> But using the same image code as before (if you can call that a image code?) it still hasn't replaced the old image yet. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Change image code in HTML
Top