Website Templates
Free programs are good for website templates?
Is there free software out there that is free and is good for making models Web site?
Notepad? Lol, seriously, if you download free website templates on the network (www.freewebsitetemplates.com) all you have to do is right click on the css file and will open with notepad and choose and do the same with the html file. Then you can easily change the things around the background color or font and the placement and size of certain parts of the page, simply change the values. For example: body {background-color: color red: blue;} This makes the red and blue background, font color, you can go ahead and change these in green, purple, orange, black, whatever you want. They can be like this: color: # FF0000 This example is red. These things are specified in the CSS file, but to know what applies to parts site, locate the file html "Classes." A section of the page is defined by its "class" and that is how you find these sections in the CSS file. Html file, if open it in your browser to see a small box with text inside that says "blah, blah, blah," open the file in Notepad, you should be able to find the "blah, blah, blah, blah" and somewhere above this something along the lines of
Leave a Reply
You must be logged in to post a comment.