# Iframes and gaps

**URL:** https://forum.kirupa.com/t/iframes-and-gaps/15180
**Category:** programming
**Created:** [March 11, 2003, 3:51pm UTC](https://forum.kirupa.com/t/iframes-and-gaps/15180 "2003-03-11T15:51:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![chris9902](https://avatars.discourse-cdn.com/v4/letter/c/eb9ed0/32.png) [@chris9902](https://forum.kirupa.com/u/chris9902)
#### Post date: [March 11, 2003, 3:51pm UTC](https://forum.kirupa.com/t/iframes-and-gaps/15180/1 "2003-03-11T15:51:20Z")

</div>

ok this is something i have need help with for a long time

how do i make Iframes (example; [www.codenamegta3.co.uk](http://www.codenamegta3.co.uk))

also when you make tables to sort all your work out how do you make it so there is no gaps between rows, (example; [http://www.kirupa.com/me/faq.asp](http://www.kirupa.com/me/faq.asp)) in the top left between the search and hime button

thanks for any help

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 18, 2003, 9:49pm UTC](https://forum.kirupa.com/t/iframes-and-gaps/15180/2 "2003-03-18T21:49:44Z")

</div>

[edit by lostinbeta] Great explanation, but all the code you posted screwed up the layout of the forum. Sorry. Please use [\<I\>\</I\>PHP][\<I\>\</I\>/PHP] vbCode tags next time when posting HTML and the like on the forum so it doesn’t convert it[/edit]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 18, 2003, 9:52pm UTC](https://forum.kirupa.com/t/iframes-and-gaps/15180/3 "2003-03-18T21:52:02Z")

</div>

umm, apparently the reply service read all of the code i wrote in the reply as actual HTML :(. wow thats a lot of iframes.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 19, 2003, 3:42am UTC](https://forum.kirupa.com/t/iframes-and-gaps/15180/4 "2003-03-19T03:42:40Z")

</div>

Here is a good tutorial on iframes…

[http://www.htmlgoodies.com/tutors/inlineframes.html](http://www.htmlgoodies.com/tutors/inlineframes.html)

Luckily I got to edit lightrages first post. It was a great explanation and tutorial, but it screwed up the layout.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 19, 2003, 2:57pm UTC](https://forum.kirupa.com/t/iframes-and-gaps/15180/5 "2003-03-19T14:57:14Z")

</div>

no it’s ok it was soooo easy

i was playing with codes and typed

```php
<iframe></iframe>

```

but you have to add the width height etc but then i added

```php
<iframe src="EXAPLE">

```

and it worked so i am ok now

thanks anyway

[edit by lostinbeta]Added PHP vbCode tags to stop the screwing up of the layout… STOP POSTING IFRAMES :trout: lol[/edit]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 19, 2003, 3:07pm UTC](https://forum.kirupa.com/t/iframes-and-gaps/15180/6 "2003-03-19T15:07:21Z")

</div>

i think under width and height, type 100% (if using a table)
