-1
votes
1answer
66 views

How should I layout a page made of only a small amount of text?

I'm making a website that only has text, and a small amount. What would be a good layout for it? Should I put the text in the top left? Center screen? Somewhere else? The site is a download ...
2
votes
2answers
64 views

How to accomodate different text lengths in translated web content?

I was recently working on a website design and I naturally based my work on the content supplied by my customer. I knew from the beginning that the site will be accessible in different languages but ...
4
votes
3answers
401 views

How to design sites with dark colours (red and black palette)

The graphic designer for my club created a red and black logo (major color is black highlighted with red). Everyone thinks it looks great, and I agree. The issue lies with designing the site. We've ...
1
vote
1answer
589 views

Getting text to behave in photoshop like it does in html/css

Im setting out a template in PS 1280x700 px 300dpi (i know web is 72 but i like more clarity when working in PS). My main problem is the way the text renders im using helvetica neue light 15px and ...
1
vote
1answer
307 views

How can i make the alphabet beautiful? (web) [closed]

I'm working on a directory type of page where I will have your typical "A B C D E ..." alphabet posted on top so people can jump down to listings starting with their letter of choice. The alphabet ...
4
votes
1answer
169 views

How to choose embossing color?

I'm using css to emboss text with this: text-shadow: black 1px 1px 5px; My site uses different font colors and background colors. I was wondering how I can choose the "best" embossing color based ...