| Layout Workshop / Request thread - New announcements. |
|
Forum Index - Hobbies - Computers & Technology - Layout Workshop / Request thread - New announcements. |
|
|
|
|
| Posted on 2010-01-17 09:51:07 PM |
Link |
|
Originally posted by Tom ServoThere is not way to make that picture look smooth. Even if you remove all the white and grayish pixels, it will still look jagged.
circular select tool from center > go to the outline > select inverse > delete selection
Ta-da:
|
|
| Posted on 2010-01-17 09:52:32 PM |
Link |
|
|
THANK YOU!
|
|
| Posted on 2010-01-17 10:23:05 PM |
Link |
|
Originally posted by Megafonzie
circular select tool from center > go to the outline > select inverse > delete selection
Well I just got disproven to alpha centari. I'll have to remember that trick.
|
|
| Posted on 2010-01-18 04:27:29 AM |
Link |
|
I'm a little nervous to post here, but... May I please get a layout with the following background?

|
|
| Posted on 2010-01-18 06:50:53 AM |
Link |
|
Something like this sunwarrior25?
S
T
R
E
T
C
H
Linktest
----------
REPLACE THIS TEXT WITH YOUR SIG
Quote me for code. But since your new I'll just post the code. So you can copy it :3
This for header:
<div style="background: url(http://bin.smwcentral.net/10110/PixelBrixBG.gif) right repeat; color: ; padding: 20px; padding-right: 0px; color: 000"><div style="background: url() rgb(200,130,50); border: 2px black solid; padding: 3px; margin-right: 150px;">
This for footer:
*Signature*</div></div>
|
| Last edited on 2010-01-18 06:51:33 AM by Darky. |
|
| Posted on 2010-01-18 12:37:30 PM |
Link |
|
Yes! Thank you!
|
|
| Posted on 2010-01-18 08:30:35 PM |
Link |
|
Can I have

This? But, The post one is the post, the B. one is the userbars and
The P. one is the Sig. The backround is

This. But larger. Can you please do that?
|
|
| Posted on 2010-01-18 09:02:37 PM |
Link |
|
|
Ok, then... Just plain red.
|
|
| Posted on 2010-01-18 11:46:52 PM |
Link |
|
Header:
I think that I got your layout all good. I actually did use the background. It doesn't look very focused, but it does create a cool color effect.
S
T
R
E
T
H
Footer:
|
Box1
|
Userbars
|
|
| Last edited on 2010-01-18 11:48:46 PM by Nocturne. |
|
| Posted on 2010-01-19 12:09:42 AM |
Link |
|
I want a new Layout, I want one that looks like

I want This picture as a background.

And I want this picture on the right side, not repeating.

Sort of like the one I have now, except it has 3 boxes.
I tried myself, but was unsuccesful :/
|
|
| Posted on 2010-01-19 12:28:12 AM |
Link |
|
Header:
Originally posted by mockingodRequest
Something like this?
S
T
R
E
T
C
H
Footer:
|
Box1
|
Userbars
|
|
|
| Posted on 2010-01-19 09:57:23 AM |
Link |
|
Just a question, how do you get the glow effect or the shadow effect for text?
Request: Can somebody make a layout that looks like a Windows 7 window?
I'd also like this picture somewhere in it, preferably to the right (You can resize it if it's too big)
Click.
|
| Last edited on 2010-01-19 10:05:28 AM by Arceus. |
|
| Posted on 2010-01-19 10:01:43 AM |
Link |
|
Originally posted by ArceusJust a question, how do you get the glow effect or the shadow effect for text?
Do you mean the glow effect that some other forums have? There's probably some HTML tag for it as well as the shadow effect. I'm not exactly sure what they are, though.
|
|
| Posted on 2010-01-19 11:47:31 AM |
Link |
|
Originally posted by ArceusJust a question, how do you get the glow effect or the shadow effect for text?
Something what I use now??
It's just this:
<span style="text-shadow: 1px 5px 5px rgb(0, 0, 0);">
Put at start of lay-out header
</span>
Put at end of lay-out footer
The "rgb(0, 0, 0)" is for the color of the shadow
|
| Last edited on 2010-01-19 11:48:22 AM by Darky. |
|
| Posted on 2010-01-19 11:57:23 AM |
Link |
|
Originally posted by DarkyOriginally posted by ArceusJust a question, how do you get the glow effect or the shadow effect for text?
Something what I use now??
It's just this:
<span style="text-shadow: 1px 5px 5px rgb(0, 0, 0);">
Put at start of lay-out header
</span>
Put at end of lay-out footer
The "rgb(0, 0, 0)" is for the color of the shadow
Cool, thank you.
|
|
| Posted on 2010-01-19 09:22:51 PM |
Link |
|
Originally posted by Tom Servo*layout*
THANKS!
Also, how do you change your text color?
|
| Last edited on 2010-01-19 09:27:30 PM by mockingod. |
|
| Posted on 2010-01-19 10:12:13 PM |
Link |
|
Originally posted by mockingod
THANKS!
No problem
Originally posted by mockingodAlso, how do you change your text color?
I'll show you.
The last part of your post header should look something like this:
td style="background: url(http://alex.losego.com/images/blacktdbg.png); padding: 5px; border: 4px #000000 solid; height: 200px">
Simply put a "; color: *colorhere*" right after "height: 200px"
Example:
td style="background: url(http://alex.losego.com/images/blacktdbg.png); padding: 5px; border: 4px #000000 solid; height: 200px; color: #000000">
That would make your text black.
|
|
| Posted on 2010-01-19 10:13:53 PM |
Link |
|
Originally posted by Tom ServoOriginally posted by mockingod
THANKS!
No problem
Originally posted by mockingodAlso, how do you change your text color?
I'll show you.
The last part of your post header should look something like this:
td style="background: url(http://alex.losego.com/images/blacktdbg.png); padding: 5px; border: 4px #000000 solid; height: 200px">
Simply put a "; color: *colorhere*" right after "height: 200px"
Example:
td style="background: url(http://alex.losego.com/images/blacktdbg.png); padding: 5px; border: 4px #000000 solid; height: 200px; color: #000000">
That would make your text black.
Thanks!
|
| Last edited on 2010-01-19 10:19:17 PM by mockingod. |
|
| Posted on 2010-01-20 06:52:14 PM |
Link |
|
mockinggod: I can't read your layout without searing my eyes. You should either make the red transparent background more opaque, or change the font color to something that stands out more (though the first option would be better).
Also, (to everyone using the glow/shadow effect), I think all the shadow effect does is makes your font hard to read, since most of the layouts I've seen that uses the effect has hard to read layouts.
|
| Last edited on 2010-01-20 06:54:25 PM by Pester. |
|
| Posted on 2010-01-20 09:07:21 PM |
Link |
|
Originally posted by Pestermockinggod: I can't read your layout without searing my eyes. You should either make the red transparent background more opaque, or change the font color to something that stands out more (though the first option would be better).
Also, (to everyone using the glow/shadow effect), I think all the shadow effect does is makes your font hard to read, since most of the layouts I've seen that uses the effect has hard to read layouts.
It doesn't really sear my eyes, but I'll change it, also I will make the shadow a little darker.
|
|
|
|
|
|
|
Forum Index - Hobbies - Computers & Technology - Layout Workshop / Request thread - New announcements. |