Hi all. Yes, another rookie question. I am having problems displaying an image on my profile page for our website. I have replaced a banner image and uploaded to my public_html/images folder.
The following is the changed coding path
<div id=“container”>
<div class=“brownText” id=“header”></div>
<div id=“logo”>http://www.elementltd.com/cb3/images/cbLogo.png
</div>
<!—top ends - unique content start—>
<!—bottom start—>
<div id=“banner”><img src=“http://[email protected]/public_html/images/profileTop.jpg” alt=“banner” width=“900” height=“160” >
</div>
The HTML was written by a designer and entries still point to his url, (ie elementltd.com. I added the img src pointing to an image called profileTop.jpg. but it will not show up. I plan on changing all of the img src info
Any hints for a rookie, or am I banished for stupidity?
Thanks