1
I am trying to convert my theme <table> into <div> but having trouble;
css file:
le="color: #000000"><?php #logo-banner-container { background-color: #ffffcc; border: 0px solid #999999; padding: 0px; height: 100px; background-image: url(bg_banner.gif) } .floatleft { float: left; margin: 10px 10px 10px 10px; } .floatright { float: right; margin: 10px 10px 10px 10px; border: 1px solid #666; padding: 2px;}
html file:
le="color: #000000"><?php <div id="logo-banner-container"><img class="floatleft" src="logo.png" alt="" width="275" height="80"><img class="floatright" src="banner.gif" alt="" width="468" height="60"></div>
I have been trying to place this code:
le="color: #000000"><?php <{php}> echo(formatTimestamp(time(),"m"));<{/php}>, GMT+10: Brisbane, QLD - Australia.
for it to get the time + date, display under the banner (vertical align = middle) of the banner.jpg
thanks for reading,