Name box offset to right
-> Guestbook 4U

#1: Name box offset to right Author: yatesburgLocation: High Wycombe, UK PostPosted: 16.06.2004 12:20
    ----
Hi

In addEntry, the box for name is not in line with the other boxes.
This is caused by an extra '<td>' appearing in the code issued to the browser.

Array:
&lt;tr&gt;&lt;td colspan="2"&gt;<b>Sign the Guestbook:</b>&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td width="25%"&gt;Name*:&lt;/td&gt;&lt;td&gt;<td>
<input type="text" name="guestbook4uname" size="50" maxlength="50"></td></tr>

I do not know enough about php to find this in the issue files.

#2: Re: Name box offset to right Author: ErtanLocation: Germany PostPosted: 16.06.2004 12:46
    ----
thanx

delete in line 242 : <td>


old:
echo "<td>
<input type=\"text\" name=\"guestbook4uname\" size=\"50\" maxlength=\"50\">";

new :
echo "<input type=\"text\" name=\"guestbook4uname\" size=\"50\" maxlength=\"50\">";

#3: Re: Name box offset to right Author: yatesburgLocation: High Wycombe, UK PostPosted: 16.06.2004 17:18
    ----
Hi

Tested OK - thanks.



-> Guestbook 4U

All times are GMT + 1 Hour

Page 1 of 1