November 4, 200817 yr Hello there!! Can anyone tell me...how do I create a website wrapper? Mini tanks!
November 4, 200817 yr A wrapper, as in a div that you wrap around the whole site to position it? http://www.webdesignerforum.co.uk/index.php?showtopic=2473
November 4, 200817 yr depends on what u want to do with it if you want to center your website or something like that just use something like #wrapper{ width:960px; margin:0 auto;} </style> </head> <body> <div id="wrapper"> place your website content in here </div> </body>
November 4, 200817 yr Author Hi guys, sorry I should have explained myself a little better there lol!! I meant a browser wrapper that allows people to navigate the web from the site they are on a la Joomla (see below) but in CSS/HTML: Many thanks!!
November 4, 200817 yr Author Hi guys, sorry I should have explained myself a little better there lol!! I meant a browser wrapper that allows people to navigate the web from the site they are on a la Joomla (see below) but in CSS/HTML: Many thanks!! It's OK...I've figured it out now! Thank you!
Create an account or sign in to comment