« Web, HTML, Tech Forum

Page help

Hello all! I'm at my wits end with trying to get my page to look the way I want it to. So far I've been able to get my background where I want it to be, but I can't change much else. I'm trying to to get the tables to be black with some opacity, the text to be white, links red and links to be white when used. 


Here is the code that I have so far:

<style>
body {background-color:ff9900;background-image:url(https://i.pinimg.com/originals/3a/a3/bd/3aa3bd0dbdd828a831ce848fe2a0d22b.jpg);background-repeat:repeat;background-position:top left;background-attachment:fixed;}
table, tr, td {background:transparent; border:0px;}table table {border:0px;}table table table table {border:0px;}table table table {background-color:000000;border-width:4;border-style:dotted;border-color:000000;}
td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:Arial;font-size:10pt;color:FFFFFF;}
a {color:FF0000;}
</style>
<b.r/>


Report Topic

0 Replies