I'd like to add 3 buttons on a wordpress blog header. Now i have done the first step and created and uploaded the buttons to my website image folder. Whats the best way to put them on the header/logo. the buttons are gallergy1,2,3 I want them in a certain place on the header. really not sure from here appreciate any help ty
Well in order to do this what you first have to do is upload them to your theme/images folder. Once you have done that go ahead and login to Wordpress backend admin section and go to your header section.. Here is where you are going to create your <DIV> tags...You will put them into your header.php.. Lets say you make them <div id="gallery1">,<div id="gallery2">,<div id="gallery3"> or whatever. Once you have put your divs, and your <img src> codes and information into the header.php. You will then save it and go back to your style or css file. Here you are going to use css and align all your stuff up. So when getting started you need to make sure first you understand CSS, and then make sure images are the right size for headers and in the places they need to do. I hope this has helped, if you have any questions please feel free to ask.