0 Users appreciate this thread.
A few useful codes
(.~Ab~.) (2012-07-14 18:24:46)<style>body{background-color: *COLOUR*}</style> - CSS code to change the background colour.
SPCOxion (2012-07-17 23:17:03)Code to change (all) text color on a page?
2012-07-17 23:17:29
SPCOxion (2012-07-31 03:11:31)@firemade1234: Interesting. LoL
I could also use <style>body{color: color}</style> but I posted that comment before I realized that.
@CJ101: <style>
img
{border-up: 2px solid red;
border-left: 2px solid red;
border-right: 4px solid maroon;
border-down: 4px solid maroon;}
body
{background-color: #1o1o1o;
background-image:url('http://www.example.com/example.img'
text-align: center;}
#topscreen
{width: 400px;
height:220px;
margin-left: 0 auto;
margin-right: 0 auto;
background-color: white;}
#bottomscreen
{width: 320px;
height: 212 px;
margin-left: 0 auto;
margin-right: 0 auto;
background-color: white;}
</style>
I didn't copy/paste any of that.
2012-07-31 03:14:49
(Capt.)Orb (2012-08-02 11:29:03)<body bgcolor="lime">
is another way to change the backround color!
Aviation fact: The a380 is the largest commerical aircraft in service!
Go to Splashiverse! Splashiverse
Go to Splashiverse! Splashiverse
Log in to submit a comment
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 7
Newest registered user: ElegantVulpes

HTML(Some):
<html>= HTML activator tag
<h1>= Title of text
<b>=Bold text
<i>= Iantic text (I don't know how to spell it XP)
<u>= Underline Text
<s>= Strikeout text
<head>= Head of HTML
<body>= Body of HTML
<p>= New paragraph
<center>= Move text to center
<title>= Main page name
Javascript:
<script>=Javascript activator tag
alert('Javascript text'
CSS:
<style>= CSS activator tag
2012-07-13 18:32:17