Hi again guys and girls!!
Well, checking on the browsers, firefox, IE, J1.5RC1
I got the problem in the screenshots: the form is loaded in the same line of other modules menus (in the same line of the content),
in IE, not... but the first line of notice error (which I'm trying to fixing in another post) is in line... ?!
I quote code, and sc:
Post edited by: gg4j, at: 2007/11/02 17:52<br><br>Post edited by: GreyHead, at: 2007/11/02 18:34
Well, checking on the browsers, firefox, IE, J1.5RC1
I got the problem in the screenshots: the form is loaded in the same line of other modules menus (in the same line of the content),
in IE, not... but the first line of notice error (which I'm trying to fixing in another post) is in line... ?!
I quote code, and sc:
<style type="text/css">
<!--
legend
{
color:#000000;
background:#E77300;
border: 1px solid #DDDDDD;
padding: 2px 6px;
}
fieldset
{
border: 1px solid #DDDDDD;
width: 90%;
background-color:#EDE7D9;
}
-->
</style>
<fieldset><legend><strong>Benintegra
il palato!!</strong> </legend><br>
Inviaci una ricetta tipica dei tuoi
luoghi di origine. <br>
Benintegrati preparerà per tutta la
comunità la scheda della tua ricetta, da stampare,
conservare, preparare e.... gustare!!<br>
<em><strong>Fai
sentire come si mangia a casa tua!</strong></em>
</fieldset>
<br>
<fieldset>
<legend><strong>Lo chef</strong></legend>
<p>Il tuo nome: <input name="name" size="40"></p>
<p>E-mail:
<input name="email"
size="40" type="text"></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Ingredienti</strong></legend>
<p><textarea cols="30" name="ingredienti"
style="height: 63px; width: 612px;" rows="3"></textarea></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Come si prepara?</strong></legend>
<p><textarea cols="30" name="preparazione"
style="height: 63px; width: 612px;" rows="3"></textarea></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Consigli in cucina</strong></legend>
<p><textarea style="height: 63px; width: 612px;"
cols="30" name="consigli" rows="3"></textarea></p>
</fieldset>
<br>
<fieldset>
<legend><strong>Origine</strong></legend>Indica
il paese, la regione, o l'area geografica di
provenienza
<p><input name="origine" size="40"></p>
</fieldset>
<br>
<br>
<fieldset>
<legend><strong>Come si presenta?</strong></legend>Allega
una foto del tuo piatto! Servirà a distinguerlo. Puoi
provare ad inviare anche le foto del tuo cellulare.
<p><input name="allegato" type="file"></p>
</fieldset>
<br>
<br>
<input value="Invia" name="Submit" type="submit">
<input value="Cancella" name="reset" type="reset">
Post edited by: gg4j, at: 2007/11/02 17:52<br><br>Post edited by: GreyHead, at: 2007/11/02 18:34
Hi gg4j,
No image showing so far, Is there a link to the site so we can see the problem?
Bob
No image showing so far, Is there a link to the site so we can see the problem?
Bob
not yet on line.
Havent I attached the two screenshot?
I send you a zip file. [file name=browsers.zip size=135115]http://www.chronoengine.com/components/com_fireboard/uploaded/files/browsers.zip[/file]
Havent I attached the two screenshot?
I send you a zip file. [file name=browsers.zip size=135115]http://www.chronoengine.com/components/com_fireboard/uploaded/files/browsers.zip[/file]
Hi gg4j,
Look for this code in chronocontact.php (in the version I'm using it's at line 68)
Bob
Look for this code in chronocontact.php (in the version I'm using it's at line 68)
if ( trim($paramsvalues->imagever) == 'Yes' ) {
$imver = '<input name="chrono_verification" type="text" id="chrono_verification" value=""> <img src="'.$mosConfig_live_site
.'/administrator/components/com_chronocontact/chrono_verification.php">';
}
and replace the last line with this} else {
$imver = "";
}
Bob
..mmm again,
the online site does not present this problem,
so no hacking is required.
I'll try on local machine with your suggestion (cant now, working on another computer.)
THANKS AGAIN GUYS, you're simply cool...B)
the online site does not present this problem,
so no hacking is required.
I'll try on local machine with your suggestion (cant now, working on another computer.)
THANKS AGAIN GUYS, you're simply cool...B)
Hi gg4j,
Somewhere the two sites have different Error reporting settings, not always easy to find where they are set though.
Bob
Somewhere the two sites have different Error reporting settings, not always easy to find where they are set though.
Bob
gg4j, I have explained at the other post why local dev servers are more likely to show those small things🙂
Cheers
Max
Cheers
Max
This topic is locked and no more replies can be posted.