HighDots Forums  

Placing a URL at the bottom of all Screens...

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Placing a URL at the bottom of all Screens... in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mel
 
Posts: n/a

Default Placing a URL at the bottom of all Screens... - 08-10-2005 , 02:43 PM






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 ?



Reply With Quote
  #2  
Old   
Roy Schestowitz
 
Posts: n/a

Default Re: Placing a URL at the bottom of all Screens... - 08-10-2005 , 10:41 PM






Mel wrote:

Quote:
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


Reply With Quote
  #3  
Old   
Roedy Green
 
Posts: n/a

Default Re: Placing a URL at the bottom of all Screens... - 08-14-2005 , 02:01 AM



On Thu, 11 Aug 2005 03:41:47 +0100, Roy Schestowitz
<newsgroups (AT) schestowitz (DOT) com> wrote or quoted :

Quote:
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.
I insert the code

<!-- macro Foot -->

and run a static macro expansion. That way I can easily change the
code the macro expands to. You can have a look at the code it
generates, not strictly boilerplate.

look at any of my webpages on http://mindprod.com

<!-- macro Foot noad --> suppresses the Google ad.

Some of the macros, written in Java, are quite elaborate, like the one
that generates links to bookstores where you can buy a recommended
book, or the one that figures out the optimal way to display a code
snippet.

My ISP does not support any server side code. So I have to do all my
cleverness statically before I upload.

It ends up looking much like JSP, except that it is expanded just
before upload rather than when the user asks for a page.

I have an untouch utility that I use to avoid uploading expanded pages
that have not really changed.

For more details on how it works see
http://mindprod.com/jgloss/html.html



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.