How can I change the color of the text in my iFrame? [closed]
- by VinylScratch
I have code here:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Frag United Banlist</title>
</head>
<body>
<h1>Tekkit Banlist</h1>
<?php
// change these things
$server = "server-host";
$dbuser = "correct-user";
…