how the hell can you do it?

how the hell can you do it?
Thats what i used for my site, works for me.Code:<iframe src="yourframedocument.htm" name="giveitaname" width="100" height="100" scrolling="no" frameborder="0" allowtransparency="true"></iframe>![]()
Expanding tables are better but use the code fdb said if you really want to use iframes
Hey,
DIV's are so much better
- Dan
Originally Posted by n00blet
Expanding tables are better but use the code fdb said if you really want to use iframes
Yes divs are so better, if u use css, which you will obviously need to![]()
Hey,
I was just wondering. Is there any OTHER way than iFrames to make it so the whole page doesn't have to re load. Cause if you have a radio site, the page can't constantly reload when you wanna submit a reuest, or view goodies etc.
Thanks in Advance,
- Nick
That went fast.
Php includes![]()
I know but then if you want it so when they click a link the whole page doesn't have to re load. Php includes dnt do that... do they?
That went fast.
you can make them do that.
Read the tutorial in the tutorial forum![]()
---MAD---
Sorry Dave yes you would have to have basic knowledge of CSS putting a code like this as CSS
.content {
background-color: #F5F5F5;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
}
Then in html putting:
<div class="content"><div align="center">
Content then </div>
Hope that helps
Want to hide these adverts? Register an account for free!