English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hay dear any body plz contact me i need a professional person who knows about webpage i need html for side bars or any website for html codes thankyou

2007-08-17 01:54:52 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

Sidebars? Likely you need CSS? Set up a div! E.g.,




...main content...


...Then in your CSS:
#wrapper { border: 0; margin: 0 auto; padding: 0; text-align: left;
width: 85%; }
div#content, div#sidebar { float: left; padding-bottom: 10px; margin-left: 0; margin-right: 0; overflow: hidden; }
div#content { width: 69%; }
div#sidebar { width: 30%; }

2007-08-17 04:54:19 · answer #1 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers