|
|
#10 (permalink) | |
|
Registered User
Super #1
Joined in Mar 2005
Lives in Washougal, WA
1,306 posts
Gave thanks: 23
Thanked 39 times
|
Quote:
Code:
p {
background-color: #cccccc;
color: #000000;
font-size: small;
text-align: justify;
border: 0;
}
|
|
|
|
|
|
|
#11 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,058 posts
Gave thanks: 48
Thanked 129 times
|
Justify alignment shouldn't be used unless you have columns of text. I keep meaning to change it on my site, but it's so rare that it shows up weird that I haven't bothered. But it's a readability issue with varied width spaces, not to mention the times where you have huge gaps.
|
|
|
|
|
|
#12 (permalink) |
|
Registered User
Super #1
Joined in Mar 2005
Lives in Washougal, WA
1,306 posts
Gave thanks: 23
Thanked 39 times
|
Probably good idea to leave as left, going to add p as follows...
Code:
p, b, i, u, s, blockquote {
background-color: #cccccc;
color: #000000;
font-size: small;
text-align: left;
border: 0;
}
|
|
|
|
|
|
#13 (permalink) |
|
Registered User
Super #1
Joined in Mar 2005
Lives in Washougal, WA
1,306 posts
Gave thanks: 23
Thanked 39 times
|
I'll probably change how the styles are done as time goes.
Header will eventually have an image of some sort, but have other things to work on first. |
|
|
|
|
|
#14 (permalink) |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,826 posts
Gave thanks: 26
Thanked 35 times
|
It reminds me of Pleasantville...
|
|
|
|
|
|
#15 (permalink) | |
|
Registered User
Super #1
Joined in Mar 2005
Lives in Washougal, WA
1,306 posts
Gave thanks: 23
Thanked 39 times
|
Quote:
![]() |
|
|
|
|