Index
My biggest problem with finding solutions is that quite often I can’t name it ;). I mean I can explain/describe what I want to achieve but knowing the proper term makes everything much easier. I guess additional problem is that my home language is Polish but all terms connected with web stuff (all terms I know ;) ) I can name only in English.
I wanted to find out how to make index -> kind of “table of content” with titles linked to particular paragraph on the same page. Searching on completely different subject (as usually) I discovered “name” -> NAMED ANCHOR :). That was that :).
To create index itself you need to link each item with right paragraph using <a href="#[name]"></a>.
Then title of corresponding paragraph need to look like this: <a name="[name]"></a>. And done ;).
Also convenient feature of named anchor is fact that if a browser cannot find a named anchor that has been specified, it goes to the top of the document. No error occurs :).
New culinary ideas
Travelling might be really inspiring. Getting to know new culture, new people usually leads to testing food they eat…
Essential Ingredients
Getting them might be very challenging ;). Especially if you want to prepare at home food from cuisine completely unknown in your country. Like Indonesian food in Poland…
Incredible Recipes
To get them you need to have good relationships with people you met while travelling. Only if they trust you they will share results of their personal experience and quite often years of experiments in kitchen…
5th July 2007 no comments yet




