Page 1 of 1
Background
Posted: Fri Sep 14, 2007 11:52 pm
by plugmas.com
Script URL:
http://www.plugmas.com/lexchange/index.php
Version of script: 1.03
Hosting company: epowhost
URL of phpinfo.php: -
URL of session_test.php: -
What terms did you try when SEARCHING for a solution: -
Write your message below:
Hi,
I install recently Link Manager. ¿what can i say? Wonderful script! Thanks dear Klemen!
Im trying to add an background image and i try putting this little code in the index.php page:
<!--
body {
background-image: url(images/snow-scene.jpg);
}
But i couldnt see anything. ¿somebody know what´s the mistake? ¿Somebody know how to change the linkman banner by a new one?
Thanks and regard,
Posted: Tue Sep 18, 2007 1:35 pm
by Klemen
You're not using the original LinkMan, but a mod, try contacting the mod author.
A note about the background image - try editing
Code: Select all
body,td {
background-color : #FFFFFF;
color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
}
in style.css file, something like
Code: Select all
body,td {
background-color : #FFFFFF;
color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
background-image: url(images/snow-scene.jpg);
}
help with background -
Posted: Mon Dec 03, 2007 2:53 pm
by huronind
Script URL:
http://www.huronind.com/linkman/links.php
Version of script: 1.03
Hosting company: godaddy
URL of phpinfo.php: -
http://www.huronind.com/linkman/phpinfo.php
URL of session_test.php: - ?
What terms did you try when SEARCHING for a solution: -
Write your message below:
in links.php added echo statements to try to control the look of the links:
Code: Select all
echo '<body bgcolor="#C0C0C0">';
echo '<table width="700" bgcolor="#FFFFFF" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px">';
echo '<a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> -'.$description.'<br><br>';
echo '</table>';
Its not working, just want white background and a black 1px right and left border to match the header and footer.
Thanks!
Stacy
Posted: Mon Dec 03, 2007 3:01 pm
by Klemen
Have you tried as explained in my previous reply?
I looked at it, but I am not using an image
Posted: Mon Dec 03, 2007 4:55 pm
by huronind
and using 2 different background colors
one for the page itself and one for the table
so I couldn't see how that would work?
still not working
Posted: Tue Dec 04, 2007 2:39 pm
by huronind
style.css coded as
Code: Select all
body,td {
background-color : #FFFFFF;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
}
and set background color in header and footer only to gray --
http://www.huronind.com/linkman/links.php
any suggestions appreciated!!
Thanks,
Stacy
ps - changed links.php to
Code: Select all
foreach ($lines as $thisline)
{
$thisline=trim($thisline);
if (!empty($thisline)) {
list($name,$email,$title,$url,$recurl,$description)=explode($settings['delimiter'],$thisline);
if ($settings['clean'] != 1) {$url='go.php?url='.$url;}
echo '<table width="700">';
echo '<a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> -'.$description.'<br><br>';
echo '</table>';
}
image aproach is not working either
Posted: Wed Dec 05, 2007 4:35 pm
by huronind
http://www.huronind.com/linkman/links.php
Code: Select all
body,td {
background-color : #FFFFFF;
color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
background-image: url(images/bodybg.png);
I would really appreciate some help to get this right - Thanks!!
Posted: Fri Dec 21, 2007 2:33 pm
by FRAMESnGIFTS
Couldn't you just put all the required info into header.txt?
I did away with the CSS file and put what I wanted in the header txt file. I imagine your background image tile info could be used also using this file.
Klemen just wanted to thank you for an excellent script. Very simple and straight forward to install and use.
Liz
http://www.framesngifts.com