Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorRageRacer
    • CommentTimeDec 18th 2008 edited
     
    Hi Guys,

    It's my first post here so be nice.

    I had a huge issue trying to find away to get an image in the header of the broadway2 theme.
    I ended up using Dreamweaver as a last resort and ended up with the following.


    <div id="wrapper">
    <p>&nbsp;</p>
    <table width="95%" border="0" align="center">
    <tr>
    <td><div align="left"><?php echo generate_header(); ?></div></td>
    <td><div align="right"><a href="http://www.wallz4u.com/">
    <img src="http://www.wallz4u.com/head.png"/></a></div></td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;<div id="search-container" align="left">
    <?php echo generate_search_box(); ?></div></td>
    </tr>
    </table>
    </div>


    It work's for me but I would love to hear comments and if there's a better way. :)

    P.S. Plogger is awesome!