Quote:
Originally Posted by Inspector G
I have this installed and it looked pretty good...
But I wanted animated ones...
I also wanted ones that sounded normal...
Not worded like
I am seeing you dont Own an account yet...
Should be more normal Like
I see you have not registered yet...or something along those lines...
Own account or owning an account do not make sense to me...
So...
I found out by experimenting a bit that you can simply add an animated gif and it too works..
so I have some I am having designed added to my site..
With Custom Text that is specific to my site...
The only problem is they are a bit larger in file size and space...
I need to bump them up in the page a bit and move some from the far right over a bit to the left to allow the larger image to display...
How can I do this?
To add an image as a Gif I simply named it as follows... registerV1 then .gif then I numbered as shown here 1 2 3 4 5 and so on I have ten I have had made for this works like a charm...
SO THANKS...
So now as mentioned I need a way to make the larger sizes display properly...
Thanks to all...
I will attach an examples...
I am working on the text as well...lol
I will try to resize I see it now reading of course...
|
You can set the image size by editing the the attributes:
div.forcetoregister {
background:url(rotate.php);
background-repeat: no-repeat;
width:300px;
height:200px;
position:fixed;
right:1px;
bottom:0px;
z-index:1;
}