June 9, 200818 yr Just a quickie. I'm rehashing my site and want to put my links on top of the header div (just to see what it looks like) Can I put a div in a div, or is there some other way of doing it (I probably know, but the old sponge has had it by the end of the day )
June 9, 200818 yr ya you can do div in a div like this... <div id="header"> <div id="link"> </div><!--End of link div--> </div><!--End of Container Div-->
June 9, 200818 yr in a div, or is there some other way of doing it (I probably know, but the old sponge has had it by the end of the day ) You can. You might not even need to use an inner div, you might be able to simply use: #header a:link { what: ever; }
Create an account or sign in to comment