1,526

(4 replies, posted in PunBB 1.2 troubleshooting)

here an example of iframes
http://www.dyn-web.com/dhtml/iframes/

<iframe name="ifrm" id="ifrm" src="height1.html" width="400" height="600" scrolling="no" frameborder="0">Sorry, your browser doesn't support iframes.</iframe>
from
http://www.dyn-web.com/dhtml/iframes/height.html


javascript
<script type="text/javascript">
/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

function getDocHeight(doc) {
  var docHt = 0, sh, oh;
  if (doc.height) docHt = doc.height;
  else if (doc.body) {
    if (doc.body.scrollHeight) docHt = sh = doc.body.scrollHeight;
    if (doc.body.offsetHeight) docHt = oh = doc.body.offsetHeight;
    if (sh && oh) docHt = Math.max(sh, oh);
  }
  return docHt;
}

function setIframeHeight(iframeName) {
  var iframeWin = window.frames[iframeName];
  var iframeEl = document.getElementById? document.getElementById(iframeName): document.all? document.all[iframeName]: null;
  if ( iframeEl && iframeWin ) {
    iframeEl.style.height = "auto"; // helps resize (for some) if new doc shorter than previous 
    var docHt = getDocHeight(iframeWin.document);
    // need to add to height to be sure it will all show
    if (docHt) iframeEl.style.height = docHt + 30 + "px";
  }
}

function loadIframe(iframeName, url) {
  if ( window.frames[iframeName] ) {
    window.frames[iframeName].location = url;   
    return false;
  }
  else return true;
}
</script>

1,527

(6 replies, posted in General discussion)

Link?

ontap, what type of newsletter script do u use? for your site?
im trying to design something like your site for my area.
http://huntsvilleclubz.com
it is up and running but im not sure about the site name or my layout.
i would like to know a few scripts that you are using or if anyhelp that i can get.
Q

1,529

(76 replies, posted in PunBB 1.2 discussion)

anyone got the psd on the small logo's? and the baners?

1,530

(76 replies, posted in PunBB 1.2 discussion)

lol that kewl....

1,531

(65 replies, posted in PunBB 1.2 discussion)

?>
<div id="advertisement" class="block">
    <h2><span><?php echo $lang_common['Advertisement'] ?></span></h2>
    <div class="box">
        <div class="inbox">
            <div><p><center>put your stuff here.</center></p></div>
        </div>
    </div>
</div>
<?php

1,532

(65 replies, posted in PunBB 1.2 discussion)

hehe the header.php file where you need to put it

1,533

(76 replies, posted in PunBB 1.2 discussion)

that kewl... rickard what font ?
it is bf2 time... haha

1,534

(76 replies, posted in PunBB 1.2 discussion)

http://nalan.org/p9.gif

1,535

(76 replies, posted in PunBB 1.2 discussion)

i like the v1.3 at the bottom...lol..
can u tell me what font the punbb that yall used?

1,536

(76 replies, posted in PunBB 1.2 discussion)

http://nalan.org/lol.gif

1,537

(76 replies, posted in PunBB 1.2 discussion)

just for you hcgtv!

http://nalan.org/p6.gif

1,538

(76 replies, posted in PunBB 1.2 discussion)

http://nalan.org/p5.jpg

1,539

(76 replies, posted in PunBB 1.2 discussion)

http://nalan.org/p4.png

1,540

(76 replies, posted in PunBB 1.2 discussion)

http://nalan.org/p4.gif







as a gif shadows sux!

1,541

(76 replies, posted in PunBB 1.2 discussion)

im having to much fun with this..haha...

1,542

(76 replies, posted in PunBB 1.2 discussion)

http://nalan.org/p3.gif

1,543

(76 replies, posted in PunBB 1.2 discussion)

http://nalan.org/punbb8.gif

http://nalan.org/p1.gif



http://nalan.org/p2.gif

1,544

(76 replies, posted in PunBB 1.2 discussion)

ok that kewl.. do u know the font that was used on the punbb

1,545

(76 replies, posted in PunBB 1.2 discussion)

what font is that? punbb on the txt version?
i got an idea for something kewl..!

1,546

(4 replies, posted in PunBB 1.2 discussion)

i know.. i was only joking...

1,547

(76 replies, posted in PunBB 1.2 discussion)

elb, i finally got one you like.. sweety
tell me the colors and ill make you one!

dude look at my contest on http://nalan.org
i mixed a few other php and simple scripts....
i view the start page u dont have to be a member but as you go along you must register inorder to fill out the contest main forum
i can share all the pages that i created as well as the contest form!

Q

1,549

(76 replies, posted in PunBB 1.2 discussion)

new logo!


http://nalan.org/punbb6.gif


or





http://nalan.org/punbb7.gif

1,550

(76 replies, posted in PunBB 1.2 discussion)

ok the edges are fixed!