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,
Background
You're not using the original LinkMan, but a mod, try contacting the mod author.
A note about the background image - try editing in style.css file, something like
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;
}
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);
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
help with background -
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:
Its not working, just want white background and a black 1px right and left border to match the header and footer.
Thanks!
Stacy
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>';
Thanks!
Stacy
Have you tried as explained in my previous reply?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
I looked at it, but I am not using an image
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?
one for the page itself and one for the table
so I couldn't see how that would work?
still not working
style.css coded as
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
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;
}
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
http://www.huronind.com/linkman/links.php
I would really appreciate some help to get this right - Thanks!!
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);
-
- Posts: 4
- Joined: Fri Dec 21, 2007 2:22 pm
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
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