insideorkut.com

Can you host a free iPage page on a GoDaddy domain?

Click Here To View All Answers...


First question I got is Can you host a free iPage page on a GoDaddy domain? Thanks in advance for any answer. My 2nd question... Alright, here is my body css:.

I want all the font on the page to default to what it says above, but it is not doing that. What is wrong with the above code?..

Comments (12)

Yes sir! although you might want to make sure and wait for someone else here to confirm it as I am on the fence. Better yet, why don't you ask the iPage guys because they can assist you better...

Comment #1

You've got an extra brace in there. Your code should be:.

You can also combine the font stuff so that it looks like this:..

Comment #2

Ah, thanks guys...one of those momentary brain blips I guess..

Another question, for some reason it is not formatting the size...the size is way too big. 13 is what I want, but just to check and see if it is calling the size, I typed in a size of 2px and it was still massive..

Any ideas?..

Comment #3

I run across font sizing problems all the time. check the parent and child elements to see if there's some overriding going on somewhere, either in the HTML, or the CSS...

Comment #4

First off, I love your iPage site design. Now, back to me.

Here is the link: it has just been recoded by entimp and he got rid of probably a hundren lines of garbage code. Now, I put in the css, and all the css is working, but that 1. I double checked and didn't see anything that could be doing it!.

Http://mypcclinic.com/attachment.php.

It is the text after: <span class=bold>A little information you will need while here on thesite:</span></p>..

Comment #5

Whose site? anyway, I got a 404 on that link...

Comment #6

My site, and sorry it's an html page not php! =).

Http://mypcclinic.com/attachment.html..

Comment #7

That's odd. it looks like 13px in both Mozilla FB 0.6.1 and IE6 (Win98), and I pasted all that code into a text editor and changed it to 5px, and it looked like 5px, whereas 13px still looked like 13px. don't know what the problem could possibly be. try dumping your cache. force-refresh (hold down your CONTROL key and press F5)...

Comment #8

That is very odd..

I cleared cache in mozilla, and refreshed...same thing. And the odd thing is I can open a new tab and display my home page (mypcclinic.com) and it looks rightand the css is taken from the same file...

Comment #9

The only difference is in the old design, I forced a style=text.

.text {.

Font-family: Verdana, Arial, Helvetica, sans-serif;.

Color : #000000;.

Font-size: 13px;.

Font-weight: normal;.

}.

But now I have it in the body tag...

Comment #10

Whoa, that's crazy! makes no sense to me. there's got to be a reason or explanation for it though...

Comment #11

What else did you expect? you changed it to 13 and it looked 13, you changed it to 5 and it looked like 5..

Am I the only one that sees it?.

For one you can't use .bold as it may be a reserved word. never name something that could be a tag of some kind or a parameter..

So let me get this straight. you make the font 13px and you wonder why it is that big????? for one 13 is pretty big. also Verdana is pretty big to begin with. but I try changing the size and it happend to me as well. also what is this.

A.Menu:visited:hover.

Last time I checked there is no such thing..

The main thing is that you don't have a doctype at the very top. you must have this to work properly..

Actually the problem is the table it is in. for some reason it is making the text big so it means that it is getting some style for a unkknown source..

Not much to do except take it out of that table...

Comment #12

I assumed I would run into the same problem, and I didn't. so that's what I expected - either a problem, or no problem..

It's not the most valid code in the universe, but it does work in Mozilla. as far as i'm concerned, it should be supported, because otherwise, there's no way to differentiate a visited link's hover state from the hover state of a non-visited link. I know, there's not much value in it, but wth? why not? anyway, it works in some validators, and doesn't it others. same with browsers...

Comment #13


This question was taken from a support group/message board and re-posted here so others can learn from it.