View Single Post
Old 07-15-2014, 06:32 PM   #24
martienne
.~^пиратка^~.
martienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshesmartienne can read faster than his screen refreshes
 
martienne's Avatar
 
Posts: 238
Karma: 14000
Join Date: Sep 2009
Location: Ask NSA...
Device: Onyx Boox M92
Quote:
Originally Posted by eschwartz View Post
It looked much better after I switched (in "bibel_2000.html")
Code:
<link href="bibeln.css" rel="stylesheet" type="text/css" />
<meta http-equiv="content-type" content="text/html" charset="ISO-8859-1" />
to
Code:
<link href="bibel_2000.css" rel="stylesheet" type="text/css" />
<meta http-equiv="content-type" content="text/html" charset="UTF-8" />
Spoiler:

css needs to be consistently renamed
char encoding seems to be just fine, it's just being declared wrongly as non-UFT-8.

Also, you have an unused style block in the header of the html. You could get rid of that... although it's pure code aesthetics.

Not bad... not bad at all!
Thanks for the encouragement and the advice! I am trying to follow all of it.
But as you can tell I'm not very fast and not experienced...
I changed the names as you suggested.

I'm sure there is plenty of junk in the code! I already removed miles of CSS to make the file more manageable. What's left is stuff I don't dare delete. I'll try to get rid of the duplication in the HTML header!

With UTF-8 I am getting this, even after changing encoding to Swedish in the browser.


Last edited by martienne; 07-15-2014 at 06:54 PM.
martienne is offline   Reply With Quote