I first set the pages up with <div>'s. This allowed me to layout my page, and easily insert images were needed. This was fine and I proceeded by creating a CSS style sheet for my home page to munipulate my divs and everything else that was going to be placed within my html.
I needed to link my html with my css. I do however always forget this code. Fortunately I found the code I needed and placed it within my html.
<link href="css1.css"rel="stylesheet"type="text/css">
No comments:
Post a Comment