Hey well i'm making this layout for a client of mine , but i'm not a good code lets say i totally cant >< , i tried this iframe tutorial and i didn't understand it quit well i was wondering if you guys could help me
this is my code:
And this is the result that i have :/
Here's the original photo:
http://img.photobucket.com/albums/v510/vexdesigner/contentcopy.gif
And i want Iframe in the content area , and i don't know for the news , but i want it to be scrollable too , don't know if it's with iframe to.
Plshelp me ,
tnx
this is my code:
HTML:
<HTML>
<HEAD>
<TITLE>She Unlimited Magazine</TITLE>
<STYLE type="text/css">
<!--
.over { background-color: #FF3E96; }
.out { }
-->
</STYLE>
</head>
<BODY BGCOLOR=#FFF0FF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE WIDTH=842 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=7>
<IMG SRC="images/image_01.jpg" WIDTH=800 HEIGHT=5 ALT=""></TD>
<TD width="199">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=5 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=6 width="10">
<IMG SRC="images/image_02.jpg" WIDTH=10 HEIGHT=595 ALT=""></TD>
<TD COLSPAN=3>
<IMG SRC="images/image_03.jpg" WIDTH=206 HEIGHT=100 ALT=""></TD>
<TD COLSPAN=3 ROWSPAN=3>
<IMG SRC="images/image_04.jpg" WIDTH=584 HEIGHT=189 ALT=""></TD>
<TD width="199">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=100 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="images/image_05.jpg" WIDTH=206 HEIGHT=33 ALT=""></TD>
<TD width="199">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=33 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=4 width="27">
<IMG SRC="images/image_06.jpg" WIDTH=27 HEIGHT=462 ALT=""></TD>
<TD ROWSPAN=2 width="159">
<table width="159" border="0" cellspacing="0" bordercolor="#AEAEAE" height="179" bgcolor="#FF7AD9">
<tr>
<td onMouseOver="this.className='over'" onMouseOut="this.className='out'" align="center">
Guest Panel</td>
</tr>
<tr>
<td onMouseOver="this.className='over'" onMouseOut="this.className='out'" align="center">
The Interview Diaries</td>
</tr>
<tr>
<td onMouseOver="this.className='over'" onMouseOut="this.className='out'" align="center">
Link To Us</td>
</tr>
<tr>
<td onMouseOver="this.className='over'" onMouseOut="this.className='out'" align="center">
<p align="center">Shop She Unlimited</td>
</tr>
<tr>
<td onMouseOver="this.className='over'" onMouseOut="this.className='out'" align="center">
Ask An Editor</td>
</tr>
<tr>
<td onMouseOver="this.className='over'" onMouseOut="this.className='out'" align="center">
Outspoken</td>
</tr>
<tr>
<td onMouseOver="this.className='over'" onMouseOut="this.className='out'" align="center">
Supportgroups</td>
</tr>
</table>
</TD>
<TD ROWSPAN=4 width="20">
<IMG SRC="images/image_08.jpg" WIDTH=20 HEIGHT=462 ALT=""></TD>
<TD width="199">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=56 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=3 width="20">
<IMG SRC="images/image_09.jpg" WIDTH=20 HEIGHT=406 ALT=""></TD>
<TD COLSPAN=2 BACKGROUND="images/image_10.gif" WIDTH=564 HEIGHT=100>
<IFRAME SRC="content.html" NAME="iframe" FRAMEBORDER="0" SCROLLING="auto" WIDTH="100%" HEIGHT="100%"></IFRAME>
</TD>
<IMG SRC="images/image_10.jpg" WIDTH=435 HEIGHT=359 ALT=""></TD>
<TD ROWSPAN=3 width="199">
<IMG SRC="images/image_11.jpg" WIDTH=129 HEIGHT=406 ALT=""></TD>
<TD width="1">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=123 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=2 width="159">
<IMG SRC="images/image_12.jpg" WIDTH=159 HEIGHT=283 ALT=""></TD>
<TD width="435" height="237">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=236 ALT=""></TD>
</TR>
<TR>
<TD width="435">
<IMG SRC="images/image_13.jpg" WIDTH=435 HEIGHT=47 ALT=""></TD>
<TD width="129">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=47 ALT=""></TD>
</TR>
</TABLE>
</center>
</BODY>
</HTML>
And this is the result that i have :/
Here's the original photo:
http://img.photobucket.com/albums/v510/vexdesigner/contentcopy.gif
And i want Iframe in the content area , and i don't know for the news , but i want it to be scrollable too , don't know if it's with iframe to.
Plshelp me ,
tnx















