Viewing Snippets

Snippets



User: Roddy 12 years ago
If you copy the text of a hyperlink all you are copying is text. You then need to add the URL and the styles in your web design application.

-------------------------------
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
ah...okay I see...Thanks
User: lkrit 12 years ago
By style..do you mean the way I cut and paste it or is there some sort of style function that I should know about...?..also .I don't know yet what asset is . If I start putting in all my links..will they be permanent after I go live or will I have to redo it when you we go off beta?

Also..can we do alt tags on the imagesI I will start to transfer over?
User: Roddy 12 years ago
You should be able to set all your links without them being effected by different versions of the software. It's just kind of time consuming at the moment because you can't set a default for the whole site at this time.

EasyWeb inserts images as a background image to a div so you can't use alt tags. You would need to insert your images using HTML. I don't know if their are any plans to allow alt tags. The question has been asked of, but not answered by, the developers!

-------------------------------
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
okay Thanks..can you tell me what the assets function is?
User: Roddy 12 years ago
Assets are external files that are required to implement a feature.

For example, a slideshow would require one or more javascript files and a CSS file to work. These would be dragged into Assets so that they can be linked to in the HTML code.

-------------------------------
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
When I do my H1 and H2 tags..can I just type them in as I do in iweb or is there another way to do this in easy web
User: Roddy 12 years ago
iWeb can't create headings.

You need to enter the HTML for a heading into an HTML Snippet...

<h1>My H1 Heading Text Goes Here</h1>

... and set the styles using the "Edit Default Styles" popup in the Metrics inspector.

-------------------------------
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
How and where would I put this.. <h1 style="font-family:Verdana;font-size:24px;color:yellow;margin-top:-10px;margin-bottom:-10px;"> My text

</h1>......
User: Roddy 12 years ago
Drag an HTML Snippet onto the page, paste the code into the box in the right column of the EasyWeb window and click "Apply".

Adjust the widget size by dragging or using the Metrics inspector.

-------------------------------
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 added Hi tags as shown into snippets ..I did not do anything in the wide side metrics inspector because I didn't understand it....Is this okay..will it show up properly when it's published ...because all the tags now still appear when I publish to desk top. folder.

H1 tags.jpg
User: lkrit 12 years ago
I was able to get it to display properly in the desktop folder by putting the h1 tags in snippet ..but was there something else I was supposed to do re style etc? or to make it work properly?
User: lkrit 12 years ago
I have published 6 pages to a desk top folder with no problem.. but on the 7th page it will not publish...it's exactly the same as the pages I've already published except for a new header in Comic Sans MS which looks fine on the page..I put the h1 tags in the snippet as I have done on the other pages...Help!
User: lkrit 12 years ago
Please disregard the last post...it seems I had my pages mixed up....but I would still like to know about the h1 tags as inquired about in my earlier post.
User: Roddy 12 years ago
Styles for items like headings - which should be the same on every page of the site - are better to go into the site wide head code box so that you only have to apply them once.

The you can just enter the HTML into the snippet.

Typical internal styles to be pasted into the Head Code box would look like this...

<style type="text/css">

h1, h2, h3, h4 {
margin: 0;
padding: 0;
font-family: "Verdana", Arial, sans-serif;
color: #BDBDBD;
text-align: center;
}

h1 {
font-size: 30px;
font-weight: 400;
line-height: 1;
}

h2 {
font-size: 24px;
font-weight: 400;
line-height: 1;
}

h3 {
font-size: 20px;
font-weight: 400;
line-height: 1;
}

h4 {
font-size: 18px;
font-weight: 400;
line-height: 1;
}

</style>


You can use an inline style in the HTML Snippet to change individual headings like this...

<h4 style="text-align: left: text-indent: 20px; font-weight: bold; color: #FFFF00; text-transform: uppercase">My H4 Heading Text</h4>

The effect of this would be to change the setting for this <h4> from the default in the internal styles to left aligned, indented 20px, bold, yellow and uppercase.

-------------------------------
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.