|
Posted by Andrey Tarasevich on 10/14/04 11:24
mbstevens wrote:
>>
>> This is probably something simple, but I can't seem to find an answer. Consider
>> the following code
>>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
>> "http://www.w3.org/TR/html4/strict.dtd">
>>
>> <html style="width: 100%; height: 100%">
>> <body style="width: 100%; height: 100%">
>> <table style="width: 100%; height: 100%">
>> <tr><td style="height: 20px; border: 1px solid black"><p>1</p></td></tr>
>> <tr><td><p>2</p></td></tr>
>> <tr><td style="height: 20px; border: 1px solid black"><p>3</p></td></tr>
>> </table>
>> </body>
>> </html>
>
> Your page uses deprecated markup. Try changing to more modern markup.
> The most common sympton of deprecated markup is
> placing instructions about where or how a thing is displayed in
> the (X)HTML markup instead of CSS.
> ...
Yes, but that's beside the point. I do use CSS. The above code was created for
the sole purpose of serving as an artificial example in my post. Placing the
properties into CSS makes no difference.
>
> The Frontpage website tool has a bad reputation for
> writing IE specific code that does not work well with other
> browsers. Consider actually learning web standars
> (X)HTML/CSS, and then use a text editor with highlighting
> as the tool to write with.
My current knowledge of the above standards is more than sufficient for my
purposes, except for the issue in question.
FrontPage can be used as text editor with HTML highlighting, which is pretty
much how I use it now. There's no need to switch to any other editor.
> Use an FTP client as a tool
> to upload with instead of depending on Frontpage's FTP
> tools, too.
I'm perfectly happy with FrontPage's upload functionality, although I currently
use its HTTP upload, not FTP. It works perfectly fine, meaning the there's no
need to switch.
--
Best regards,
Andrey Tarasevich
Navigation:
[Reply to this message]
|