Question: Web Coding HTML Help?
( Back )
Answer #1:
Try putting this:
<p>Phone number: ###</p>
just after the </div> at the modify of 'Home Improvements'
It should end up hunting like this:
<div id="slogan-text" class="art-logo-text">Home Improvements </div>
<p>Phone number: ###</p>
make trusty you replace the ### with the actual phone sort
Answer #2:
Not trusty what your asking.
<div class="art-logo">
<h1 id="name-text" class="art-logo-name"><a href="<?php echo baseUrl; ?>/">CWM</a></h1>
<div id="slogan-text" class="art-logo-text">Home Improvements </div>
</div>
seems like your logo
if you want to add a dynamic sound number from your php playscript you can do so by adding added div under your bag improvements
<div id="phone-text"><?php phone ?></div>
( Back )
** Powered by Yahoo Answers