Viewing Snippets

Snippets



User: Roddy 12 years ago
It's possible that it is due to the text box overlapping the one below.

You should do a Command A to Show All and make sure that objects are not touching or overlapping as this can effect the layout in the published version.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: lkrit 12 years ago
I have inserted it within the text box..isn't that allowed?
User: Roddy 12 years ago
It's not a good idea.

Divide the red text into two boxes and put the snippet with the phone number in between them.

A better way would be to create both the text and the phone number as HTML and put it all in one snippet.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: lkrit 12 years ago
I was able to divide it..but I cannot get it centered I hit command a and tried to move it that way and it loks good o my computer but doesn't publish correctly.
can you give me a better explanation of the better html way..I'm afraid I don't understand.
User: Roddy 12 years ago
What font and font sizes are you using for this text...

Contact us for today's quotes

or Email us at

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: lkrit 12 years ago
Tahoma 18..negreta (bold)
Tahoma 14.negreta (bold)
User: Roddy 12 years ago
Paste this code into a Snippet...

<p style="font: 18px 'Tahoma', Verdana, sans-serif; color: #FF0000; text-align: center;margin: 0;padding: 0">Contact us for today's quotes</p>
<a href="tel:18881234321" style="text-decoration: none"><p style="font: 20px 'Tahoma', Verdana, sans-serif; color: #FFF; font-weight: bold; margin: 0; padding: 5px; text-align: center;">Phone: (888) 123 4321</p></a>
<p style="font: 14px 'Tahoma', Verdana, sans-serif; color: #FF0000; text-align: center; margin: 0; padding: 0">or Email us at</p>
<a style="text-decoration: none" href="mailto:Sales@SuperPromoStuff.Com?subject=Email Subject...body="><p style="font: 20px 'Tahoma', Verdana, sans-serif;color: #FFF;font-weight:bold; text-align: center; margin: 5px;">Sales@SuperPromoStuff.Com</p></a>


It should look like this...



-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: lkrit 12 years ago
It worked but does that mean I must always do it in a snippet instead of selecting fonts and text. Also I had put a code in for iphone phone number..does this negate this option?
User: Roddy 12 years ago
You don't have to do it that way but it is better and your site will load faster.

The iPhone phone link is in the snippet. I combined all the code into it.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: lkrit 12 years ago
Fantastic...Thanks!
I'm moving on to pages now with links...will let you know how it goes.
User: lkrit 12 years ago
I'm doing an about us page..no links..but I placed a large text box on the page and wanted to copy different one liners and paragraphs into the text box..Instead of all the text appearing in one box...it self created an individual text box for every line I copied into it. Is this normal..or should I have selected all the sentences and pasted it all in at one time or continue this way?
User: lkrit 12 years ago
I did all the text on text edit...and then copied it as on block ..it seemed to work!
User: lkrit 12 years ago
two questions re: links

On help2... this is part of my header and it works perfectly but the Sales@SupperPromoStufff.com link doesn't roll over so customer has no way of knowing it is clickable...I think I did this in asnippet.

On help 2...I copied text from original web site in a text box and I did Sales@SupperPromoStufff.com as a hyperlink....but it is not working....what am I missing?

help 2.png

help 1.png
User: lkrit 12 years ago
still don't know how to get the working link in the header to roll over so people know it's a link and don't know what I did wrong on the other link within my text that doesn't open...
User: Roddy 12 years ago
To get a rollover color the CSS for the link will have to go into the Header Code box.

Copy this code and paste it into the site wide Header Code box on the Site Publshing Settings page...

<style type="text/css">
a.sales {
text-decoration: none;
font: 20px 'Tahoma', Verdana, sans-serif;
color: #FFF;
font-weight:bold;
text-align: center;
margin: 5px;}
a:hover.sales {
color: #FF0000;}
</style>


Use this code for the link in the HTML Snippet...

<a class="sales" href="mailto:Sales@SuperPromoStuff.Com?subject=Email Subject...body=">Sales@SuperPromoStuff.Com</a>

For the link in the text you copied over from the other website, highlight the text and use the EasyWeb Link inspector to create the hyperlink and rollover.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.