I have self taught myself a little web designing and decided to create my own. I have came across a little problem I would like some help on.
I have created my template from scratch, and used the content box height size of 830 Pixels.
The problem is, I don't want every page to be the same height, as some pages have to much blank space at the bottom of the page compared to others.
My aim is, to set each page at an individual height, but this is where I am having the problem, changing my template changes all pages, and I can not seem to edit each page individually.
If you want to take a look to have a better understanding, please click my website www.ajstudios.tk.
If you look at the "Catalog" page, that is how I want my other pages to be, the footer just finishing nicely under my page. If you look at the "Home" page, there is too much of a big space between the page and footer.
it sounds like you are telling your template to be an absolute height, essentially saying no matter what screen or how much content there is it should be the same height! This normally looks good but if you want to change set the height to auto and will become more responsive. A googlw on how to aet template height to auto in dreamweaver should be very easy.
Thanks for that, I have set my content box as 100%, so it is no longer a set height. It has worked now.
Another problem I'm having, I have changed the top of my webpage bar from Untitled Document, to my chosen name. It seems to work when I preview it in dreamweaver using Firefox and Safari, but when I upload it to my website and preview it live, it displays as Untitled Document again?
Is this a free host? Your entire site is captured within a frameset (go to http://www.ajstudios.tk/ and "view source" to see the frameset page) and the title of that frameset page is "Untitled Document". So if you're going to leave the structure that way, it's the title on the frameset page you need to change.
Glad it helped you. I was just wondering if you are talking about the title? The name of the webpage that appears in the tabs of the browser? If so I find this easier to handle in the code view? Look for the
<title>untitled page</title> tags. Then replace the 'untitled page' with your desired title. You would have to do this for each page but at least then each page can have an individual title (as it should do) and a quick 'find and replace' can make this easy.
I have self taught myself a little web designing and decided to create my own. I have came across a little problem I would like some help on.
I have created my template from scratch, and used the content box height size of 830 Pixels.
The problem is, I don't want every page to be the same height, as some pages have to much blank space at the bottom of the page compared to others.
My aim is, to set each page at an individual height, but this is where I am having the problem, changing my template changes all pages, and I can not seem to edit each page individually.
If you want to take a look to have a better understanding, please click my website www.ajstudios.tk.
If you look at the "Catalog" page, that is how I want my other pages to be, the footer just finishing nicely under my page. If you look at the "Home" page, there is too much of a big space between the page and footer.
Thank you for any help in advance.
Always always use percentages and not pixels. Because every browser and every screen is of a different resolution. So setting it in percentage alters the site according to the resolution it is being displayed in.
Bookmarks