<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Royal Deer Design &#187; html</title>
	<atom:link href="https://www.royaldeerdesign.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.royaldeerdesign.com</link>
	<description>Web Design Company</description>
	<lastBuildDate>Thu, 21 Aug 2025 15:08:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Hacking Pin It Button</title>
		<link>https://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/</link>
		<comments>https://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/#comments</comments>
		<pubDate>Sat, 20 Oct 2012 14:53:39 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business News]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Pinterest]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=928</guid>
		<description><![CDATA[Pinterest offers a user friendly Pin It button generator. Unfortunately, they don&#8217;t really let web developers to modify the look of it. It is getting problematic in a situation when we insert few social media buttons horizontally next to each other and we realize that they have slightly different height. I faced this issue working]]></description>
				<content:encoded><![CDATA[<p>Pinterest offers a user friendly Pin It button generator. Unfortunately, they don&#8217;t really let web developers to modify the look of it. It is getting problematic in a situation when we insert few social media buttons horizontally next to each other and we realize that they have slightly different height.</p>
<p>I faced this issue working on my client&#8217;s website organiceyourlife.com.</p>
<p>This is how Pin It button was not fitting into the crowed of other two social networking buttons:</p>
<p><img src="http://www.royaldeerdesign.com/wp-content/uploads/2013/03/pinit1.jpg" alt="pinit1" width="175" height="82" class="alignnone size-full wp-image-929" /></p>
<p>The goal was to make it look this way:</p>
<p><img src="http://www.royaldeerdesign.com/wp-content/uploads/2013/03/pinit2.jpg" alt="pinit2" width="179" height="80" class="alignnone size-full wp-image-930" /></p>
<p>The problems is that the button itself is loaded in iframe (on top of that this iframe is generated by JS) and all the files, including JS and leaded to iframe HTML file are hosted on Pinterest server. I did try many tricks like loading external CSS file to the iframe and forcing CSS styles on iframe elements by JavaScript. Nothing worked.<br />
Solution.</p>
<p>Digging more into the structure of the button I found that I can host on my own server not only JS file which generates the iframe but also leaded into the iframe HTML file, and the functionality of the button will stay.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLA to HTML with Wallaby</title>
		<link>https://www.royaldeerdesign.com/2011/03/fla-to-html-with-wallaby/</link>
		<comments>https://www.royaldeerdesign.com/2011/03/fla-to-html-with-wallaby/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 07:19:27 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business News]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Labs]]></category>
		<category><![CDATA[fla]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Wallaby]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=3067</guid>
		<description><![CDATA[Adobe released Wallaby, a tool that was first previewed last fall at Adobe&#8217;s Max 2010 developer conference. Wallaby is the code name for an experimental Flash-to-HTML 5 converter available via Adobe Labs (the site with featured Adobe&#8217;s beta technology). Wallaby, is a tool that allows to convert Flash output (FLA files) to HTML5 via a]]></description>
				<content:encoded><![CDATA[<p>Adobe released Wallaby, a tool that was first previewed last fall at Adobe&#8217;s Max 2010 developer conference. Wallaby is the code name for an experimental Flash-to-HTML 5 converter available via Adobe Labs (the site with featured Adobe&#8217;s beta technology). Wallaby, is a tool that allows to convert Flash output (FLA files) to HTML5 via a simple drag and drop interface. </p>
<p>You can download it for free here.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2011/03/fla-to-html-with-wallaby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superscript and Subscript at the Same Place (html)</title>
		<link>https://www.royaldeerdesign.com/2010/10/superscript-and-subscript-at-the-same-place-html/</link>
		<comments>https://www.royaldeerdesign.com/2010/10/superscript-and-subscript-at-the-same-place-html/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 00:23:50 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[sub]]></category>
		<category><![CDATA[Subscript]]></category>
		<category><![CDATA[sup]]></category>
		<category><![CDATA[Superscript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=1869</guid>
		<description><![CDATA[One can display mathematical formulas in plain HTML 4.0 on both Mac OS and MS Windows. You can read more about that here. Unfortunately, there is not any tag which can place the characters on top of each other. To achieve it we have to use few lines of CSS and HTML code. Below the]]></description>
				<content:encoded><![CDATA[<p>One can display mathematical formulas in plain HTML 4.0 on both Mac OS and MS Windows. You can read more about that here. Unfortunately, there is not any tag which can place the characters on top of each other. To achieve it we have to use few lines of CSS and HTML code.</p>
<p>Below the solution:</p>
<p><strong>CSS:</strong></p>
<p>span.subsup {<br />
position: relative;<br />
}</p>
<p>span.subsup sub {<br />
position: absolute;<br />
left: 0em;<br />
bottom: -1.4em;<br />
}</p>
<p><strong>HTML:</strong></p>
<p>CO < span class="subsup">< sup>2-< /sup>< sub>3< /sub></p>
<p>Interesting thing is that you can create a fraction simply by making Superscript underline. Just like: < sup>< u>2-< /u>< /sup>. </p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2010/10/superscript-and-subscript-at-the-same-place-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Change Font Size</title>
		<link>https://www.royaldeerdesign.com/2010/06/javascript-change-font-size/</link>
		<comments>https://www.royaldeerdesign.com/2010/06/javascript-change-font-size/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:27:50 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business News]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=2175</guid>
		<description><![CDATA[We are working on a website with a dynamic font size functionality. Do you know that this so useful functionality costs only two lines of code? If you consider the need of people to see larger fonts on your website you can use JavaScript code crated by our web developer. Change Font Size with Javascript]]></description>
				<content:encoded><![CDATA[<p>We are working on a website with a dynamic font size functionality. Do you know that this so useful functionality costs only two lines of code? If you consider the need of people to see larger fonts on your website you can use JavaScript code crated by our web developer.</p>
<p>Change Font Size with Javascript Ready to use code:</p>
<p><script type="text/javascript">
<!--

function changeFontSize(multiply)
{
if (document.body.style.fontSize == "") document.body.style.fontSize = "1.0em";
document.body.style.fontSize = parseFloat(document.body.style.fontSize) + (multiply * 0.2) + "em";
}

-->
</script> </p>
<p><a href="javascript:void(0);" onclick="changeFontSize(1)">+A</a><br />
<a href="javascript:void(0);" onclick="changeFontSize(-1)">-A </a></p>
<p>You can use this code on your website, just copy the code and past it into your document. </p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2010/06/javascript-change-font-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Developer&#8217;s Journal: CSS Reset</title>
		<link>https://www.royaldeerdesign.com/2010/06/web-developers-journal-css-reset/</link>
		<comments>https://www.royaldeerdesign.com/2010/06/web-developers-journal-css-reset/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:50:37 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business Tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cross-browser compatibility]]></category>
		<category><![CDATA[CSS Reset]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=2195</guid>
		<description><![CDATA[Web designers and web designers around the world are struggling with a cross-browser compatibility. To make web development process easier, experts have created something called CSS Reset. CSS reset is implemented in order to normalize most of the margin and padding-related differences across different browsers. This is a starting point for each HTML/CSS job. An]]></description>
				<content:encoded><![CDATA[<p>Web designers and web designers around the world are struggling with a cross-browser compatibility. To make web development process easier, experts have created something called CSS Reset. <strong>CSS reset</strong> is implemented in order to normalize most of the margin and padding-related differences across different browsers. This is a starting point for each HTML/CSS job.</p>
<p>An example bellow is crated based on Eric Meyer&#8217;s CSS reset (<em>meyerweb.com</em>) and it is recommended by Royal Deer Design.</p>
<p>&#8212; </p>
<p>html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td<br />
{<br />
  margin: 0;<br />
  padding: 0;<br />
  border: 0;<br />
  outline: 0;<br />
  font-size: 100%;<br />
  vertical-align: baseline;<br />
  background: transparent;<br />
}</p>
<p>body {<br />
  line-height: 1;<br />
}</p>
<p>ol, ul {<br />
  list-style: none;<br />
}</p>
<p>blockquote, q {<br />
  quotes: none;<br />
}</p>
<p>blockquote:before, blockquote:after, q:before, q:after {<br />
  content: &#8221;;<br />
  content: none;<br />
}</p>
<p>:focus {<br />
  outline: 0;<br />
}</p>
<p>ins {<br />
  text-decoration: none;<br />
}</p>
<p>del {<br />
  text-decoration: line-through;<br />
} </p>
<p>table {<br />
  border-collapse: collapse;<br />
  border-spacing: 0;<br />
} </p>
<p>&#8212; </p>
<p>More info:<br />
Definition of CSS Reset from Wikipedia: CSS Reset &#8211; <em>CSS declarations remove margins and standardize cross-browser rendering on common elements. </em></p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2010/06/web-developers-journal-css-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
