... reminds me of my Basic, Lisp and C++ days some 30 odd years ago.
Oh those were the days. In the mid eighties I accepted the nomination for Secretary for our Ten Bowling League only if I could computerise the league scoring and table records, so I wrote a spread sheet program in Basic, what fun
Before I wade into all the HTML commands ... just a quick question.
Can one display status badges (ie the wish list star) in the Details View?
(Im assuming that there is only one status icon per title)
There is no
published Tag for this ability (I think)
In most detail views, a books title appears in the top header in large font and it is also a URL link. Can one set the link to open the attachment link instead of the url?
Yes you can and this is written within a <div> element as a class attribute within the <body> of the HTML Document:
Code: Select all
<div class="header">
<div class="title">
<a href="[link:url]">[key:title]</a>
What I'd like to see in my customized Details view (when I learn enough of the commands) is to have
the Top header as follows
Title (large font), Author or Editor, Year (Release) — Status Badge — Ratings (not justified to the far left)
Change color of header if book is edited book.
Then various details below TBD.
Most formatting (fonts, colours, postion, size, etc) are written as attributes within <style type="text/css"> </style> HTML element area at the beginning of the HTML Document between the <head> </head> area and before the <body> area. So the <style> area defines what the Document is going to look like while the <body> area is where all the action happens.
If anyone is able to write a basic set of HTML commands and is willing to give me a head start... id be most grateful
As I stated previously above, open up some Templates and even go to the
Bruji Extra page and download and install and open up some Detail View Templates myself and others have written. Some are complex to do complex things while some a simple. But the most basic ones are the default Templates that come with Bookpedia.
Remember HTML are the building blocks of the Document whilst CSS is the style of the Document. Think of it as a house with the HTML as the walls and rooms, whilst CSS is the wallpaper and paint and furniture
You can then come along and buy an existing house and renovate it and put your own stuff inside.
(that is terribly simplistic)