CSS/HTML wizards, please read
Why is the header image at www.dailyheights.com repeating? How can I get it to stop?
Here's the code:
#header {
font-size: 23px;
font-weight: bold;
text-transform: capitalize;
letter-spacing: 0.2em;
margin: 0 3px 0 3px;
max-height: 120px;
padding-left: 200px;
padding-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
background-image: url("img/dh-cropped.jpg");
}
Also, how do I change the header text color from that garish bluish thing?
Here's the code:
#header {
font-size: 23px;
font-weight: bold;
text-transform: capitalize;
letter-spacing: 0.2em;
margin: 0 3px 0 3px;
max-height: 120px;
padding-left: 200px;
padding-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
background-image: url("img/dh-cropped.jpg");
}
Also, how do I change the header text color from that garish bluish thing?
Comments
-
OK, I kinda figured it out.
I ran into someone on the street yesterday who said they hated the new design. So here's the new new design: http://www.dailyheights.com -
dailyheights wrote: OK, I kinda figured it out.
Just curious: why no obvious link to the message boards?
I ran into someone on the street yesterday who said they hated the new design. So here's the new new design: http://www.dailyheights.com -
Good question - how should we do it? Put tabs at the top of the page?
-
BrookFetish wrote: [quote=dailyheights]OK, I kinda figured it out.
Just curious: why no obvious link to the message boards?
I ran into someone on the street yesterday who said they hated the new design. So here's the new new design: http://www.dailyheights.com
Yeah. When I realized that, I took the link to the blog off my bookmark bar and switched it with a link to the boards. I'll switch back once there's an easy link to the boards again. -
Subject: Re: CSS/HTML wizards, please read
dailyheights wrote: Why is the header image at www.dailyheights.com repeating? How can I get it to stop?
Here's the code:
#header {
font-size: 23px;
font-weight: bold;
text-transform: capitalize;
letter-spacing: 0.2em;
margin: 0 3px 0 3px;
max-height: 120px;
padding-left: 200px;
padding-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
background-image: url("img/dh-cropped.jpg");
}
Also, how do I change the header text color from that garish bluish thing?
#header {
font-size: 23px;
font-weight: bold;
text-transform: capitalize;
letter-spacing: 0.2em;
margin: 0 3px 0 3px;
max-height: 120px;
padding-left: 200px;
padding-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
background-image: url("img/dh-cropped.jpg");
background-repeat: no-repeat;
}
EDIT: and you gotta add
Color: #------;
to what ever hex color u want. its blue because your CSS says
EDIT 2:
a {
color: #0000FF;
}
a:visited {
color: #444;
text-decoration: underline;
}
a:hover {
color: #0000f1;
}
You did it already!
Howdy, Stranger!
Categories
- 40K All Categories
- 27.1K Neighborhoods
- 5.1K Crown Heights/Prospect Lefferts Gardens
- 7.1K Prospect Heights
- 2.3K Fort Greene, Clinton Hill, Bed-Stuy
- 8K Park Slope
- 549 Williamsburg, Greenpoint, Bushwick
- 442 Flatbush/Midwood/Ditmas Park
- 657 BoCoCa (Boerum Hill, Cobble Hill, Carroll Gardens)
- 151 Red Hook
- 104 Gowanus
- 304 Bay Ridge/Bensonhurst
- 130 Coney Island, Brighton Beach, Sheepshead Bay
- 270 Brooklyn Heights, DUMBO and Downtown
- 598 Windsor Terrace / Kensington
- 673 Greenwood Heights and Sunset Park
- 749 Brooklyn and Beyond
- 6.3K Stuff
- 86 Brooklyn Back When
- 1.2K Brooklyn Pets
- 257 Brooklyn Kids
- 241 Brooklyn Eats
- 51 Brooklyn Booze
- 3.6K The Lounge / Random Stuff
- 611 Brooklyn Politics
- 122 Brooklyn Sports and Fitness
- 111 Brooklyn Photos
- 339 Site Issues
- 8 Frequently Asked Questions (FAQ)
- 6.2K Listings
- 1.1K APARTMENTS and REAL ESTATE
- 1.3K Sales Openings Events
- 2.3K The Classifieds



