| View previous topic :: View next topic |
| Author |
Message |
DarkZero
Joined: 14 Dec 2006 Posts: 17
|
Posted: Tue Dec 19, 2006 9:41 pm Post subject: hahah Iframe help please |
|
|
http://i90.photobucket.com/albums/k259/DarkZero51521/frames.jpg
that's what the templet for this page (www.mgsvideos.com/musicworld/rap/) was supposed to be. So, i copyed+pasted the code onto the page to start things.
All worked well until i plugged frame K in, for some reason, the ROWSPAN tag isn't working. Instead of going down the rows like it's supposed to, it just pushed cell B down. =\ any suggestions? (that arent smart ass like "don't use frames!" >__>)
thanks for the time,  |
|
| Back to top |
|
 |
|
|
DarkZero
Joined: 14 Dec 2006 Posts: 17
|
Posted: Sat Dec 23, 2006 4:59 am Post subject: Re: hahah Iframe help please |
|
|
*bump*
im pateintly waiting for help plz  |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3646 Location: Sweden
|
Posted: Sat Dec 23, 2006 10:41 am Post subject: Re: hahah Iframe help please |
|
|
Here's the solution for you:
| Code: |
<table border="1">
<tr>
<td colspan="2">A A A A A A A A A</td>
</tr>
<tr>
<td>B</td>
<td rowspan="4">F<br />F<br />F<br />F<br />F<br />F<br />F<br />F<br />F<br />F</td>
</tr>
<tr><td>C</td></tr>
<tr><td>D</td></tr>
<tr><td>E</td></tr>
</table> |
|
|
| Back to top |
|
 |
DarkZero
Joined: 14 Dec 2006 Posts: 17
|
Posted: Sat Dec 23, 2006 9:29 pm Post subject: Re: hahah Iframe help please |
|
|
What's the difference in that code compared to my current code?
i don't see any... o.o |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3646 Location: Sweden
|
Posted: Sat Dec 23, 2006 11:53 pm Post subject: Re: hahah Iframe help please |
|
|
| Since you're only showing an image, I can't view the code. But isn't my code working? |
|
| Back to top |
|
 |
DarkZero
Joined: 14 Dec 2006 Posts: 17
|
Posted: Sun Dec 24, 2006 6:41 am Post subject: Re: hahah Iframe help please |
|
|
Nope. See, look at the source code on my website:
www.mgsvideos.com/musicworld/country/
For some reason it doesnt want to work =\ |
|
| Back to top |
|
 |
|