image in background

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    image in background

    hi all can some one help me sort out these themes so i have got one image on full screen please here are the 3 files i need it in.


    thanks to any one that can help me out
    Attached Files
    HELP THEM WHO HELPS YOU



    i only work on wapdesire v_2 coding only

    #2
    add this

    make this the second line in all your themes.
    Code:
    background-image: url(black.gif);
    obviously name the black.gif wotever your pic is named.
    and place the pic in the themes folder with the css files.

    ok john pmpl .
    Wapchat4u


    Topsites4u

    Comment


      #3
      john pmpl u make me laugh this only shows the image as a small pic i want it so it shows on full screen
      HELP THEM WHO HELPS YOU



      i only work on wapdesire v_2 coding only

      Comment


        #4
        PHP Code:
        **background-repeat no-repeat;
        **
        background-positiontop center
        Nous Ne Dansos Pas, Nous Sommes Le Danse.!

        Comment


          #5
          Hey my friend brand use this codes bro...

          /* General page style */
          body {
          background: #ffffff url(urimage.gif) repeat fixed center;
          text-align: center;
          font-size : small;
          }

          font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;}

          .menu { font-weight: small; font-size : small; color: #000088;}
          a.menu { text-decoration: none; color: #000088;}
          a.menu:hover{ text-decoration: underline; color: #000000;}

          .footer { font-weight: small; font-size : small; color: #000000;}

          .log { font-size : large; text-align: center; color: #000000;}

          .error { font-weight: small; color: red;}

          .sm_warning { font-weight: small; font-size : small; color: red;}
          .tiny_warning { font-size : 9px; color: red;}

          a { text-decoration: none; font-weight: small; color: #000088;}
          a:hover{ text-decoration: underline; font-weight: small; color: #000000;}

          Where urimage.gif is the image you may want to be the background.

          Comment

          Working...
          X