Welcome Guest, Not a member yet? Register   Sign In
why is my html fragment floating to the top of the page?
#3

[eluser]bill19[/eluser]
Yes,

Here's the code that generates a portion of the created html:

Code:
$dom = new DOMDocument('1.0'); //Create new document with specified version number
          $div= $dom->createElement('div') ;  
             $dom->appendChild($div);  
             $h3=$dom->createElement('h2','Available Now:');
             $div->appendChild($h3);
              echo $dom->saveHTML();

Its within currentItems()

Thanks for looking at it,

Bill


Messages In This Thread
why is my html fragment floating to the top of the page? - by El Forum - 07-19-2012, 11:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB