I have a little problem here. I learned how to make websites in school this year and i am not very good at it probably compared to your standards. Anyways I'm making a website for my family for some quick bucks. I haven't purchased a domain name because i want to finish it befor I put it on the web.
So im doing fine and im doing the picture page.
It has a table with 2 rows and pictures in every cell.When
i check it out in firefox and its fine buy when I check in Internet explorer all the pictures are gone. I think it has something to do with how the pictures are stored. I save everything under a folder 'webroot'.
Then i have a seperate folder 'pics'
when i enter the address in mozilla to bring up he pics its fine, but when i do the same for IE it doesnt work. Maybe it's just my computer or something but i really need some help. Thx
I also suppose since you dont have the same pics and backgrounds i do u'll have to get ur own and save them like idid. I dont really expect anyone to go to so much trouble for me but its a challenge.![]()
Here is the code since i can't put the hyperlink up here:
<html>
<head>
<title>my Page</title>
<!------------------------------Begin Head---------------------------------------------->
<style type="text/css">
<!--
Body {
scrollbar-face-color:000000;
scrollbar-arrow-color:ff0000;
scrollbar-track-color:000000;
scrollbar-shadow-color:ff0000;
scrollbar-highlight-color:ff0000;
scrollbar-3dlight-color:ff0000;
scrollbar-darkshadow-color:ff0000;
}
p.dotted {border-style:dotted; border-color: steelblue}
p.dashed {border-style:dashed; border-color: steelblue}
p.solid {border-style:solid; border-color: steelblue}
h1 {font-face: arial; color: #000000; font-size: 26;}
h2 {font-face: arial; color: #000000; font-size: 18;}
-->
</style>
<!------------------------------End Head------------------------------------------------>
</head>
<body><body background="backs/water.jpg">
<marquee behavior=alternate><font size=+10 font face=chiller>
Pictures
</font></marquee>
<!------------------------------End Title------------------------------------->
<!------------------------------Start Page------------------------------>
<h1><u>Bruce's Pictures</u></h1>
<table width=100%>
<tr>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
</tr>
<tr>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
<td width=20%><img height=90% src="pics/1.jpg"><br><center>Text</td>
</tr>
</table>
<br>
<hr>
<br>
<!-------------------------------End Page------------------------------------>
</body>
</html>



Reply With Quote
Bookmarks