On 26 Jun 2007, at 8:45 AM, Olajide Olaolorun wrote:
Can some help me with this problem:
http://www.olajideolaolorun.com/problem.html
Its right when i view it in Firefox, but in IE, its problematic. Can
anyone help me out as to why it is not aligning right?
Firstly, I assume that you mean 'aligning correctly', not aligning to
the right...
Your code contains this:
<tr>
<td valign="top" width="30%"
align="left"><StrONG>Name:</StrONG></td>
<td><input type="text" name="Name" size="30"></td>
</tr>
Note that the <td> containing the <input> has no ' align="left" ', as
the <td> containing the text does. I think adding this will improve
your layout.
BUT - your code has many errors. You should validate it before posting
a request for help here, as many simple problems can be solved by
validating your code: you can't, for instance, use <StrONG> with a
XHTML Doctype. Must be lower case.
Your use of inline <font> tags, non-breaking spaces, and some would say
the table for layout at all, goes against the whole ethic of Web
Standards. All your presentational instructions should be handled by
css, either in the <head> of your file, or called from an external
stylesheet.
With respect, it looks like you're a beginner, or at least a novice,
with HTML. If this is the case, I suggest you use a HTML4 Doctype (or
no doctype at all), and leave XHTML until you know a bit more about
what you're doing...
HTH
Nick
___________________________
omnivision. websight.
http://www.omnivision.com.au/
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************