free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] Template 9 - position of link to Freenicetemplates.com


boadicea
10-29-2009, 06:31 PM
Hello!
My website is at www.yellowstonepm.com
I used Template 9.
I don't like where the link to freenicetemplates.com shows up on my page -
I'd like to center it under the copyright notice but whenever I try to change anything I get that little window that pops up and tells me I'm violating copyright!
Any suggestions on how to fix this?
Thanks!

freenicetemplates
10-30-2009, 06:52 PM
Hello,
In stylesheet.css try to replace:
#holder {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 511px;
}

by

#holder {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;
}