View Single Post
Old 11-04-2010, 07:30 AM   #7
BlonG
Member
BlonG began at the beginning.
 
BlonG's Avatar
 
Posts: 15
Karma: 10
Join Date: Oct 2010
Location: Slovenia
Device: Kindle 3G
Order of tags inside HTML

@marbs: we're all learning... I'm just starting with building recipes and I'm happy when more experienced users help me.



OK, my final challenge for this recipe (hopefully).

The printed version of article is formated like this: http://www.rtvslo.si/index.php?c_mod...rint&id=243073
  1. top left: Category
  2. top right: "Print" button
  3. left column: title, date of publishing, article/text
  4. right column (in a box): additional images, quotes, etc.
Please follow link above to see what I mean.

In Kindle (or Calibre viewer) order is:
  1. Category
  2. "Print" button
  3. additional images, quotes, etc.
  4. title, date of publishing, article/text

I don't mind much about category and print buttom, but i'd like to see/read left column first and after that right column.

So far I figured out the HTML structure:
Code:
<div id="newsbody">
<div id="newsblocks" class="fr tac"...>
everything here is content of right column
</div> from here is the content of left column
</div>
Is there any way to move the part <div id="newsblocks" class="fr tac"...> </div> to the end of HTML when creating article?
BlonG is offline   Reply With Quote