Hi, hope someone can help me!
I have created a very basic web page, now pulling out my hair as two jpgs plus wording will not display on the web page even though I see them when I check how it should display within NVU. Cannot give you a link to the website as it is not "public" yet I am only looking at it on web sharing on my macs own server. Code for the two divs are:
<div id="hbc">
<p> HBC SYSTEMS <br>
SMART REPAIR </p>
<a href="http://www.hbcsystems.com%22"><img
style="border: 2px solid ; width: 120px; height: 130px;"
src="images/HBC%20Logo.jpg"></a></div>
<div id="certificate">
<p> Smart Repair <br>
Certified</p>
<img
style="border: 2px solid ; width: 120px; height: 130px;"
src="images/smartrepair.jpg"></div>
CSS doc has:
I think they are there, but display different on the webpage than when showing preview in NVU, like they are hidden or something? (IF I try and cut and paste the screen to show you it picks up the text at least as in the code even though I can´t see it)
Hope you can help!