Results 1 to 9 of 9
  1. #1

    Default removing TILED background image


    guys is there a way how to create SINGLE BACKGROUND image in PAGE and TABLE? everytime i enlarge the table size/page size or increase the screen resolution mahimo na tiled image ang background picture... saonz mna?

  2. #2

    Default Re: removing TILED background image

    just use CSS!

    i think its background-repeat: no-repeat;

    just google it... the internet's well kept secret!

  3. #3

    Default Re: removing TILED background image

    sample nlang plzzzzz

  4. #4

    Default Re: removing TILED background image

    like the above reply, just insert this sample code on the appropriate element:

    Code:
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    ...

  5. #5

    Default Re: removing TILED background image

    or kung wala pa gyud ka kagets,

    <head>
    <style type="text/css">
    body {
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    }
    </style>
    </head>

  6. #6

    Default Re: removing TILED background image

    tnx. how about sa table?

  7. #7

    Default Re: removing TILED background image

    just place in tr or td

    <td style="background-repeat: no-repeat">

    or

    <table style="background-repeat: no-repeat">

  8. #8

    Default Re: removing TILED background image

    gamit og style sheet bai para mas gaan imong page, mas organize imong codes kaisa imo i hardcode sa imong mga html elements..

    suwayi nang dreamweaver ai. nndot na.

  9. #9

    Default Re: removing TILED background image

    oks

  10.    Advertisement

Similar Threads

 
  1. Php + Css slideshow as my background image..
    By e0rich in forum Websites & Multimedia
    Replies: 2
    Last Post: 04-27-2013, 10:43 PM
  2. background images
    By pulgar in forum Websites & Multimedia
    Replies: 7
    Last Post: 10-12-2012, 04:24 PM
  3. help here on css background image
    By francistan in forum Programming
    Replies: 7
    Last Post: 04-21-2011, 08:11 PM
  4. Putting image background in ur FLASH DRIVE
    By blackdronza in forum Software & Games (Old)
    Replies: 48
    Last Post: 06-12-2009, 01:14 PM
  5. ~All about posting images/pics in iStorya.net~
    By medicus in forum Support Center
    Replies: 167
    Last Post: 08-01-2007, 02:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top