Thanks for the posts! It worked! Ok I remembered what I had to ask :
I'm using CSS font Embedding on my site, and it works fine when i'm previewing it in IE via Dreamweaver 8 ( coz embedding is not supported by FF ). When I upload it on my server, the font is not embedded! Any ideas?
I can't really post the source code because it's pretty long .
Edited by on 30-01-06 16:03
Author
RE: PHP help!
Member
Posts: Location: Joined: 01.01.70 Rank: Guest
Posted on 30-01-06 06:24
Code
echo "
<body bgcolor="#FFFFFF">Thanks for the comment!";
}
should work
Author
RE: PHP help!
Member
Posts: Location: Joined: 01.01.70 Rank: Guest
Posted on 30-01-06 06:32
Cynoxx_ wrote:
I would like the color to be changed at the "Thanks for the comment" dialog.
all you have to do is
Code
echo "<b><font color='red'>Thanks for the comment!</b></font>";
Author
RE: CSS Help ( Edit )
Member
Posts: Location: Joined: 01.01.70 Rank: Guest
Posted on 30-01-06 16:04
Thanks alot! It worked!
CHECK EDIT TO HELP ME ABOUT ANOTHER THING
Author
RE: CSS Help ( Edit )
Member
Posts: Location: Joined: 01.01.70 Rank: Guest
Posted on 30-01-06 16:59
Hey,
It should work in firefox as its a standard. Eg.