Hi Electric Feet:
I appreciate your help, but I am still having difficulty.
1. I changed the color to red in the first widget as you suggested and I made the text size 2.5em. I also learned how to make the text thanks to w3schools, but I’m not sure I put it in the correct place. It wouldn’t let me put it in special emphasis so I put it with the text. Today, my screen will let me view the ‘text’ version of things where it wouldn’t the other day. So I cut and pasted the basic text into the widget including an unordered list. I want the list to have the default bullet point, but it doesn’t show up. I’d also like it all to be pulled-right as you said for the other one, but I’m not sure how to write the code and where to put it once I know it?
2. Someone else told me of a really cool site to make tables: https://www.tablesgenerator.com/html_tables Here I can make a table in Word and convert it to html. The problem is that when I paste it into the seond widget it doesn’t work. This is the code it generated.
<style type=”text/css”>
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
</style>
<table class=”tg”>
<tr>
<th class=”tg-031e”>Monday to Friday</th>
<th class=”tg-031e”>8 a.m. to 8 p.m.</th>
</tr>
<tr>
<td class=”tg-031e”>Saturday</td>
<td class=”tg-031e”>8 a.m. to 5:30 p.m.</td>
</tr>
<tr>
<td class=”tg-031e”>Closed on Sundays</td>
<td class=”tg-031e”></td>
</tr>
</table>
Can this be editted to work? I don’t understand what you advised in number 2.
3. I would like our Facebook page posts to be visable on our homepage. I realize now that it won’t fit in the widget area three and should probably go in the third feature page spot. (I can move the Find US to the bottom.) Is this possible? Here is the place I found to create the code: https://developers.facebook.com/docs/plugins/like-box-for-pages
Here is the code it generated:
<style type=”text/css”>
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
</style>
<table class=”tg”>
<tr>
<th class=”tg-031e”>Monday to Friday</th>
<th class=”tg-031e”>8 a.m. to 8 p.m.</th>
</tr>
<tr>
<td class=”tg-031e”>Saturday</td>
<td class=”tg-031e”>8 a.m. to 5:30 p.m.</td>
</tr>
<tr>
<td class=”tg-031e”>Closed on Sundays</td>
<td class=”tg-031e”></td>
</tr>
</table>
Again, your help is appreciated.
Cathy