For the style, it's easy, you just have to delete styles you don't want with your ftp...
Ludo,
You are not logged in. Please login or register.
PunBB Forums → Posts by Ludo
For the style, it's easy, you just have to delete styles you don't want with your ftp...
Ludo,
la balise target=_new n'existe pas en xhtml.
L'ouverture dans une nouvelle fenetre n'est par défaut qu'avec 1.1.5
Pour 1.2 il faut comme je l'ai dit, ajouter un javascript non compatible avec tous les navigateurs.
Ce sujet a été longuement abordé en anglais. Vous pouvez notamment voir ce post qui synthétise les échanges:
http://punbb.org/forums/viewtopic.php?id=5740
Ludo,
sans modifier le code, ça n'est pas possible.
En modifiant le code et en insérant un javascript, j'ai cru lire que c'est possible. Mais ça pose des problèmes de compatibilité avec certains navigateurs...
Ludo,
Once again, I thank you Paul !
I put exactly what you told me and it works!
Ludo,
Paul, you don't have a solution for that problem? If you don't, who would be able?
Thanksfully,
Ludo,
First, thanks for the reply.
What you suggested me to see is quite difficult to understand. I'm looking for something like that http://www.actifpub.com/code_blog.php but in english and without any advertisement. You just have to put the url and it gives you a php code but with an advertisement which is very annoying....
I do not want to use any parser like magpierss. I want the flux to be included directly.
Ludo,
Hi,
I'm looking for a simple solution to import rss on my site.
What I want to import is here: http://www.freenews.fr/feeds/rss.php
I tried making an include in php but I got a parse error. I think include can not be used for this kind of thing.
A long time ago, I found a generator on line, on a website, but I'm not able to refind it. This generator worked good. You just have to put your rss adress and it gives you the php code to insert in your page.
Can somebody tell me how to make what I want or where to find methods to do it.
Thanksfully,
Ludo,
Hi,
I've made a modification in the css, 4.1, .pun BLOCKQUOTE, I put dashed for this.
It has the effect on blockquote but it has also an unexpected effect on over block, only with firefox. Iexactly put that: .pun BLOCKQUOTE {BORDER-STYLE: dashed; BORDER-WIDTH: 2px}
See here for example: http://www.pluriservices.net/forum/login.php
Is it normal that blockquote affects over blocks with firefox?
Ludo,
I know google is my friend with it I did not find what I want.
I can't explain why IE does not work good with theses css.
Ludo,
I've put a margin for my home page.
Now the problem is not permanent. In firefox (which give me problems) the borders are not screened. When I make a reload, they are screened. It's strange...
Ludo,
advincing my visitor to use IE would be the easier solution for me.
Ludo,
Would IE be incompatible with this kind of style?
Ludo,
get rid of that incredibly annoying JavaScript that alters the title.
I really recognize You Rickard when you say that
Ludo,
always the same problem, only with IE...
Ludo,
It's only good with firefox.
With ie, there is always the same problem.
Huummm. So complicated it is...
Ludo,
I do not have any problems when I use IE6.
The only problem I have is when I use firefox.
Do you think there could be a solution?
Ludo,
Hi,
I got small problems with my site with firefox. No problem with IE.
So I decided to ask you if you see something wrong in my code. Especially there is problem with the tables. Border are not always screened as you can see here http://www.pluriservices.net
<html>
<head>
<meta name="Author" content="Ludo">
<meta name="Identifier-URL" content="http://www.pluriservices.net">
<meta name="Copyright" content="pluriservices.net">
<meta name="Revisit-after" content="14 days">
<meta name="Robots" content="all">
<title>Pluriservices.net : les services gratuits qui vous facilitent la vie !!!</title>
<STYLE type="text/css">
.link1, .link1 A:link, .link1 A:visited {font-family:arial,geneva;
font-size:13px;letter-spacing:0;color:#000000;font-weight:bold;text-decoration:none}
:hover.link1, .link1 A:hover {font-family:arial,geneva;
font-size:13px;letter-spacing:0;color:#FF0000;font-weight:bold;text-decoration:none}
.link2 {font-family:arial,geneva;
font-size:13px;letter-spacing:0;color:#FFFFFF;font-weight:bold;text-decoration:none}
.link2:hover {font-family:arial,geneva;
font-size:13px;letter-spacing:0;color:#FF0000;font-weight:bold;text-decoration:none}
.link3 {FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-FAMILY: verdana; LETTER-SPACING: 0px; TEXT-DECORATION: none}
.link3:hover {FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-FAMILY: verdana; LETTER-SPACING: 0px; TEXT-DECORATION: underline;}
ul { list-style-image: url(/gif/puce.gif);}
#base {
margin-top: 2;
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
line-height: 150%;
}
</STYLE>
<!-- Début Couleur des scroll-->
<style TYPE="text/css">
BODY {SCROLLBAR-FACE-COLOR: #426b94; SCROLLBAR-HIGHLIGHT-COLOR: #426b94; SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #426b94; SCROLLBAR-DARKSHADOW-COLOR: #426b94 }
</style>
<!-- Fin Couleur des scroll-->
<script language="JavaScript1.2">
var message="Pluriservices.net : A votre service !!!" //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each =
1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="300" //the delay in milliseconds between letters
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}
window.onload=titler
</script>
<script language="JavaScript">
<!--
window.defaultStatus=" Bienvenue Sur www.pluriservices.net";
// -->
</script>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#426B94">
<? include "head.inc"; ?>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" width="100%"
id="AutoNumber1" height="15">
<tr>
<td width="100%" bgcolor="#395a84" height="1" style="padding-left:4; padding-right:4; padding-top:1; padding-bottom:1;
border-left-style:solid; border-left-width:2px; border-right-style:solid; border-right-width:2px; border-bottom-style:solid;
border-bottom-width:2px">
<p align="center"><FONT style="FONT-SIZE: 9pt" face=Verdana
color=#ffffff><IMG height=13
src="gif/favoris.gif" width=15 border=0>
</FONT><FONT face=Verdana color=#ffffff size=1>
<a class="link3" href="javascript:window.external.AddFavorite('http://www.pluriservices.net/', 'Pluriservices.net
programme télé, meteo, annuaire inversé...')" onmouseover="self.status='Cliquez ici pour mettre Pluriservices.net dans vos
favoris !'; return true;" onmouseout="self.status=''; return true"
>
ajouter à vos
favoris</a> <IMG height=14
src="gif/demarrage.gif" width=14 border=0>
<a href="http://www.pluriservices.net" class=link3
onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.pluriservices.net');"
onmouseover="self.status='Cliquez ici pour mettre Pluriservices.net en page de démarrage de votre navigateur'; return true;"
onmouseout="self.status=''; return true"
>mettre en page de démarrage</a> <IMG height=16
src="gif/amis.gif" width=19 border=0> <a href="/recommande.php" class=link3 onmouseover="self.status='Faites connaitre
ce site à vos amis, ils vous remercieront !'; return true;" onmouseout="self.status=''; return true"
>conseiller ce site à un ami</a></FONT></td>
</tr>
</table>
<p style="margin-top: 0; margin-bottom: 0"> </p>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FF0000" width="100%"
id="AutoNumber2" height="462">
<tr>
<td width="20%" height="30" bgcolor="#8494A5" bordercolor="#FF0000" style="border: 2px solid #000000; ">
<p align="center" class="link2">Menu 1</td>
<td width="2%" height="462" rowspan="5"> </td>
<td width="57%" height="30" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<p class="link2" align="center">Actualité</td>
<td width="2%" height="462" rowspan="5"> </td>
<td width="19%" height="30" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<p class="link2" align="center">Discussions récentes</td>
</tr>
<tr>
<td width="20%" height="189" bgcolor="#8494A5" bordercolor="#FF0000" style="border: 2px solid #000000; ">
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Accueil'; return true;"
onmouseout="self.status=''; return true"
href="http://www.pluriservices.net">Accueil</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Les questions les plus fréquemment posées, jetez y un oeil et vous
trouverez certainement la réponse à votre problème'; return true;"
onmouseout="self.status=''; return true"
href="/faq.php">Faq</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Vous souhaitez nous envoyer un message? C est ici !'; return true;"
onmouseout="self.status=''; return true"
href="/contact.php">Contact</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Ce qu il faut savoir à propos du site'; return true;"
onmouseout="self.status=''; return true"
href="/legale.php">Mentions
légales</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Les sites web selectionnés par le webmaster'; return true;"
onmouseout="self.status=''; return true"
href="/liens.php">Liens</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Accès au forum pluriservices'; return true;"
onmouseout="self.status=''; return true"
href="/forum">Forum</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Donnez votre avis sur le site dans le livre d or'; return true;"
onmouseout="self.status=''; return true"
href="/guestbook/index.php">Livre d'Or</A></p>
</td>
<td width="57%" height="432" rowspan="4" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<p class="link1" style="margin-top: 0"><script
src="http://content4web.net2one.fr/scripts/n2o1_12_0644A6969DCA0682499A4B00E7857662F8093344BEADEDB55295024F95A3A6C2FBEF373E6E
95B146_1.asp"></script></td>
<td width="19%" height="189" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<div id="base" class="link1">
<ul>
<?php
$ancien_get_action = $_GET['action'];
$ancien_get_show = $_GET['show'];
$_GET['action'] = 'active';
$_GET['show'] = 8;
include($_SERVER['HTTP_RACINE'] . '/forum/extern.php');
$_GET['action'] = $ancien_get_action;
$_GET['show'] = $ancien_get_show;
?>
</ul>
</div>
</font><p> <A href="http://www.pluriservices.net/forum" onmouseover="self.status='Accès au forum pluriservices'; return
true;" onMouseOut="self.status=''; return true" class="link1">Accès au forum pluriservices</A></td>
</td>
</tr>
<tr>
<td width="20%" height="20"> </td>
<td width="19%" height="20"> </td>
</tr>
<tr>
<td width="20%" height="29" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<p align="center" class="link2">Menu 2</td>
<td width="19%" height="29" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<p class="link2" align="center">Sondage</td>
</tr>
<tr>
<td width="20%" height="194" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Votre programme télé de la soirée sur les chaines hertziennes'; return
true;"
onmouseout="self.status=''; return true"
href="/programme.tele.php">Programme
télé</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Les prévisions meteorologiques du jour et de demain'; return true;"
onmouseout="self.status=''; return true"
href="/meteo.php">Meteo</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Enfin un annuaire inversé réellement gratuit !'; return true;"
onmouseout="self.status=''; return true"
href="/annu.php">Annuaire
inversé</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Chaque jour, gratuitement, votre horoscope !'; return true;"
onmouseout="self.status=''; return true"
href="/horoscope.php">Horoscope</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Tous les travaux signalés sur les axes routiers français'; return true;"
onmouseout="self.status=''; return true"
href="/trafic.php">Info
trafic</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Quelques moyens bien pratiques d arrondir ses fins de moi grâce au web';
return true;"
onmouseout="self.status=''; return true"
href="/tune.php">Gagner
de l'argent</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <A class=link1
onmouseover="self.status='Les films sortis cette semaine sur le grand écran'; return true;"
onmouseout="self.status=''; return true"
href="/programme.cinema.php">Les films en salle</A></p>
<p style="line-height: 150%; margin-left: 6; margin-top: 0; margin-bottom: 0">
<IMG height=11
src="../gif/puce.gif" width=10
border=0> <a href="/newsgroups" class=link1 onmouseover="self.status='Les news group Proxad
consultables en ligne'; return true;"
onmouseout="self.status=''; return true" >News Groups Proxad</a></td>
<td width="19%" height="194" bgcolor="#8494A5" style="border: 2px solid #000000; ">
<?php
unset($id_rubrique_apoll2, $id_poll_apoll2, $voter_apoll2);
$id_rubrique_apoll2 = 0;
$chem_script_apoll2 = "sondage/";
include($chem_script_apoll2."poll.php");
?> </td>
</tr>
</table>
<p style="margin-top: 0; margin-bottom: 0"> </p>
<table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" width="100%"
id="AutoNumber3" bgcolor="#10315a" height="24">
<tr>
<td width="100%" class="link2" height="24" bordercolor="#000000">
<p align="right" class="link2"><font face="Arial">© </font>www.pluriservices.net -
Site optimisé pour un affichage 1024 X 768 </td>
</tr>
</table>
</body>
</html>
It goes ahead. It quite works.
I put that:
ul { list-style-image: url(/gif/puce.gif);}
#base {margin-top: 2; margin-bottom: 0; margin-left: 0; padding-left: 0; line-height: 150%; }
Though margin-left =0 I always have a margin left. See here for example http://www.pluriservices.net
I don't want to have this margin left.
Ludo,
and where do I have to put that?
ul {list-style: disc url(fleche.gif) inside;}
Ludo,
Yes you're right!
Sorry to have asked a so simple question but I always forget this bloaty option (user groups)...
Thanks,
Ludo,
The problem is that I've already got a style applied on extern:
<div class=link1>
<?php
include "path/to/extern.php?action=new";
?></div>
link1 is defined with:
.link1, .link1 A:link, .link1 A:visited {font-family:arial,geneva; font-size:13px;letter-pacing:0;color:#000000;font-weight:bold;text-decoration:none}
:hover.link1, .link1 A:hover {font-family:arial,geneva; font-size:13px;letter-spacing:0;color:#FF0000;font-weight:bold;text-decoration:none}
Do I have to mix the two solutions?
Huumm, it's not easy at all in fact! Extern in 1.1.5 was really easier to customise for me.
Ludo,
http://www.alistapart.com/articles/taminglists/ seems pretty good i think it will tell you everything you need to know + alot more
It's quite good explained. But where is the #base for extern.php, I do not see it in the code.
Ludo,
Hi,
In 1.1.5 I used not to permit users to del their post. We also could decide if they can or not edit their post. I'm looking for these options in 1.2 but I do not find it.
Isn't it available? It could be a problem for example when a user is at the origin of a long long thread. If he deletes his first post (the question) the whole thread will be lost.
I found that option in permissions in 1.1.5
In 1.2, I do not see this option in permissions.
Ludo,
I supposed it was simple to do...
I thought I had just to add a bit of code...
Maybe You should modify extern.php in order to make it easily customisable.
Maybe Paul could tell me what to do. He's a so good css dictionnary!
Ludo,
1.2
PunBB Forums → Posts by Ludo
Powered by PunBB, supported by Informer Technologies, Inc.