Help
Search
Login
Register
Home
Forum: web design and graphics community
Celestial Star Forum
>
Web Development
>
Coding
>
I-frames
Pages: [
1
]
« previous
next »
Print
Author
Topic: I-frames (Read 994 times)
Druzilla
Angeling
Posts: 6
I-frames
«
on:
February 14, 2006, 08:07:05 PM »
I seem to have some real issues with this thing. Anyways, there's just this one slice that's out of place. And I have no clue how to fix it. *
Sigh
*
The codes and all below.
Can someone help me?
The code :
Code:
<html>
<head>
<title>lime</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<table>
<!-- ImageReady Slices (lime.psd) -->
<table id="Table_01" width="641" height="481" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="7">
<img src="images/index_01.jpg" width="2" height="480" alt=""></td>
<td colspan="2" rowspan="4">
<img src="images/index_02.jpg" width="74" height="39" alt=""></td>
<td rowspan="5">
<img src="images/index_03.jpg" width="6" height="118" alt=""></td>
<td rowspan="4">
<img src="images/index_04.jpg" width="104" height="39" alt=""></td>
<td colspan="3">
<img src="images/index_05.jpg" width="54" height="3" alt=""></td>
<td rowspan="3">
<img src="images/index_06.jpg" width="102" height="38" alt=""></td>
<td rowspan="5">
<img src="images/index_07.jpg" width="7" height="118" alt=""></td>
<td colspan="2" rowspan="3">
<img src="images/index_08.jpg" width="115" height="38" alt=""></td>
<td rowspan="7">
<img src="images/index_09.jpg" width="176" height="480" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="3" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<img src="images/index_10.jpg" width="5" height="115" alt=""></td>
<td>
<img src="images/index_11.jpg" width="45" height="31" alt=""></td>
<td rowspan="4">
<img src="images/index_12.jpg" width="4" height="115" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="31" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/index_13.jpg" width="45" height="84" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="4" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_14.jpg" width="102" height="80" alt=""></td>
<td colspan="2" rowspan="2">
<img src="images/index_15.jpg" width="115" height="80" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/index_16.jpg" width="74" height="79" alt=""></td>
<td>
<img src="images/index_17.jpg" width="104" height="79" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="79" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_18.jpg" width="15" height="362" alt=""></td>
<td colspan="0">
<td colspan="11" TD WIDTH="300"HEIGHT="100"><iframe src="main.html" name="frame"
WIDTH="372" HEIGHT="352" frameborder="0"></iframe></TD>
<td rowspan="2">
<img src="images/index_20.jpg" width="75" height="362" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="352" alt=""></td>
</tr>
<tr>
<td colspan="9">
<img src="images/index_21.jpg" width="372" height="10" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="10" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="2" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="15" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="59" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="6" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="104" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="5" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="45" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="4" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="102" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="7" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="40" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="75" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="176" height="1" alt=""></td>
<td></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</table>
</div>
</body>
</html>
Main.html :
Code:
<html>
<head>
<title>Your site title</title>
<style>
body { background-attachment: fixed; }
</style>
</head>
<body background="images/index_19.jpg">
Write all your content here :)
Write all your content here :) Write all
your content here :)
</body>
</html>
How it should be :
How it is :
Do you need the slices too?
Logged
Druzilla
Angeling
Posts: 6
I-frames
«
Reply #1 on:
February 15, 2006, 02:50:05 AM »
Actually, I have fixed it somwhow. Maybe it's just temporary, but I don't think so.
Lol. You can close this or delete, if you want.
Logged
Blackstone
Administrator
Valkyrie Randgris
Posts: 821
Oh look! People!
I-frames
«
Reply #2 on:
February 15, 2006, 01:42:22 PM »
Glad you fixed it! =) I couldn't exactly see anything wrong with it, and didn't want to post a useless post. x.x So, maybe it was just a glitch with your browser or something. ^^
Logged
Druzilla
Angeling
Posts: 6
I-frames
«
Reply #3 on:
February 17, 2006, 03:52:21 PM »
I think I just erased some text and that fixed it.
Logged
Blackstone
Administrator
Valkyrie Randgris
Posts: 821
Oh look! People!
I-frames
«
Reply #4 on:
February 17, 2006, 03:59:34 PM »
Okay, awesome ^^
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General
=> New Members
=> Announcements
=> Support / Suggestions
-----------------------------
Contests
-----------------------------
=> Archive
===> Contests
===> Blend Challenges
===> SOTW
-----------------------------
Art Boards
-----------------------------
=> Creative mediums
=> Requests & offers
=> Tutorials
===> Celestial Star Tutorials
-----------------------------
Web Development
-----------------------------
=> Coding
=> Web Design
=> Advertisements / Affiliation
-----------------------------
Off-topic
-----------------------------
=> Entertainment
-----------------------------
Español (Spanish Only)
-----------------------------
=> General / Bienvenida
=> Anuncios / Ayuda
=> Código / Desarrollo web
Welcome,
Guest
Members login
Register for free
General
General
New members
Announcements
Support / Suggestions
Art boards
Creative mediums
Requests and offers
Tutorials
Celestial Star tutorials
Web development
Coding
Web design
Advertisements / affiliation
Off-topic
The non-sense
Ententainment
Loading...