Log in or Sign up
Coin Talk
Home
Forums
>
Coin Forums
>
Ancient Coins
>
Web page check please (Title change)
>
Reply to Thread
Message:
<p>[QUOTE="jamesicus, post: 2840869, member: 14873"]Are you thinking of the image element delineated by the width and height attributes? They certainly can be integrated into the page source code (I sometimes do that). Alternatively the parameters can be defined in a CSS style sheet and linked to the HTML document (because they are presentational) -- the trouble with that is that knowledgeable users can turn off style sheets and the effect is lost. Of course, users can also turn off images in their graphical Browsers (and display alternate image text instead) in effect rendering the page as a visual screen reader. The bottom line: is all that really necessary for depicting images on a Forum such as ours?</p><p>(Although the effort required by the author is actually very little).</p><p><br /></p><p>Do participants really care if actual coin size is illustrated along with posted images? (most know what the actual coin looks like?). One member posted elsewhere that most include textual coin size information along with their image postings as a matter of course.</p><p><br /></p><p>All this actually only comes into play if you copy and paste web page extracts into the Forum message reply window anyway (I do that using my own web pages).</p><p><br /></p><p>Just for FYI, following is the source code for a "shorty" web page I just made up depicting a coin image including actual size:</p><p><br /></p><ol> <li><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "<a href="http://www.w3.org/TR/html4/strict.dtd" target="_blank" class="externalLink ProxyLink" data-proxy-href="http://www.w3.org/TR/html4/strict.dtd" rel="nofollow">http://www.w3.org/TR/html4/strict.dtd</a>"></li> <li><html lang="en-us"></li> <li><head></li> <li><title></li> <li>Actual coin size demo</li> <li></title></li> <li><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></li> <li><meta name="language" content="en-US"></li> <li><meta name="robots" content="noarchive"></li> <li><link rel="shortcut icon" href="/favicon.ico"></li> <li><link href="pagejustify.css" rel="stylesheet" type="text/css"></li> <li></head></li> <li><body></li> <li><h1></li> <li>Actual coin size demo</li> <li></h1></li> <li><div id="box"></li> <li><div id="aligncontent"></li> <li><p class="center"></li> <li><span class="brown">Last updated: 30 August 2017</span></li> <li></p></li> <li><hr></li> <li><p></li> <li><strong>RIC VI, Londinium, No. 6a, Diocletian as</li> <li>Augustus:</strong><a name="lon6a1" id="lon6a1"></a></li> <li></p></li> <li><p class="center"></li> <li><img src="lon6ao1.jpg" alt="[Diocletian coin photo]"</li> <li>width="250" height="250"> <img src="lon6ar1.jpg" alt=</li> <li>"[Diocletian coin photo]" width="250" height="250"><br></li> <li><strong class="inscr">IMP C DIOCLETIANVS PF</li> <li>AVG</strong> ................. <strong class=</li> <li>"inscr">GENIO POPV -- LI ROMANI</strong></li> <li></p></li> <li><p class="center"></li> <li><img src="lon6ao1.jpg" alt="" width="110" height=</li> <li>"110"><br></li> <li><strong class="inscr">actual size of coin</strong><br></li> <li></p></li> <li><hr></li> <li><p></li> <li>.......... and so on.</li> <li></p></li> <li></div></li> <li></div></li> <li></body></li> <li></html></li> </ol><p><a href="http://jp29.org/tetactual.htm" target="_blank" class="externalLink ProxyLink" data-proxy-href="http://jp29.org/tetactual.htm" rel="nofollow"><u>How the above HTML code renders in a typical graphical Browser</u></a>[/QUOTE]</p><p><br /></p>
[QUOTE="jamesicus, post: 2840869, member: 14873"]Are you thinking of the image element delineated by the width and height attributes? They certainly can be integrated into the page source code (I sometimes do that). Alternatively the parameters can be defined in a CSS style sheet and linked to the HTML document (because they are presentational) -- the trouble with that is that knowledgeable users can turn off style sheets and the effect is lost. Of course, users can also turn off images in their graphical Browsers (and display alternate image text instead) in effect rendering the page as a visual screen reader. The bottom line: is all that really necessary for depicting images on a Forum such as ours? (Although the effort required by the author is actually very little). Do participants really care if actual coin size is illustrated along with posted images? (most know what the actual coin looks like?). One member posted elsewhere that most include textual coin size information along with their image postings as a matter of course. All this actually only comes into play if you copy and paste web page extracts into the Forum message reply window anyway (I do that using my own web pages). Just for FYI, following is the source code for a "shorty" web page I just made up depicting a coin image including actual size: [LIST=1] [*]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "[url]http://www.w3.org/TR/html4/strict.dtd[/url]"> [*]<html lang="en-us"> [*]<head> [*]<title> [*]Actual coin size demo [*]</title> [*]<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> [*]<meta name="language" content="en-US"> [*]<meta name="robots" content="noarchive"> [*]<link rel="shortcut icon" href="/favicon.ico"> [*]<link href="pagejustify.css" rel="stylesheet" type="text/css"> [*]</head> [*]<body> [*]<h1> [*]Actual coin size demo [*]</h1> [*]<div id="box"> [*]<div id="aligncontent"> [*]<p class="center"> [*]<span class="brown">Last updated: 30 August 2017</span> [*]</p> [*]<hr> [*]<p> [*]<strong>RIC VI, Londinium, No. 6a, Diocletian as [*]Augustus:</strong><a name="lon6a1" id="lon6a1"></a> [*]</p> [*]<p class="center"> [*]<img src="lon6ao1.jpg" alt="[Diocletian coin photo]" [*]width="250" height="250"> <img src="lon6ar1.jpg" alt= [*]"[Diocletian coin photo]" width="250" height="250"><br> [*]<strong class="inscr">IMP C DIOCLETIANVS PF [*]AVG</strong> ................. <strong class= [*]"inscr">GENIO POPV -- LI ROMANI</strong> [*]</p> [*]<p class="center"> [*]<img src="lon6ao1.jpg" alt="" width="110" height= [*]"110"><br> [*]<strong class="inscr">actual size of coin</strong><br> [*]</p> [*]<hr> [*]<p> [*].......... and so on. [*]</p> [*]</div> [*]</div> [*]</body> [*]</html> [/LIST] [URL='http://jp29.org/tetactual.htm'][U]How the above HTML code renders in a typical graphical Browser[/U][/URL][/QUOTE]
Your name or email address:
Do you already have an account?
No, create an account now.
Yes, my password is:
Forgot your password?
Stay logged in
Coin Talk
Home
Forums
>
Coin Forums
>
Ancient Coins
>
Web page check please (Title change)
>
Home
Home
Quick Links
Search Forums
Recent Activity
Recent Posts
Forums
Forums
Quick Links
Search Forums
Recent Posts
Competitions
Competitions
Quick Links
Competition Index
Rules, Terms & Conditions
Gallery
Gallery
Quick Links
Search Media
New Media
Showcase
Showcase
Quick Links
Search Items
Most Active Members
New Items
Directory
Directory
Quick Links
Directory Home
New Listings
Members
Members
Quick Links
Notable Members
Current Visitors
Recent Activity
New Profile Posts
Sponsors
Menu
Search
Search titles only
Posted by Member:
Separate names with a comma.
Newer Than:
Search this thread only
Search this forum only
Display results as threads
Useful Searches
Recent Posts
More...