Mel wrote:
> i need to have a url accessible on all my pages that is placed at the
> bottom center of the screen,
> can you please help me do this ?
>
> Will ya ?
In your CSS file:
#footer {
text-align: center;
ORIENTATION ATTRIBUTES
}
In the pages:
<p id="footer">
<a href="URL">URL Name</a>
</p>
You can use some Perl, shell script and their relatives to insert the latter
en masse.
Cheers,
Roy
PS - you could also opt for:
<div style="position:absolute; bottom:0; left:0;">
<a href="URL">URL Name</a>
</div>
without using the stylesheet...
--
Roy S. Schestowitz
http://Schestowitz.com
|
|