Jump to content

piazon79

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

piazon79's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. How do I make the background image on a website remain stationed and not move when you scroll? So that the only thing that scrolls is the div that I have centered on the page? Am I making sense? TIA
  2. thanks, i just downloaded that program and changed my background to transparent, looks great now! Thanks for your help!
  3. i thought there was code that you could set a certain color in a pic as being transparent? I don't have photoshop or anything to give the image transparency.
  4. im using a .png for a logo on my website but want it transparent so all you see is the logo. here is the line of code that is used to display the image with "title.png" being the image in question: <td align="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'title.png', STORE_NAME) . '</a>'; ?></td> What code do I add to make the background of this image transparent? The background is white if that helps. Thanks
  5. thanks for your help! got it now
  6. one other quick question. I got it working using the code you gave, but my website is made up of many pages, index.php being the main page. How can i add the div style to all webpages without having to go in to each one and add <div class="contain"> ? I added that to the index.php but beyond the main page it goes back to how it was.
  7. thank you very much! i got it now
  8. I already have a background image in place. Do you mean something like this for the other part? div.contain {width: 25 :margin: auto;} ????? for example and where exactly do i insert this code? anywhere between those tags?
  9. or actually like this site with the borders going all the way down on both sides and the background image only showing up on the right and left, like the main page of this site
  10. im new to php, html, and css so please be as specific as you can if you answer. if you go here http://www.websitetemplatedesign.com/ and see this site it has the general design i like. by that i mean the webpage in the middle with the background image on either side. I have my page centered but my background image shows in between my boxes (if that makes sense) and it doesn't look as nice. how do i create a page so that the background image only shows up to the right and left of my actual content? TIA!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.