Technologically Challenged
Wednesday, 18. February 2009, 21:08:47
Alright, people. All my friends have these cool layouts/designs for their blogs, and I want one, too! But there's one problem--I have no idea how to do it. So, if any of you geniuses would like to share your secrets, send me an email, or leave a comment. I'm sick of black, and I don't like boring.
I promise to start blogging again as soon as my page looks like somewhere I'd actually like to visit
Thanks!
I promise to start blogging again as soon as my page looks like somewhere I'd actually like to visit
Thanks!








Casey² # 18. February 2009, 21:16
pauliticalmind # 18. February 2009, 21:22
Casey² # 18. February 2009, 21:24
pauliticalmind # 18. February 2009, 21:31
Casey² # 18. February 2009, 21:31
/*Banner*/
#top2 {
height:300px;
background:url(http: );
top left no-repeat;
}
To hide the blog title:
#top2 h1 {display:none;}
#subtitle {display:none;}
Your background: You're going to want a seamless background tile or solid color, so that it tiles correctly. There are a lot of sites online that you find different backgrounds, or you can make them with GIMP (free) or Photoshop. This: background:#000000 controls the background color when it's loading. 000000 is black in hex. Just make sure you use a hex code though. http://www.colourpicker.com is a great site to find the hex code for a color.
body {
background:#000000 url(http:// )
}
Casey² # 18. February 2009, 21:33
pauliticalmind # 18. February 2009, 21:38
thank you, though...i'll try my best!
Casey² # 18. February 2009, 21:42
Angeliki # 18. February 2009, 22:36
if you like to be Greek i will give you my code too
darn it ,
I see at your picture and
it is scary of how much we look alike
pauliticalmind # 18. February 2009, 22:55
As for the pictures, we are a couple of MILFs, aren't we!
Ripp # 18. February 2009, 23:54
Casey² # 18. February 2009, 23:55
pauliticalmind # 18. February 2009, 23:58
Angeliki # 19. February 2009, 00:51
yes that we are!
but I don't do almonds and acne pops either
Angeliki # 19. February 2009, 01:12
Ripp # 19. February 2009, 02:04
pauli, you act like you had something to offer other times, just kidding, your sense of humor is quite special...
Is anyones expertise in almonds and acne?
Just thought i would stop here and say hello to your three...
best wishes. adios...
Casey² # 19. February 2009, 03:17
Lee Harvey # 23. February 2009, 03:26
http://my.opera.com/WhyOpera/blog/show.dml/66554
Header Redesign:
http://my.opera.com/WhyOpera/blog/show.dml/63665
Blog Redesign:
http://my.opera.com/WhyOpera/blog/show.dml/64277
Sidebar Redesign:
http://my.opera.com/WhyOpera/blog/show.dml/64989
More:
http://my.opera.com/WhyOpera/blog/show.dml/60384
http://my.opera.com/SerbianFighter/blog/
Need help with CSS, in general? Check-out...
W3 Schools CSS page:
http://www.w3schools.com/css/
Bradsoft's TopStyle Lite (bottom of page):
http://www.newsgator.com/individuals/topstyle/default.aspx
pauliticalmind # 23. February 2009, 13:47
Lee Harvey # 23. February 2009, 14:11
Which, unlike colourpicker.com, contains:
* "Web Safe Colors" -- those correctly rendered across browsers, and at different pixel depths (eg, 256 colors, 16-bit color, 24-bit color, 32-bit color)
* "Web Named Colors" -- Those that can be entered by name (eg, darkslategray), instead of hexadecimal red-gree-blue (RGB) format (eg, #2f4f4f).
Enjoy.
studio41 # 26. February 2009, 06:17
Casey² # 26. February 2009, 15:32
pauliticalmind # 26. February 2009, 15:38
Casey² # 26. February 2009, 15:41
studio41 # 27. February 2009, 05:29
Casey² # 27. February 2009, 15:18
studio41 # 28. February 2009, 03:10
Casey² # 28. February 2009, 04:23
Here's what your code for the banner should look like. Just change the url on this one to where your banner is located.
#top2 {
height:300px;
background:url(http://files.myopera.com/dragon_harrower/mods/CoffeeBannerFinal.jpg);
top left no-repeat;
}
Casey² # 28. February 2009, 04:45
studio41 # 28. February 2009, 06:55
I did get rid of the CSS code entirely, had a EUREKA moment then read your advice, thanks.
any idea about the banner though? why it is posting more than one length-- as well, I don't want two banners and the default is still overlaying.
?
Casey² # 28. February 2009, 16:58
Studio41,
It was tiling because the standard width for the blog banners is 920px. If the banner you're putting up isn't 920, it's going to tile. I see you got it to keep from tiling. Great job.
You're welcome for the help.
You're banner looks pretty good right now. What did you want to do with the banner? You can hide the blog title if you want, move it, or leave it where it is.
To hide the blog title:
#top2 h1 {display:none;}
#subtitle {display:none;}
To move the blog title:
div#top2 h1 {
padding-top:20px;
font-family:verdana;
text-align:center;
font-weight:normal;
font-size:25pt;
color:black;
}
div#top2 p#subtitle {
font-family:verdana;
text-align:center;
font-weight:normal;
font-size:15pt;
color:black;
}
You can change the text-align to right or left as well.
pauliticalmind # 28. February 2009, 20:10
Casey² # 28. February 2009, 22:00
studio41 # 1. March 2009, 07:04
until I got rid of the whole thing, wondering why. I have a million more questions, but I'll keep fussing with this for awhile
Casey² # 1. March 2009, 21:24
I could probably find a converter link. I make all my banners myself, so I'm not really sure how to convert stuff yet. I'll see what I can find though. I have some prefab stuff on my blog, and drlaunch has some prefab designs too. Bear in mind with my prefab stuff, I was still a bit new to the whole thing, so they aren't that great. I have tons of codes for here, so depending upon what you want, I'll see what I can find.
studio41 # 2. March 2009, 05:35
I'm looking for megacool crazy space stuff-- thanks for helping, I started very simple!
Hi Pauli.
pauliticalmind # 2. March 2009, 13:59
Casey² # 2. March 2009, 15:59
You're welcome.
studio41 # 4. March 2009, 07:11
pauliticalmind # 4. March 2009, 13:31
Casey² # 4. March 2009, 16:09
I have to keep entertained sometimes, so this is what I do.
Lee Harvey # 4. March 2009, 17:39
pauliticalmind # 4. March 2009, 19:42
Casey² # 4. March 2009, 19:47
pauliticalmind # 4. March 2009, 19:58
Casey² # 4. March 2009, 20:01
studio41 # 5. March 2009, 06:36