473,412 Members | 2,096 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 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 1375
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.