Tagged Questions
3
votes
5answers
4k views
How to stretch html / css horizontal navigation items evenly and fully across a specified container
I'd like to stretch 6 nav items evenly across a 900px container, with an even amount of white space between. For instance...
---| 900px Container |---
---| HOME ABOUT BASIC SERVICES ...
3
votes
3answers
768 views
Justified plain text from HTML
I need a plain text representation of an arbitrary HTML file (e.g., a blog post). So far that's not a problem, there are dozens of HTML to txt converters. However, the text in paragraphs (read "p ...
3
votes
3answers
6k views
Justify Text in a HTML/XHTML TextArea
I am currently trying to justify text in a textarea, unfortunately the CSS:
text-align: justify;
Doesn't work on the text like center, left and right do. I've tried this in both Firefox 3 and IE 7 ...
2
votes
3answers
404 views
Justifying Horizontal <ul> Navigation
I have a horizontal navbar like the following:
<ul id = "Navigation">
<li><a href = "About.html">About</a></li>
<li><a href = ...
2
votes
3answers
186 views
Should't justify mean pixel perfect?
Until now I thought justify meant that the text will start and end at the same pixel, but i was surprised a few hours ago, when I saw this:
I got similar results in 2 computers (win7+chrome, ...
1
vote
3answers
3k views
How can i align text directly beneath an image?
i used to know how to put an image up on top and then justify the text below the image to stay within the borders of the width of the photo and now i have no idea how to do this, help please?
oh ...
0
votes
1answer
1k views
html email template and justified text
I've got an html email template (using table hell) with the resulting email looking fine in gmail and outlook 2003. In outlook 2007, the text is however not justified (instead it's left justified). Is ...
0
votes
1answer
279 views
Align text with right edge of an html form
I have an html form where the width of a textarea is specified with cols=. I want the textarea to have a specific width in terms of number of characters.
However, I also want some controls to be ...