Jump to content

Jimy

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Jimy

  1. Wickham, thank you for your time. Maybe this explanation will help. I am kind of one column in the middle of the page. On each side of the column you can see the background color. I would like to add a background (photo) evenly in that space. There are two about inches on each side. The code that you provided will it allow this? Thank you again!
  2. Wickham, thank you for the response. I am new at this and am not a programmer. I am trying to figure it out on my own so that I learn how. I am not sure what information I left out, so forgive me. I have a png/jpeg file that I would like to make the background and would like it to display evenly on each side of the "y" axis. Not sure if this helps anymore.
  3. I am trying to add a background to a few of my pages (categories). I want to it evenly placed on both sides of the Y axis, but cannot seem to get this done. Is it the size of the photo or something with my code? Please see below. Thank you in advance for your help. </head> <body <?php body_class() ?>> <? if ( is_category('music') ) { ?> <style type="text/css"> body { background:url('http://www.spitfirehiphop.com/wp-content/uploads/2012/05/SFHH-Music-Page-Background9.png'); background-repeat: yes-repeat; background-size: 73em; background-attachment:fixed; and "background-repeat: yes-repeat; background-position:center; } #bglink{ display:block; height:100%; width:100%; position:fixed; left:0; top:0; z-index:0; text-indent:-5000em; } </style> <a href="http://www.datpiff.com/mixtapes-detail.php?id=356052" id="bglink" target="_new">jump to http://www.datpiff.com/mixtapes-detail.php?id=356052/</a> <? }
×
×
  • Create New...