Link to home
Start Free TrialLog in
Avatar of hankknight
hankknightFlag for Canada

asked on

Change css for page in iframe

Hello,

I would like to change the style sheet for a third-party (remote) website I have inside of an IFRAME.

For example I would like to manipulate Google:

-- I want all images to have a red border around them
-- I want the color of all text links to be green

<html>
<head>
<title>Google in an IFRAME</title>
</head>
<body>
<iframe src="http://www.google.com" width="700" height="500" frameborder="0" scrolling="auto"></iframe>
</body>
</html>
ASKER CERTIFIED SOLUTION
Avatar of third
third
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial