ok the site is www.cardnotransferbalance.com and my logo seems to be there but just hidden or behind the page? Im using Prosense blue theme. Been messing around with it for about an hour and cant seem to figure out why it isnt showing. someone help?!
put your logo at the root of the wordpress folder and specify the url as http://www.yoursite.com/logo.gif this will work...
#header { width: 100%; background: #000; height: 100%; background: #FFF url('images/visa.jpg') top center repeat-y; } #card_no_transfer_balance { margin-top:-100px; margin-left:350px; } thats my css heres my page code <div id="header"> <div id="header_left"> <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> <div id="card_no_transfer_balance"> <img src="http://www.cardnotransferbalance.com/wp-content/themes/ProSense-Blue/ProSense-Blue/images" alt="" width="350" height="200" border="0"/ > </div> that didnt help
did you put visa.jpg in your root folder?? also check the dimensions of the image.... it must be within 350x200
your a god cupid one more thing now its showing 2 images i can tweak the size all day whys it showing 2 images of the same thing
im trying to make it fit in that small area i think i need to edit the image/logo to remove that white space around it, and just keep the logo and text in the image or is there a way to make the background of any image transparent so i can just move it around and not have any overlapping background white space.
k i like where its at now BUT that whole header area is too fat. how can i keep it the way i had it before without stretching the logo and header at the same time?
just found it... its the reflection of your logo which makes the header look fat.... decrease the height of the logo again...
wow guys thanks a lot for your help, very much appreciated. Thank you susan for taking the time to adjust that for me!