in a web page
I want the first link, pointing to the previous page in the
presentation to line up with left hand edge of the page, and the last
link, pointing to the next page in the presentation, to line up with
the right hand edge of the page, where the problem is complicated by
the fact that the links consist of both text and image.
I eventually managed to get it to work, but the code is so complicated
I am sure I am doing something wrong.
It now looks and behaves the way it is supposed look, but there surely
must be a more elegant solution.
The problem line consists of
<- preface index The Lesson, Section 2 ->
And this very simple line is generated by about fifty lines of CSS
code.
--
I want the first link, pointing to the previous page in the
presentation to line up with left hand edge of the page, and the last
link, pointing to the next page in the presentation, to line up with
the right hand edge of the page, where the problem is complicated by
the fact that the links consist of both text and image.
I eventually managed to get it to work, but the code is so complicated
I am sure I am doing something wrong.
It now looks and behaves the way it is supposed look, but there surely
must be a more elegant solution.
The problem line consists of
<- preface index The Lesson, Section 2 ->
And this very simple line is generated by about fifty lines of CSS
code.
--
Comment