Announcement

Collapse
No announcement yet.

background - repeating vertically, but not horizontally

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

  • background - repeating vertically, but not horizontally

    I have this image:



    and would like to have it repeat vertically along the left hand side of the page. I right clicked and went to page properties, but I don't know how to specify where I want it oriented.

    I also tried a html box with the code:

    <style>body{background:url(http://star.walagata.com/w/socks1989...act_dragon.png) right bottom}</style>

    in it.

    Does anyone have any suggestions on how to achieve the look I need?

    Thank you in advance :)

  • #2
    Re: background - repeating vertically, but not horizontally

    Try
    Code:
    <style>
    body {
        background: url([URL="http://star.walagata.com/w/socks198915/Guild-webpages/background_by_socks198915_for_artifact_dragon.png"]http://star.walagata.com/w/socks1989...act_dragon.png[/URL]);
        background-repeat: repeat-y;
    }
    </style>

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment


    • #3
      Re: background - repeating vertically, but not horizontally

      Hi, give this a try. Main menu>View>Page HTML>Between the head tab. Cut & paste the code below in this area. Preview.

      Good luck.

      <style>
      body{background:url(http://www.socks198915.com/images/ba...act_dragon.png) top left}
      </style>

      Ah! I just see Watdaflip got here 1st with the faster fingers, go with his code.
      Regards Chris.

      Collectables, Collecting, collectors-info.com

      www.chrismorris.co.uk

      House build project

      Comment


      • #4
        Re: background - repeating vertically, but not horizontally

        Thanks it worked :)

        Sorry for the delay, final projects due XD

        Comment

        Working...
        X