Search results

  1. N

    <form> html code help!?

    I used this code.... <form> <fieldset style="width: 200px; border: 0px;"> <img src="URL" align="ABSMIDDLE" />TEXT <img src="URL" align="ABSMIDDLE" />TEXT </fieldset> </form> ...to try and constrain an image with text after it to a box with no boarder to a 200 pixel width with no height...
  2. N

    <button> tag HTML help!?

    I want to create multiple images that are buttons using html... <BUTTON TYPE=SUBMIT> <IMG SRC="URL"> </BUTTON> ...and I want to create a box with a width of 200px that when you click the button will display a particular text. Ex) A picture of a phone that when clicked displays a phone number...
  3. N

    HTML Overlapping Help!?

    I been using this code: <div STYLE="line-height: 50px; font-size: 10pt"> Text </div> to Overlap text on my website. I want to use this code: <div STYLE="line-height: 50px; font-size: 10pt"> <img src="IMG_URL"> </div> to overlap images. What do I have to do to make this code work for images...
  4. N

    IMG STYLE CSS/HTML Help!?

    I am using this code: <IMG STYLE="position:absolute; TOP:0px; LEFT:0px;" SRC="IMAGE URL HERE"> I'm trying to figure out how to add a URL Link to that SRC Image. What code do I use to do that?
  5. N

    MySpace Coding Help Background Image?

    I was trying to overlap two background images but i realized that only one would load. So, I used to one background image and want to create an image (logo) from a URL in the bottom left corner of the page. I want it to float on top of the background image but be in a fixed position in the...
  6. N

    Photoshop CS4 Blending Help!?

    I have two .PNG images as different layers and I want to fade the edges of the top layer to blend in with the bottom layer. Help!?
Back
Top