no files show on page only blue question marks

Status
Not open for further replies.

houseo22

New Member
Messages
6
Reaction score
0
Points
1
i uploaded my site with ftp and the files do not show on the web page. only blue question marks. the html locations seem to be correct in the files.Any help would be appreciated
 

houseo22

New Member
Messages
6
Reaction score
0
Points
1
okay i have two of the 3 files showing , here's he html code for all 3:
<div id="wb_Image1" style="position:absolute;left:1px;top:1px;width:968px;height:1000px;z-index:0;">

<img src="images/HouseBlueSkyCT.jpg" id="Image1" alt=""></div>

<div id="wb_Image2" style="position:absolute;left:533px;top:826px;width:356px;height:46px;z-index:1;">

<a href="mailto:houseofacct@gmail.com"><img src="images/Contact1.jpg" id="Image2" alt=""></a></div>

<div id="wb_Image3" style="position:absolute;left:531px;top:863px;width:388px;height:46px;z-index:2;">

<a href="mailto:houseofaccounting@shaw.ca"><img src="images/Contact2.jpg" id="Image3" alt=""></a></div>
 

houseo22

New Member
Messages
6
Reaction score
0
Points
1
I'm sorry i put the ole version of code up. here is what is on line now:
<div id="wb_Image1" style="position:absolute;left:1px;top:1px;width:968px;height:1000px;z-index:0;">

<img src="HouseBlueSkyCT.jpg" id="Image1" alt=""></div>

<div id="wb_Image2" style="position:absolute;left:533px;top:826px;width:356px;height:46px;z-index:1;">

<a href="mailto:houseofacct@gmail.com"><img src="Contact1.jpg" id="Image2" alt=""></a></div>

<div id="wb_Image3" style="position:absolute;left:531px;top:863px;width:388px;height:46px;z-index:2;">

<a href="mailto:houseofaccounting@shaw.ca"><img src="Contact2.jpg" id="Image3" alt=""></a></div>

</body>


been a long day finding a place i thought could do what i want
 
Status
Not open for further replies.
Top