View previous topic :: View next topic |
Author |
Message |
GIXXERGUY6 -
Joined: 22 Mar 2007 Posts: 3 Location: ohio
|
Posted: Sun Nov 22, 2009 4:14 pm Post subject: Having issues need HELP :D |
|
|
I have no-ip setup, I have abyss setup
I have a webpage.html with code for an image
<HTML>
<HEAD>
<TITLE>GrowingLives</TITLE>
</HEAD>
<BODY>
<img src="file:///F|/comingsoon1.jpg" width="1024" height="798">
<img src="F:\comingsoon.jpg" width="100" height="100"/>
<style type="text/css">
.imageBox {
width:300;
height:100;
background-image:url("F:\comingsoon1.jpg");
}
</style>
<div class="imageBox">
<p>This div element has a background-image. To stop it repeating see the <a href="/css/properties/css_background-repeat.cfm">background-repeat</a> property.</p>
</div>
</body>
</HTML>
Is the above correct to link an image from a local harddrive to use with FTP server webspace?
Please help
Thanks |
|
Back to top |
|
|
aprelium-support -
Joined: 20 Feb 2009 Posts: 356
|
|
Back to top |
|
|
|