FruitRocks 0 Report post Posted July 30, 2009 When I make a title for my website, it centers it just fine. However, when I add a TreeView control, it centers that to and I can't make the TreeView (menu thing) go back to the left side of the page while keeping the title centered. Another thing that happens is if I do get them both working how I want them too, I try and drag a TextBox to the middle, except it always puts it at the bottom. I have a feeling this has to do with a <div> thing or whatever it's called, but I've got no clue example Title of Website Menue item 1 item 2 item 3 here's where the text box always goes but i want it to go in the middle between the title of website and the TreeView. Share this post Link to post Share on other sites
sonesay 7 Report post Posted July 30, 2009 You will have to float the left column. See if you can identify the div id for the menu and assign a float:left attribute to it. Then the preceding elements will be sitting under the title. Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 9, 2009 insert image using image control boxVisual Web Developer 2010I try to make a website by the visual studio 2008 (visual web developer, 2008) and I am using the visual basic language. I try to insert different photos to this image toolbox, but I can not. What I need is, to connect this image with different buttons. for example if the user click button 1, the image number 1 will appear in the image toolbox. And if the user click button 2, the image 2 will appears in the same image toolbox, and soon. Can you help me? -question by Tamer Share this post Link to post Share on other sites