Viewing My Posts

< Back to Forum


12 years ago
Thread: Dividing lines in navi menu
I tried entering the code and it didn't do anything. I put it in the Head Code box on the Site Publishing Settings page. Also, when I go back to EasyWeb, that head code is no longer on that box. I haven't been able to get any Head Code to stay there.
12 years ago
Thread: Dividing lines in navi menu
I'm just copy-pasting the code from either here or the HTML snippet in iWeb.

For example I copy-pasted the text from the page Roddy linked to above.
12 years ago
Thread: Vertical lines in Navigation Menu
Is there a simple way to insert thin vertical lines to separate links in the Navigation menu without using code?
12 years ago
Thread: Vertical lines in Navigation Menu
Thanks! Sounds like it couldn't be simpler...
12 years ago
Thread: Vertical lines in Navigation Menu
In using the Inspector to shorten a line I've inserted from Shapes, I seem to be having trouble making the line really short-say 3 to 5 pixels (when I plug in the smaller pixel values in the Size menu).

I've experimented, creating both a vertical and a horizontal line and tried to reduce both the Width and Height settings to make the line small. So far haven't been able to shorten down the line to much to much less than 10 px. I suspect there's a simple way to get around this...
12 years ago
Thread: Header code not working
I'm trying to get my web fonts to work in the header code and it doesn't seem to be working. I've tried these two different code blocks in the header field on the page. The code stays, but when I load the page on a computer or device without the fonts installed the fonts don't show. The same code works in my iWeb-published web page where I used an HTML snippet for each font.

[code:3nyba61y]<script language="JavaScript" type="text/javascript">
<!--

var headID = parent.document.getElementsByTagName("head")[0];
var cssNode = document.createElement('link');
cssNode.type = 'text/css';
cssNode.rel = 'stylesheet';
cssNode.href = 'http://fonts.googleapis.com/css?family=Baumans';
headID.appendChild(cssNode);

// -->
<!--

var headID = parent.document.getElementsByTagName("head")[0];
var cssNode = document.createElement('link');
cssNode.type = 'text/css';
cssNode.rel = 'stylesheet';
cssNode.href = 'http://fonts.googleapis.com/css?family=Expletus+Sans';
headID.appendChild(cssNode);

// -->
</script>[/code:3nyba61y]

[code:3nyba61y]<script language="JavaScript" type="text/javascript">
<!--

var headID = parent.document.getElementsByTagName("head")[0];
var cssNode = document.createElement('link');
cssNode.type = 'text/css';
cssNode.rel = 'stylesheet';
cssNode.href = 'http://fonts.googleapis.com/css?family=Baumans';
headID.appendChild(cssNode);

// -->
</script>

<script language="JavaScript" type="text/javascript">
<!--

var headID = parent.document.getElementsByTagName("head")[0];
var cssNode = document.createElement('link');
cssNode.type = 'text/css';
cssNode.rel = 'stylesheet';
cssNode.href = 'http://fonts.googleapis.com/css?family=Expletus+Sans';
headID.appendChild(cssNode);

// -->
</script>[/code:3nyba61y]

Also, when I try to enter this code on the Site Publishing Settings page the code disappears after I close EasyWeb and reopen it. How can I get this to work with EasyWeb?
12 years ago
Thread: Header code not working
I removed the code from all the pages and it's still not working. I looked at the html code and one font, Baumans, is showing in the code and it's working for the navigation bar (it was before too), but anywhere else that font appears it's not working and I'm just getting a default web safe font. Also, other fonts that I'm using besides Baumans are not showing in either the html code of the published page or the web site when I view it.

Does this have anything to do with EasyWeb telling me that these fonts are not installed when they actually are and they appear properly within EasyWeb?
12 years ago
Thread: Header code not working
Yes, the fonts are installed for the user.
12 years ago
Thread: Header code not working
Yes they are google fonts. They are in the header code I posted above (which you said wasn't needed), and they work with my iWeb-published website (the code is in HTML snippets), but not with EasyWeb.
12 years ago
Thread: Header code not working
I did. It's 4 posts above. Again, I am getting an error in EasyWeb that says the fonts are not installed, but they actually are and all the text using those fonts appears properly within EasyWeb. I don't know if that's part of the problem.
12 years ago
Thread: Header code not working
[quote="Paul-RAGESW":2dzdchov]Just to clarify with EasyWeb you don't have to think about this. Just install your Google Font on your computer and use it on your website as you would any font.

EasyWeb takes care of the rest![/quote:2dzdchov]

This still is not working in Beta 24. Any device I go to that the fonts are not installed on cannot see the fonts. These are all Google fonts and they work fine with my iWeb-published website. The Google font injection in EasyWeb is not working.
12 years ago
Thread: Header code not working
The Google code is not in any of the headers. I just checked. I removed them previously when you said they weren't necessary and it didn't change anything.

Okay, what I just found is that if the text using the Google fonts was copy and pasted they don't work. If it's new test using the font then it shows up.

Also, I created a 2nd EasyWeb site and copy pasted from my 1st EasyWeb site to the 2nd, and the font not installed error comes up still, so that is not actually fixed in Beta 24.

Hopefully this is something that could be fixed so we don't have to re-type all the text for our websites.

EDIT: What I also just found is that if I change the font to something else and then back to the Google font I want, and then publish and upload it works. So it appears to be the fact that the copy-paste from another application is still breaking the Google font connection... as indicated by the fact that we're all still get font not installed errors.
12 years ago
Thread: Header code not working
Roddy, I do not have the code still there. As I said, I removed it when Paul said it wasn't needed. You might be looking at my iWeb version of the site.
12 years ago
Thread: Header code not working
I just checked again and the header box on all pages and on the site properties page is empty.
12 years ago
Thread: Header code not working
Is it maybe what EasyWeb is adding on its own for the Google font to work? It would have to add it somewhere.