The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> help sticking image to bottom, help sticking image to bottom of page
mikkel
post Oct 5 2008, 01:02 PM
Post #1





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



hi guys,

i'm a beginner in programming. i built some pages using tables and images. it's all going well!

My problem is putting my copyright image box .jpg to attach itself to the bottom of the page.
it should not stick to the bottom when you scroll, just be on all the pages nicely attached in the
bottom of each page.

can this be done by making a table to align to the bottom, and place an image inside of it?
that's what i did, but it doesn't work for me.

All replies are much appreciated!

Mikkel
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 5 2008, 01:59 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



Do you mean bottom of page or bottom of window? A page can be longer or shorter than the window.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mikkel
post Oct 5 2008, 02:09 PM
Post #3





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



bottom of the page mate
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 5 2008, 05:07 PM
Post #4


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



Bottom of the page is usually the same thing as the last HTML of the page. If that doesn't work as intended, please post a URL to a sample page!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 5 2008, 06:16 PM
Post #5


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Please see the FAQ entry How do I include one file in another?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 5 2008, 06:53 PM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



What? laugh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mikkel
post Oct 7 2008, 02:51 PM
Post #7





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



Hey guys,

Thank you for the replies. I looked at the tips you provided, and it seemed a little complicated for a beginner huh.gif
Although, I have uploaded a test page so you can see what I mean: http://www.mhfrandsen.com/test_page.html

The bar in the bottom should be on every bottom of each page, so when people scroll down they still see the copyright,
contact info and the menu is also included in a mini-version.

how can i archive this?

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Oct 8 2008, 02:32 AM
Post #8


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Go see at http://css-discuss.incutio.com/?page=FooterInfo (follow the link to The Man in Blue).

BTW, the text on the image is hard to read (gray on black).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mikkel
post Oct 8 2008, 02:41 AM
Post #9





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



Okay, I followed your link and on that page I chose: http://www.themaninblue.com/writing/perspective/2005/08/29/
which contains a guide. Though I already been there, and having very little knowledge of programming I wasn't able
to follow the instructions about div tags and applying css. How do I insert this and apply a css?

Thanks for the tip on the readebility.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Oct 8 2008, 03:09 AM
Post #10


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



It's not programming, it's styling with CSS.
Where can I learn about CSS?

Take a look in the source of footerStickAlt example with short content. Look at the necessary CSS part and how and where the footer div's are placed in the HTML.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mikkel
post Oct 8 2008, 04:44 PM
Post #11





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



thanks for the replies. i'm going on 5 hours on fixing it (frustrating) and i dont know how to apply a style or what to apply it to.

i don't have the time (right now) to go deep into learning ccs, so if anyone would give me a beginner step by step guide how to implement it that would be great!
If not, I'm considering hiring someone (with pay) who could help me with the last small issues with my site, so if anyone think they could do the trick, let me know rates etc...

mikkel
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 8 2008, 06:31 PM
Post #12


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



I still don't understand if you want to include the same content on all pages, or place it at the bottom of the page, or both. unsure.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mikkel
post Oct 9 2008, 03:02 AM
Post #13





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



i want the footer bar to appear at the bottom of every page on the website. ohmy.gif)
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mikkel
post Oct 9 2008, 03:23 AM
Post #14





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



I'm looking at this guide: http://www.themaninblue.com/writing/perspective/2005/08/29/.
Here is my questions:

So i'm in dreamweaver. I have not inserted my footer image yet. And I look at the guide:

Step 1, I place this code on my site: (copied from the guide)
<html>
<body>
<div id="nonFooter">
<div id="content">
</div>
</div>
<div id="footer">
</div>
</body>
</html>


Step 2: The guide says: "You then need to apply a bit of CSS"...Apply it where and to what?

Hehe one day I'll finally have my footer (i think) biggrin.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 9 2008, 10:39 AM
Post #15


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Please see Linking Style Sheets to HTML in our CSS reference.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 9 2008, 12:01 PM
Post #16


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(mikkel @ Oct 9 2008, 10:02 AM) *

i want the footer bar to appear at the bottom of every page on the website. ohmy.gif)


So what's wrong with just placing it last in the HTML? Why is any positioning needed?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
mikkel
post Oct 9 2008, 05:12 PM
Post #17





Group: Members
Posts: 8
Joined: 5-October 08
Member No.: 6,817



thanks for the help y'all. i hired someone to help me with this issue.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 10:45 PM