Welcome to TalkGraphics.com
Results 1 to 3 of 3

Thread: watermarks

  1. #1
    Join Date
    Dec 2001
    Posts
    4

    Default

    I'm sending you a file with a graphic that I have created. I've grayed it out to use as a watermark on a web page. The problem is that the graphic is not centered on the web page (I'm using FrontPage 2k) and it replicates itself (because it's not centered). How can I ensure that the graphic is centered and only appears once?

    Thank you kindly,
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	watermark.gif 
Views:	225 
Size:	33.8 KB 
ID:	18011  
    IP

  2. #2
    Join Date
    Dec 2001
    Posts
    4

    Default

    I'm sending you a file with a graphic that I have created. I've grayed it out to use as a watermark on a web page. The problem is that the graphic is not centered on the web page (I'm using FrontPage 2k) and it replicates itself (because it's not centered). How can I ensure that the graphic is centered and only appears once?

    Thank you kindly,
    IP

  3. #3
    Join Date
    Jul 2001
    Location
    Missouri, USA
    Posts
    50

    Default

    Hi Mispiggy,
    From the way I understand your question, you want this file as a background in a web, centered and no repeat. Try a little CSS in the head of your HTML........
    <style>
    BODY {
    background: #F4ECD7 url("pathto yourMispiggy.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position : center;
    }
    </style>
    ...........I made the background the same color as the gif you posted,just copy and paste and fix the path. That what your after? If so you might even crop the gif file for faster D/L time as it will always be centered [img]/infopop/emoticons/icon_wink.gif[/img].

    Jeff
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •