diff options
Diffstat (limited to 'documentation/editor.html')
| -rw-r--r-- | documentation/editor.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/editor.html b/documentation/editor.html index d55616a83..4d18c7b33 100644 --- a/documentation/editor.html +++ b/documentation/editor.html @@ -122,7 +122,7 @@ and "replace all", "replace next", and "cancel" bu are just <TT>Fl_Input</TT> widgets, the "replace all" and "cancel" buttons are <TT>Fl_Button</TT> widgets, and the "replace next " button is a <TT>Fl_Return_Button</TT> widget: -<CENTER><IMG src=./editor-replace.gif></CENTER> +<P ALIGN=CENTER><IMG src=./editor-replace.gif></P> <UL> <PRE> Fl_Window *replace_dlg = new Fl_Window(300, 105, "Replace"); @@ -553,5 +553,5 @@ library. Also, the <TT>CC</TT> command may also be called <TT>gcc</TT> <P>Congratulations, you've just built your own text editor! </P> <H2>The Final Product</H2> The final editor window should look like the image below: -<CENTER><IMG src=./editor.gif></CENTER> -</BODY></HTML>
\ No newline at end of file +<P ALIGN=CENTER><IMG src=./editor.gif></P> +</BODY></HTML> |
