It’s my first time to build a website. I am having a little problem with the size of the site, it cannot fill the whole screen, it only fills a third of the screen. I have used the default sizes but it’s still not filling the screen like it’s supposed to. Another thing is, how do I create a background color of the pages and then create color on the whole site too (the outer colors of the website)?
Answered By
joul84
0 points
N/A
#100032
Need help on customization of website screen
Hi,
Web designing is becoming easier by the day.
There many web designing softwares available for you to use.
I would suggest you try using a different web design software.
Try using one of these:
WebPlus
Web Easy Professional
HTML-Kit Tool
UltraEdit
Dream weaver
These are just some of the softwares you can use. I would suggest you get
familiar with anyone of these softwares, altering back ground colours and adding images
has been made easier than having to write HTML codes.
What software are you using?
————————————-
Joul84
Need help on customization of website screen
Hi you are asking two questions so here are the answers.
First thing you want is to set your website size to full screen.
1.To set your website size to fit to any resolution you will have to use a CSS or HTML command in your website programming.
2.CSS command for making you site adjustable to full screen on any resolution is body{width:100%;}
Adding this code to your website programming will solve the issue.
Now coming to your second problem of giving background color to your website please do as follows:
1.Go to your website coding view and then right the code given below to give color to your website for inner and outer background.
2.For CSS type body {background-color:#b0c4de;}
3.For HTML type <body bgcolor=”green”>
Please try these to get your problems solved.