Web Design and Development Forums

Extending page

This is a discussion on "Extending page" within the CSS Forum section. This forum, and the thread "Extending page are both part of the Design Your Website category.

Old Apr 24th, 2008, 01:08   #1 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: New Zealand
Age: 14
Posts: 10
Question Extending page

Hello, I just joined this wonderful place it seems to be a very comfortable place for web designer, especially for beginners like me. Anyway.

I really need help on extending my page ( where you put texts in etc ) because when I put lots of things in it like writing and pictures they will go past where the page ends ( the footer ).

I have tried the css code height:100%; it seems to do the trick, except if I have a gradient background fill for the page, it looks like it is just repeating.

Can anybody tell me how to to prevent this from happening?

I am familiar with photoshop and I never do like plain web pages I like them filled with neat graphics.

Thanks in advanced.
fr33sty13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 24th, 2008, 03:50   #2 (permalink)
Up'n'Coming Member
 
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 87
Re: Extending page

Without seeing the code or web-page it would be like the blind leading the blind.
shalom_m is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 24th, 2008, 12:35   #3 (permalink)
Reputable Member
 
Join Date: Sep 2007
Location: Manchester
Age: 25
Posts: 131
Re: Extending page

If the background is repeating you may want to try "background-repeat: repeat-x;" in the stylesheet where you have set the background.

Other than that, without seeing the page and code, we can't help.
__________________
Web Design Manchester - Enjoy Online Ltd. Emz Design - Web Design Blog
Emzi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 24th, 2008, 20:20   #4 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: New Zealand
Age: 14
Posts: 10
Re: Extending page

Ok this is the css code I am currently using for the content page which has trouble extending down all the way to where the writing stops.


#page { background:url(images/Page.png);
width:801px; background-repeat:repeat-x;
height:100%px; background-repeat:repeat-x;
margin:auto;
color:#66CCFF;
}
fr33sty13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 25th, 2008, 09:45   #5 (permalink)
Reputable Member
 
Join Date: Sep 2007
Location: Manchester
Age: 25
Posts: 131
Re: Extending page

Quote:
Originally Posted by fr33sty13 View Post
Ok this is the css code I am currently using for the content page which has trouble extending down all the way to where the writing stops.


#page { background:url(images/Page.png);
width:801px; background-repeat:repeat-x;
height:100%px; background-repeat:repeat-x;
margin:auto;
color:#66CCFF;
}

You may want to tidy this up a bit as some of it is incorrect. There is no need to do background-repeat twice, and also 100%px doesn't exsist.

Try this:

#page {

background:url(images/Page.png);
width:801px;
height:100%;
background-repeat: repeat-x;
margin:auto;
color:#66CCFF;
}
__________________
Web Design Manchester - Enjoy Online Ltd. Emz Design - Web Design Blog
Emzi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 25th, 2008, 22:12   #6 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: New Zealand
Age: 14
Posts: 10
Re: Extending page

Thanks
fr33sty13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Green bar of colour at bottom of page gets bigger the more page is extended pixelgirl CSS Forum 1 Apr 1st, 2008 01:27
Form extending, help please? EvanLugh JavaScript Forum 6 Mar 16th, 2008 19:18
internal navigation, Linking from one page to a specific div in another page. Oak HTML Forum 5 Feb 8th, 2008 22:54
A gap appears beween the Page Title and the Body Content of the page. sovereign6 HTML Forum 6 Dec 18th, 2006 19:14
extending background block beyond floated image snappy CSS Forum 18 Oct 27th, 2006 21:26



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 10:17.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59