View Full Version : about the pixelating links


MorningGlory
03-22-2003, 06:37 PM
I installed the pixelation effect and it works nicely, except when you first go in the site, the link looks all blurred. Is there anyway that it can just be normal text when you first go in? .Here (http://www.devoted-dreams.com/mel) is my site, please help me. thanks

MaGiCSuN
03-22-2003, 07:14 PM
I just try to help, because i can't see the problem i don't know if it will really work (i have an older version of IE that doesn't support it).

You have got an <html><head> tag AFTER <body> in your iframe from the 'blog'. That might mix up the style codes, i'm not really sure!

<body background="backkk.jpg" bgproperties="fixed" text="#3399FF">

<HTML>

<HEAD>

is the part i am talking about. Select that part, delete it and paste the following code instead of it:

</head>
<body background="backkk.jpg" bgproperties="fixed" text="#3399FF">

also in your style codes you don't have # in front of the color codes. Dunno if that causes the problem but you could try it to add it and see if it changes something.

ah and i see this:

you have your color from the <style> from the pixelating effect set to #blue. Set it to blue (without the #) or add an color tag like this --> #000000

That are the only things i can see at the moment. Sorry if it doesn't fix anything. Also check your html for the page etc. You have some <style> codes ABOVE the <html> code and more mixed up like that hehe. Try always to use this order for your webpage:

<html>
<head>
style codes here
</head>
<body>
content here
</body>
</html>

Good luck !!

Love,
Mirna