472,967 Members | 1,723 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,967 software developers and data experts.

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

Mel
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 ?
Aug 10 '05 #1
2 1364
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
Aug 11 '05 #2
On Thu, 11 Aug 2005 03:41:47 +0100, Roy Schestowitz
<ne********@schestowitz.com> wrote or quoted :
<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

Aug 14 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

25
by: JeffS | last post by:
Honest, I scoured the comp.lang.c.faq for this but found nothing. :) Is there a library function for placing the cursor position in the console? Or is it something that can only be done with a...
2
by: jagdishl | last post by:
hi: I need to place a submit button immediately after the datalist which may at times be very long.I had posted this problem before and I was asked to change the layout from "Grid" to "Flow"...
10
by: SHPsalm139 | last post by:
We have an Access 2K application that uses multiple forms. We currently hardcode the release number in a label on each form but this gets tedious to do each time there's a new release. I thought...
3
by: Peter Oliphant | last post by:
I'm programming using MS VS VC++ 2008 Express (Beta 2) in /Cli pure mode. I've found the Screen class. With it I can very easily get the count and all the data on the various Screens attached to...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.