9 Messages
Digest #3890
Messages
Sat Jan 14, 2017 6:52 am (PST) . Posted by:
tnmc77
Sorry, I just posted a question not knowing that Randy was having health issues. I wish Randy the very best and speedy and full recovery.
Sat Jan 14, 2017 7:11 am (PST) . Posted by:
tnmc77
I am sorry to bother you but I have started having a new problem. I have used the smf addin for years without problem. Now, I have started having a problem where the add-In does not load automatically. I have gone through all the troubleshooting including asking excel to trust the folder where the add-in is. The add-in shows the check mark in the list but does not load automatically and work like other add-ins I use. In order to make it work, I have to uncheck the add-in, go to browse and reload/re-enable it before it works.
I am using windows 10 and the version RCH_Stock_Market_Functions-2. 1.2016.09.02
Thanks
I am using windows 10 and the version RCH_Stock_Market_
Thanks
Sat Jan 14, 2017 8:08 am (PST) . Posted by:
"Alain Bigio" alain@bigio.net.br
Yep me too. I get this problem and cannot figure it out. I think it is a bug in Excel
Alain
Alain
I saw reply from someone on a M* forum... Check unblock status of the RCH file .xla
You can unblock access for individual files you know are safe. To do this:
Right-click the file RCH_Stock_Market_Functions in "SMF Add In" folder, and choose Properties.
On the General tab, click Unblock.
Click OK
What this 'unblocking39; does is to allow the add-in to load when you open excel.
You can unblock access for individual files you know are safe. To do this:
Right-click the file RCH_Stock_Market_
On the General tab, click Unblock.
Click OK
What this 'unblocking
Sat Jan 14, 2017 8:08 am (PST) . Posted by:
"Bill Missell" bmissell_thornhill
Sorry to hear that you are having health issues Randy. You and your family are in my thoughts and prayers. I hope everything goes well for you.
From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Sunday, January 08, 2017 5:15 PM
To: smf_addin@yahoogroups.com
Subject: [smf_addin] Update -
Had to go to the ER yesterday. I'll be back online when I am able to.
From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Sunday, January 08, 2017 5:15 PM
To: smf_addin@yahoogroups.com
Subject: [smf_addin] Update -
Had to go to the ER yesterday. I'll be back online when I am able to.
Sat Jan 14, 2017 12:47 pm (PST) . Posted by:
"Randy Randall" randyr_cds
Sorry for the delay in responding...
You have to look at the html of the web page. I use Firefox. For me
the easier way to do it is to:
1) Select the part of the web page that contains what you to extract.
2) Right Click -->> View Select Source
Something like the following should open in another window. Yours
will vary, depending on what you have selected.
(Hopefully this will appear has the html code and not be interpreted...)
<div>
<table class="abut_top">
<tbody>
<tr>
<td class="alpha"><a
href="https://www.zacks.com/stocks/industry-rank/sector/retail-wholesale-3">Retail-Wholesale</a> » <a
href="https://www.zacks.com/stocks/industry-rank/industry/retail-supermarkets-167">Retail
- Supermarkets</a></td>
</tr>
</tbody>
</table>
<p class="footer_acronyms"><span>*BMO = Before Market Open</span>
<span>*AMC = After Market Close</span></p>
</div>
This shows the selection is a table (<table class="abut_top">)
<tbody> is the body of the table (Sometimes there might be a header)
<tr> is a table row
<td> are table cells.
</td> marks the end of a cell
</tr> marks the end of the row
=RCHGetTableCell("https://www.zacks.com/stock/quote/kr",1,"abut_top")
The "abut_top" places the function to the the string "abut_top". The
"1" says recturn the first table cell.
http://ogres-crypt.com/SMF/Documentation/viewer.php?name=RCHGetTableCell-Function.html
has the documentation for RCHGetTableCell.
On Wed, Jan 11, 2017 at 9:24 PM, sjagers@yahoo.com [smf_addin]
<smf_addin@yahoogroups.com> wrote:
>
>
> Randy... Those work PERFECTLY. Thank you so much. I really appreciate your
> help.
>
> For my education, please tell me how those parameters work? I understand
> the website address, but what else is the function looking for? (strong, 1,
>>) (1, abut_top) ??
>
> Thanks again. You're a life saver.
>
>
You have to look at the html of the web page. I use Firefox. For me
the easier way to do it is to:
1) Select the part of the web page that contains what you to extract.
2) Right Click -->> View Select Source
Something like the following should open in another window. Yours
will vary, depending on what you have selected.
(Hopefully this will appear has the html code and not be interpreted...)
<div>
<table class="abut_top">
<tbody>
<tr>
<td class="alpha"><a
href="https://www.zacks.com/stocks/industry-rank/sector/retail-wholesale-3">Retail-Wholesale</a> » <a
href="https://www.zacks.com/stocks/industry-rank/industry/retail-supermarkets-167">Retail
- Supermarkets</a></td>
</tr>
</tbody>
</table>
<p class="footer_acronyms"><span>*BMO = Before Market Open</span>
<span>*AMC = After Market Close</span></p>
</div>
This shows the selection is a table (<table class="abut_top">)
<tbody> is the body of the table (Sometimes there might be a header)
<tr> is a table row
<td> are table cells.
</td> marks the end of a cell
</tr> marks the end of the row
=RCHGetTableCell("https://www.zacks.com/stock/quote/kr",1,"abut_top")
The "abut_top" places the function to the the string "abut_top". The
"1" says recturn the first table cell.
http://ogres-crypt.com/SMF/Documentation/viewer.php?name=RCHGetTableCell-Function.html
has the documentation for RCHGetTableCell.
On Wed, Jan 11, 2017 at 9:24 PM, sjagers@yahoo.com [smf_addin]
<smf_addin@yahoogroups.com> wrote:
>
>
> Randy... Those work PERFECTLY. Thank you so much. I really appreciate your
> help.
>
> For my education, please tell me how those parameters work? I understand
> the website address, but what else is the function looking for? (strong, 1,
>>) (1, abut_top) ??
>
> Thanks again. You're a life saver.
>
>
--------------------------------------------
On Sat, 1/14/17, Randy Randall positive.theta@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] GetElementNumber 850 (Zacks Industry classification)?
To: smf_addin@yahoogroups.com
Date: Saturday, January 14, 2017, 10:41 PM
Sorry for the delay in responding...
You have to look at the html of the web page. I use
Firefox. For me
the easier way to do it is to:
1) Select the part of the web page that contains what you
to extract.
2) Right Click -->> View Select Source
Something like the following should open in another
window. Yours
will vary, depending on what you have selected.
(Hopefully this will appear has the html code and not be
interpreted...)
<div>
<table class="abut_top">
<tbody>
<tr>
<td class="alpha"><a
href="https://www.zacks.com/stocks/industry-rank/sector/retail-wholesale-3">Retail-Wholesale</a> » <a
href="https://www.zacks.com/stocks/industry-rank/industry/retail-supermarkets-167">Retail
- Supermarkets</a></td>
</tr>
</tbody>
</table>
<p
class="footer_acronyms"><span>*BMO =
Before Market Open</span>
<span>*AMC = After Market
Close</span></p>
</div>
This shows the selection is a table (<table
class="abut_top">)
<tbody> is the body of the table (Sometimes there
might be a header)
<tr> is a table row
<td> are table cells.
</td> marks the end of a cell
</tr> marks the end of the row
=RCHGetTableCell("https://www.zacks.com/stock/quote/kr",1,"abut_top")
The "abut_top" places the function to the the
string "abut_top". The
"1" says recturn the first table cell.
http://ogres-crypt.com/SMF/Documentation/viewer.php?name=RCHGetTableCell-Function.html
has the documentation for RCHGetTableCell.
On Wed, Jan 11, 2017 at 9:24 PM, sjagers@yahoo.com
[smf_addin]
<smf_addin@yahoogroups.com> wrote:
>
>
> Randy... Those work PERFECTLY. Thank you so much. I
really appreciate your
> help.
>
> For my education, please tell me how those parameters
work? I understand
> the website address, but what else is the function
looking for? (strong, 1,
>>) (1, abut_top) ??
>
> Thanks again. You're a life saver.
>
>
#yiv0844139955 #yiv0844139955 --
#yiv0844139955ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv0844139955 #yiv0844139955ygrp-
border:1px solid #d8d8d8;}
#yiv0844139955 #yiv0844139955ygrp-
color:#628c2a;
0;}
#yiv0844139955 #yiv0844139955ygrp-
margin-bottom:
#yiv0844139955 #yiv0844139955ygrp-
padding:0 0;}
#yiv0844139955 #yiv0844139955ygrp-
margin:0;}
#yiv0844139955 #yiv0844139955ygrp-
color:#0000ff;
#yiv0844139955 #yiv0844139955ygrp-
#yiv0844139955ygrp-
font-family:
#yiv0844139955 #yiv0844139955ygrp-
#yiv0844139955ygrp-
margin:10px
0px;font-weight:
#yiv0844139955 #yiv0844139955ygrp-
#yiv0844139955ygrp-
margin-bottom:
#yiv0844139955 #yiv0844139955actio
font-family:
#yiv0844139955 #yiv0844139955activ
background-color:
#yiv0844139955 #yiv0844139955activ
font-weight:
#yiv0844139955 #yiv0844139955activ
text-transform:
#yiv0844139955 #yiv0844139955activ
color:#5085b6;
#yiv0844139955 #yiv0844139955activ
color:#ff7900;
#yiv0844139955 #yiv0844139955activ
.yiv0844139955under
text-decoration:
#yiv0844139955 .yiv0844139955attac
clear:both;display:
0;width:400px;
#yiv0844139955 .yiv0844139955attac
text-decoration:
#yiv0844139955 .yiv0844139955attac
border:none;
#yiv0844139955 .yiv0844139955attac
display:block;
#yiv0844139955 .yiv0844139955attac
text-decoration:
#yiv0844139955 blockquote {
margin:0 0 0 4px;}
#yiv0844139955 .yiv0844139955bold {
font-family:
#yiv0844139955 .yiv0844139955bold a {
text-decoration:
#yiv0844139955 dd.yiv0844139955las
font-family:
#yiv0844139955 dd.yiv0844139955las
margin-right:
#yiv0844139955 dd.yiv0844139955las
span.yiv0844139955y
margin-right:
#yiv0844139955 div.yiv0844139955at
text-decoration:
#yiv0844139955 div.yiv0844139955at
width:400px;
#yiv0844139955 div.yiv0844139955fi
div.yiv0844139955fi
div.yiv0844139955fi
div.yiv0844139955fi
text-decoration:
#yiv0844139955 div.yiv0844139955ph
#yiv0844139955 div.yiv0844139955ph
#yiv0844139955 div.yiv0844139955ph
#yiv0844139955 div.yiv0844139955ph
text-decoration:
#yiv0844139955 div#yiv0844139955yg
#yiv0844139955ygrp-
font-family:
#yiv0844139955 .yiv0844139955green {
color:#628c2a;
#yiv0844139955 .yiv0844139955MsoNo
margin:0 0 0 0;}
#yiv0844139955 o {
font-size:0;
#yiv0844139955 #yiv0844139955photo
float:left;width:
#yiv0844139955 #yiv0844139955photo
border:1px solid
#666666;height:
#yiv0844139955 #yiv0844139955photo
color:#666666;
#yiv0844139955 #yiv0844139955reco-
font-size:77%
#yiv0844139955 #yiv0844139955reco-
font-size:77%
#yiv0844139955 .yiv0844139955replb
margin:4px;}
#yiv0844139955 #yiv0844139955ygrp-
margin-right:
#yiv0844139955 #yiv0844139955ygrp-
font-size:13px;
sans-serif;}
#yiv0844139955 #yiv0844139955ygrp-
font-size:inherit;
#yiv0844139955 #yiv0844139955ygrp-
#yiv0844139955 input, #yiv0844139955 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv0844139955 #yiv0844139955ygrp-
code {
font:115% monospace;}
#yiv0844139955 #yiv0844139955ygrp-
line-height:
#yiv0844139955 #yiv0844139955ygrp-
padding-bottom:
#yiv0844139955 #yiv0844139955ygrp-
font-family:
#yiv0844139955 #yiv0844139955ygrp-
p#yiv0844139955atta
color:#1E66AE;
#yiv0844139955 #yiv0844139955ygrp-
#yiv0844139955reco-
color:#ff7900;
#yiv0844139955 #yiv0844139955ygrp-
margin-bottom:
#yiv0844139955 #yiv0844139955ygrp-
li a {
font-size:130%
#yiv0844139955 #yiv0844139955ygrp-
li {
font-size:77%
#yiv0844139955 #yiv0844139955ygrp-
ul {
margin:0;padding:
#yiv0844139955 #yiv0844139955ygrp-
font-family:
#yiv0844139955 #yiv0844139955ygrp-
margin:0 0 1em 0;}
#yiv0844139955 #yiv0844139955ygrp-
font-size:120%
#yiv0844139955 #yiv0844139955ygrp-
border-right:
}
#yiv0844139955
56Trupele romane intrand in Cluj la 11 octombrie 1944
Sat Jan 14, 2017 12:52 pm (PST) . Posted by:
"Randy Randall" randyr_cds
For the other one, the html looks like the following:
<p>Industry : <strong>Retail - Supermarkets</strong></p>
=smfGetTagContent("https://www.zacks.com/stock/research/kr/industry-comparison","strong",1,">Industry
:")
The ">Industry :" positions it to that string in the web page. The
"strong" says extract the content between the <strong> and </strong>
tags. The "1" tells it to extract from the first "<strong>" tag. If
there were more, you could increase the number to the select the 2nd,
3rd, etc.
http://ogres-crypt.com/SMF/Documentation/viewer.php?name=smfGetTagContent-Function.html
has the documentation.
Hope this helps.
Randy
On Sat, Jan 14, 2017 at 3:41 PM, Randy Randall <positive.theta@gmail.com> wrote:
> Sorry for the delay in responding...
>
> You have to look at the html of the web page. I use Firefox. For me
> the easier way to do it is to:
> 1) Select the part of the web page that contains what you to extract.
> 2) Right Click -->> View Select Source
> Something like the following should open in another window. Yours
> will vary, depending on what you have selected.
>
> (Hopefully this will appear has the html code and not be interpreted...)
> <div>
> <table class="abut_top">
> <tbody>
> <tr>
> <td class="alpha"><a
> href="https://www.zacks.com/stocks/industry-rank/sector/retail-wholesale-3">Retail-Wholesale</a> » <a
> href="https://www.zacks.com/stocks/industry-rank/industry/retail-supermarkets-167">Retail
> - Supermarkets</a></td>
> </tr>
> </tbody>
> </table>
> <p class="footer_acronyms"><span>*BMO = Before Market Open</span>
> <span>*AMC = After Market Close</span></p>
> </div>
>
> This shows the selection is a table (<table class="abut_top">)
> <tbody> is the body of the table (Sometimes there might be a header)
> <tr> is a table row
> <td> are table cells.
> </td> marks the end of a cell
> </tr> marks the end of the row
>
>
>
> =RCHGetTableCell("https://www.zacks.com/stock/quote/kr",1,"abut_top")
>
> The "abut_top" places the function to the the string "abut_top". The
> "1" says recturn the first table cell.
>
> http://ogres-crypt.com/SMF/Documentation/viewer.php?name=RCHGetTableCell-Function.html
> has the documentation for RCHGetTableCell.
>
>
>
> On Wed, Jan 11, 2017 at 9:24 PM, sjagers@yahoo.com [smf_addin]
> <smf_addin@yahoogroups.com> wrote:
>>
>>
>> Randy... Those work PERFECTLY. Thank you so much. I really appreciate your
>> help.
>>
>> For my education, please tell me how those parameters work? I understand
>> the website address, but what else is the function looking for? (strong, 1,
>>>) (1, abut_top) ??
>>
>> Thanks again. You're a life saver.
>>
>>
<p>Industry : <strong>Retail - Supermarkets</strong></p>
=smfGetTagContent("https://www.zacks.com/stock/research/kr/industry-comparison","strong",1,">Industry
:")
The ">Industry :" positions it to that string in the web page. The
"strong" says extract the content between the <strong> and </strong>
tags. The "1" tells it to extract from the first "<strong>" tag. If
there were more, you could increase the number to the select the 2nd,
3rd, etc.
http://ogres-crypt.com/SMF/Documentation/viewer.php?name=smfGetTagContent-Function.html
has the documentation.
Hope this helps.
Randy
On Sat, Jan 14, 2017 at 3:41 PM, Randy Randall <positive.theta@gmail.com> wrote:
> Sorry for the delay in responding...
>
> You have to look at the html of the web page. I use Firefox. For me
> the easier way to do it is to:
> 1) Select the part of the web page that contains what you to extract.
> 2) Right Click -->> View Select Source
> Something like the following should open in another window. Yours
> will vary, depending on what you have selected.
>
> (Hopefully this will appear has the html code and not be interpreted...)
> <div>
> <table class="abut_top">
> <tbody>
> <tr>
> <td class="alpha"><a
> href="https://www.zacks.com/stocks/industry-rank/sector/retail-wholesale-3">Retail-Wholesale</a> » <a
> href="https://www.zacks.com/stocks/industry-rank/industry/retail-supermarkets-167">Retail
> - Supermarkets</a></td>
> </tr>
> </tbody>
> </table>
> <p class="footer_acronyms"><span>*BMO = Before Market Open</span>
> <span>*AMC = After Market Close</span></p>
> </div>
>
> This shows the selection is a table (<table class="abut_top">)
> <tbody> is the body of the table (Sometimes there might be a header)
> <tr> is a table row
> <td> are table cells.
> </td> marks the end of a cell
> </tr> marks the end of the row
>
>
>
> =RCHGetTableCell("https://www.zacks.com/stock/quote/kr",1,"abut_top")
>
> The "abut_top" places the function to the the string "abut_top". The
> "1" says recturn the first table cell.
>
> http://ogres-crypt.com/SMF/Documentation/viewer.php?name=RCHGetTableCell-Function.html
> has the documentation for RCHGetTableCell.
>
>
>
> On Wed, Jan 11, 2017 at 9:24 PM, sjagers@yahoo.com [smf_addin]
> <smf_addin@yahoogroups.com> wrote:
>>
>>
>> Randy... Those work PERFECTLY. Thank you so much. I really appreciate your
>> help.
>>
>> For my education, please tell me how those parameters work? I understand
>> the website address, but what else is the function looking for? (strong, 1,
>>>
>>
>> Thanks again. You're a life saver.
>>
>>
--------------------------------------------
On Sat, 1/14/17, Randy Randall positive.theta@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] GetElementNumber 850 (Zacks Industry classification)?
To: smf_addin@yahoogroups.com
Date: Saturday, January 14, 2017, 10:52 PM
For the other one, the html looks like the
following:
<p>Industry : <strong>Retail -
Supermarkets</strong></p>
=smfGetTagContent("https://www.zacks.com/stock/research/kr/industry-comparison","strong",1,">Industry
:")
The ">Industry :" positions it to that string
in the web page. The
"strong" says extract the content between the
<strong> and </strong>
tags. The "1" tells it to extract from the first
"<strong>" tag. If
there were more, you could increase the number to the select
the 2nd,
3rd, etc.
http://ogres-crypt.com/SMF/Documentation/viewer.php?name=smfGetTagContent-Function.html
has the documentation.
Hope this helps.
Randy
On Sat, Jan 14, 2017 at 3:41 PM, Randy Randall
<positive.theta@gmail.com> wrote:
> Sorry for the delay in responding...
>
> You have to look at the html of the web page. I use
Firefox. For me
> the easier way to do it is to:
> 1) Select the part of the web page that contains what
you to extract.
> 2) Right Click -->> View Select Source
> Something like the following should open in another
window. Yours
> will vary, depending on what you have selected.
>
> (Hopefully this will appear has the html code and not
be interpreted...)
> <div>
> <table class="abut_top">
> <tbody>
> <tr>
> <td class="alpha"><a
>
href="https://www.zacks.com/stocks/industry-rank/sector/retail-wholesale-3">Retail-Wholesale</a> » <a
>
href="https://www.zacks.com/stocks/industry-rank/industry/retail-supermarkets-167">Retail
> - Supermarkets</a></td>
> </tr>
> </tbody>
> </table>
> <p
class="footer_acronyms"><span>*BMO =
Before Market Open</span>
> <span>*AMC = After Market
Close</span></p>
> </div>
>
> This shows the selection is a table (<table
class="abut_top">)
> <tbody> is the body of the table (Sometimes there
might be a header)
> <tr> is a table row
> <td> are table cells.
> </td> marks the end of a cell
> </tr> marks the end of the row
>
>
>
>
=RCHGetTableCell("https://www.zacks.com/stock/quote/kr",1,"abut_top")
>
> The "abut_top" places the function to the the
string "abut_top". The
> "1" says recturn the first table cell.
>
>
http://ogres-crypt.com/SMF/Documentation/viewer.php?name=RCHGetTableCell-Function.html
> has the documentation for RCHGetTableCell.
>
>
>
> On Wed, Jan 11, 2017 at 9:24 PM, sjagers@yahoo.com
[smf_addin]
> <smf_addin@yahoogroups.com> wrote:
>>
>>
>> Randy... Those work PERFECTLY. Thank you so much.
I really appreciate your
>> help.
>>
>> For my education, please tell me how those
parameters work? I understand
>> the website address, but what else is the function
looking for? (strong, 1,
>>>
>>
>> Thanks again. You're a life saver.
>>
>>
#yiv7675238478 #yiv7675238478 --
#yiv7675238478ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv7675238478 #yiv7675238478ygrp-
border:1px solid #d8d8d8;}
#yiv7675238478 #yiv7675238478ygrp-
color:#628c2a;
0;}
#yiv7675238478 #yiv7675238478ygrp-
margin-bottom:
#yiv7675238478 #yiv7675238478ygrp-
padding:0 0;}
#yiv7675238478 #yiv7675238478ygrp-
margin:0;}
#yiv7675238478 #yiv7675238478ygrp-
color:#0000ff;
#yiv7675238478 #yiv7675238478ygrp-
#yiv7675238478ygrp-
font-family:
#yiv7675238478 #yiv7675238478ygrp-
#yiv7675238478ygrp-
margin:10px
0px;font-weight:
#yiv7675238478 #yiv7675238478ygrp-
#yiv7675238478ygrp-
margin-bottom:
#yiv7675238478 #yiv7675238478actio
font-family:
#yiv7675238478 #yiv7675238478activ
background-color:
#yiv7675238478 #yiv7675238478activ
font-weight:
#yiv7675238478 #yiv7675238478activ
text-transform:
#yiv7675238478 #yiv7675238478activ
color:#5085b6;
#yiv7675238478 #yiv7675238478activ
color:#ff7900;
#yiv7675238478 #yiv7675238478activ
.yiv7675238478under
text-decoration:
#yiv7675238478 .yiv7675238478attac
clear:both;display:
0;width:400px;
#yiv7675238478 .yiv7675238478attac
text-decoration:
#yiv7675238478 .yiv7675238478attac
border:none;
#yiv7675238478 .yiv7675238478attac
display:block;
#yiv7675238478 .yiv7675238478attac
text-decoration:
#yiv7675238478 blockquote {
margin:0 0 0 4px;}
#yiv7675238478 .yiv7675238478bold {
font-family:
#yiv7675238478 .yiv7675238478bold a {
text-decoration:
#yiv7675238478 dd.yiv7675238478las
font-family:
#yiv7675238478 dd.yiv7675238478las
margin-right:
#yiv7675238478 dd.yiv7675238478las
span.yiv7675238478y
margin-right:
#yiv7675238478 div.yiv7675238478at
text-decoration:
#yiv7675238478 div.yiv7675238478at
width:400px;
#yiv7675238478 div.yiv7675238478fi
div.yiv7675238478fi
div.yiv7675238478fi
div.yiv7675238478fi
text-decoration:
#yiv7675238478 div.yiv7675238478ph
#yiv7675238478 div.yiv7675238478ph
#yiv7675238478 div.yiv7675238478ph
#yiv7675238478 div.yiv7675238478ph
text-decoration:
#yiv7675238478 div#yiv7675238478yg
#yiv7675238478ygrp-
font-family:
#yiv7675238478 .yiv7675238478green {
color:#628c2a;
#yiv7675238478 .yiv7675238478MsoNo
margin:0 0 0 0;}
#yiv7675238478 o {
font-size:0;
#yiv7675238478 #yiv7675238478photo
float:left;width:
#yiv7675238478 #yiv7675238478photo
border:1px solid
#666666;height:
#yiv7675238478 #yiv7675238478photo
color:#666666;
#yiv7675238478 #yiv7675238478reco-
font-size:77%
#yiv7675238478 #yiv7675238478reco-
font-size:77%
#yiv7675238478 .yiv7675238478replb
margin:4px;}
#yiv7675238478 #yiv7675238478ygrp-
margin-right:
#yiv7675238478 #yiv7675238478ygrp-
font-size:13px;
sans-serif;}
#yiv7675238478 #yiv7675238478ygrp-
font-size:inherit;
#yiv7675238478 #yiv7675238478ygrp-
#yiv7675238478 input, #yiv7675238478 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv7675238478 #yiv7675238478ygrp-
code {
font:115% monospace;}
#yiv7675238478 #yiv7675238478ygrp-
line-height:
#yiv7675238478 #yiv7675238478ygrp-
padding-bottom:
#yiv7675238478 #yiv7675238478ygrp-
font-family:
#yiv7675238478 #yiv7675238478ygrp-
p#yiv7675238478atta
color:#1E66AE;
#yiv7675238478 #yiv7675238478ygrp-
#yiv7675238478reco-
color:#ff7900;
#yiv7675238478 #yiv7675238478ygrp-
margin-bottom:
#yiv7675238478 #yiv7675238478ygrp-
li a {
font-size:130%
#yiv7675238478 #yiv7675238478ygrp-
li {
font-size:77%
#yiv7675238478 #yiv7675238478ygrp-
ul {
margin:0;padding:
#yiv7675238478 #yiv7675238478ygrp-
font-family:
#yiv7675238478 #yiv7675238478ygrp-
margin:0 0 1em 0;}
#yiv7675238478 #yiv7675238478ygrp-
font-size:120%
#yiv7675238478 #yiv7675238478ygrp-
border-right:
}
#yiv7675238478
Habitat si populatie structuri existenta cotidiana imigrari10
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF
Tidak ada komentar:
Posting Komentar