I am using Dreamweaver 8 to build my website offline, which is near completion.
However, I am having one problem: the information that I have on my template (dwt.) wepage - that is, the copyright information and horizontal navigation links on the bottom of the page - does not remain on the bottom of the page . When I preview it in Internet Explorer 7.0 and print it for personal reading, that information shows up on the second page of every page of my website - instead of on the bottom of every page after the content, where it should be.
Since my site is not yet finished, I did not upload it onto the web. And, I do not know if it is necessary for me to do so in order for someone to help me resolve the problem. What I can do, at the moment, is specify the configuration of the border on the bottom of the page, what it says when it is highlighted and the values contained therein. I will also copy and past the html code info., if that will help, to see what the culprit of the problem might be.
(P.S. I am using the WYSIWYG [what-you-see-is-what-you-get] format of building the website, as I don’t have extensive html experience.)
BORDER INFO (when highlighted)
<div#siteInfo>
Properties: Div ID (the scroll-down box underneath it says: siteInfo)
Class:None
Font Family:verdana
Line-Height:1.166 multiple
Clear:both
Font Size:9pt
Color:#FFFFFF
9. Padding:10px 10px 10px… (same for all; margins: same for all)
I would appreciately greatly any help that may be given in resolving this matter. Also, please let me know if the information provided is sufficient or if you need more.
I tried several times but finally got it to work. The culprit lies in the Positioning.
Here are the areas that I filled in the POSITIONING category (all others were left blank):
1. Visibility - visible
2. Placement - Top (value):1466
3. Left:2
4. Overflow:auto
Should you seek an example of what those configurations actually look like, I will be uploading my site in about day or so (but then again, that may not be necessary for you to see an example if you understand the more technical aspects of this). In any case, I hoped this information has helped you as the other members on here have helped me.
Now, just so you know: although the correction has to been applied to the <div#siteInfo> /footer to reflect how I want it to look (horizontal nav. categories on the bottom of every page - after the content), it “appears” as a vertical (as opposed to horizontal) box in the left center of the template/dwt. page (and over some of the words, which reflect exactly what’s on my home page). HOWEVER, although it “appears” that way on the dwt. page, it shows up as it should when I view it in the browser as well as on all of my other pages.
There’s nothing in HTML that would allow you to create something like a page break, similar to what you would use in word processing applications. That is, HTML does not work in “pages”. That means the only reason for your footer to be printed on the next page would be that the first page was filled up.
There isn’t much I can do with what you’ve posted here. If you could somehow get the files online so I can look at them I might be able to help out.
One question I would ask: do you really want to fotter an navigation to appear at all when someone prints your web pages? You can actually turn that off with CSS.
If you really want to keep them there, you’ll need to code them carefully. There was a similar question to this in the forum recently.
@Jeff. You may have missed the reference to printing the web pages.
Hi Jeff and ralph.m, and thank you for your replies
Thank you also, ralph.m, for providing that link. Since Jdrme seems have experienced the same problem as I, I will go ahead and apply the suggestions given to see what happens.