ish90an
06-24-2008, 01:26 PM
Hi
I am trying to make my page to look like an iPod. What I have thought of is to put in an iPod as an image, then make the screen of the iPod a frame where I can put in a scroll bar and text. I have managed to insert an iFrame but I cannot get it to be on the screen area. Here's the code I have written so far
<html>
<body bgcolor="#383838">
<table border="1" width="100%" cellpadding="150"><td align="center"><font align="center" color="#383838">asdadadasdadadasdaadadada
<img src="ipod.png" align ="middle">
<iframe src="page1.html" align ="right" width=20% height=60%></iframe>
</td>
</font>
</table>
</body>
</html>
Can anyone tell me what I can do to get this sorted? Thanks. Much appreciated
I am trying to make my page to look like an iPod. What I have thought of is to put in an iPod as an image, then make the screen of the iPod a frame where I can put in a scroll bar and text. I have managed to insert an iFrame but I cannot get it to be on the screen area. Here's the code I have written so far
<html>
<body bgcolor="#383838">
<table border="1" width="100%" cellpadding="150"><td align="center"><font align="center" color="#383838">asdadadasdadadasdaadadada
<img src="ipod.png" align ="middle">
<iframe src="page1.html" align ="right" width=20% height=60%></iframe>
</td>
</font>
</table>
</body>
</html>
Can anyone tell me what I can do to get this sorted? Thanks. Much appreciated