Keyur Parikh
kypar...@gmail.com

On Fri, May 30, 2014 at 3:13 PM, Regina Henschel <rb.hensc...@t-online.de>
wrote:

> Hi Keyur Parikh,
>
> Keyur Parikh schrieb:
>
>  Hi,
>>    I am trying to write a new Web document (html) file. As soon as I
>> select
>> unnumbered list ( <UL> <LI> ) it adds the <P> tags to it which causes
>> extra
>> spacing when viewing in the browser. I do not want the <P> tags in the
>> lists ( <LI> ). In the open office it shows just as newlines without
>> spacing but in browser it shows the spacing.
>> Is there any way to avoid adding the <P> tags in the lists ???
>>
>
> Do not try to use Writer/Web for this task. It generates old fashioned,
> not really good HTML code. There is currently no volunteer to maintain it,
> so expect no improvement in the near future.
>
>
>
If there is no one to maintain it then it is probably not a good choice for
html writing. No wonder the generated code for bold was <B> which I think
is deprecated so one has changed it to use the style sheets or alternate
html code.

Normally I write HTML directly but thought I could use a program which
makes it a tad easier for formatting, fonts and links and thought that
OpenOffice works on all platforms (PC/Macs) could be the one solution.
 ( Microsoft word was horrendous at writing/converting html !!!).

 Anyway , I found that Microsoft Expression Web 4 :
http://www.microsoft.com/en-us/download/confirmation.aspx?id=36179
<http://www.microsoft.com/en-us/download/confirmation.aspx?id=36179>
is now free ( at least the version I am using ) and generates code without
any extra stuff like word and does not generate the paragraph tags
and has a code and split screen for design and code, so you can easily add
html code directly in the "code" tab ( e.g. <PRE> tags) and then continue
in the design tab. In the "Code" tab it shows drop down menu for available
tags e.g. for style sheets or tables.
Normally am I not in favor of Microsoft products for such development but
this one fits the bill. The version will not get updated with newer HTML5
and newer css. For anything more complex Visual Studio /Dreamweaver could
be used.

I had tested Amaya but it did not display many documents correctly and it
does not have any support and no new development.

Thanks all for responding.


>> Also just found out that to add a line break (<BR>) : need to type
>> <Shift><Enter> : this is not documented anywhere. ( In fact hardly found
>> documentation for html documents in the manual is there any online version
>> for this manual ? ).
>>
>
> For simple structured documents you get a better result, when you use the
> normal Writer and use styles, and export the document to XHTML.
>
> Obviously you are able to read HTML, therefore even a simple editor with
> only syntax-highlighting will work better for you than Writer/Web.
>
> Kind regards
> Regina
>
>
>
>
> -------------------------------------------
> List Conduct Guidelines: http://openoffice.apache.org/list-conduct.html
> To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: users-h...@openoffice.apache.org
>
>

Reply via email to