2011-07-24, 16:18:34
"R: yes or no or yes or no. This is free. I think that is easy to make the changes that you needs. Moreover, you already have a css as i have seen in http://www.urbanistan.de/getsimple/plug … uchplugin/"
Cumbe, the problem is:
yes, for sure a template has CSS definitions for forms
and this definition belongs to the template as every template has a different look
the problem with the guestbook form is, that you define CSS already
for example:
these definitions will overwrite all CSS styling from the template CSS
all these definitions should not be in the script
plus: the form should not be created in a table, it should be designed by CSS and floats
see here an example: http://www.jankoatwarpspeed.com/post/200...d-CSS.aspx
I know you are not a designer (I also am no designer, but as I must define CSS, I have difficulties when the definitions are already in the script, though they cannot be manipulated)
and you define style inbetween a CSS:
so the designer has no chance at all
better would be to deliver this css as a separate file and tell the admins / users to add these definitions to their template CSS files
unfortunately I am not good enough in styling ;=(
Cumbe, the problem is:
yes, for sure a template has CSS definitions for forms
and this definition belongs to the template as every template has a different look
the problem with the guestbook form is, that you define CSS already
for example:
Code:
foreach ($log_data as $log) {
echo '<li><p style="font-size:11px;line-height:15px;" ><b style="line-height:20px;" >'.$i18n['LOG_FILE_ENTRY'].'</b><a style="padding-left: 50px;" title="'.i18n_r('guestbook/ndel').'" href="load.php?id=guestbook&n_del='.$count.'"><b>X</b></a><br />';
$atrib = $log->attributes();
these definitions will overwrite all CSS styling from the template CSS
Code:
echo '<table border=0 cellspacing=0 cellpadding=2 style="border-top: 1px dotted #CCCCCC; border-bottom: 1px dotted #CCCCCC; padding: 10px 0px;">';
echo '<tr><td colspan="2" style=" vertical-align: middle;" align="right"><br />';
echo '</td></tr>';
echo '<tr><td style=" vertical-align: middle; width: 30px;" align="right">';
echo '<p style="margin-bottom: 3px;"><label>(*)'.i18n_r('guestbook/Nb').':</label></p></td><td>
<input style="margin-left:2px; width: 444px;" type="text" name="guest[nombre]" />';
echo '</td></tr>';
echo '<tr><td align="right" style="vertical-align: middle;">';
all these definitions should not be in the script
plus: the form should not be created in a table, it should be designed by CSS and floats
see here an example: http://www.jankoatwarpspeed.com/post/200...d-CSS.aspx
I know you are not a designer (I also am no designer, but as I must define CSS, I have difficulties when the definitions are already in the script, though they cannot be manipulated)
and you define style inbetween a CSS:
Code:
<STYLE TYPE="text/css">
<!--
#tabla {
}
.th{
}
.td{
}
#tablar {
}
.thr{
}
.capt{
}
-->
</STYLE>
so the designer has no chance at all
better would be to deliver this css as a separate file and tell the admins / users to add these definitions to their template CSS files
unfortunately I am not good enough in styling ;=(
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18