Sat, 2008-05-03 22:59
To start, I'm very new to CSS, and this is my first site using exclusively CSS to format. It looks great in Firefox, but I can't get the "testing" link to stay aligned in a straight line. What have I done wrong?
The problem:
The code:
CHECKING
home
skate
portraits
testing
Sun, 2008-05-04 06:13
#1
Put a <br> or two after the
Put a <br> or two after the testing link, and it'll align like the others. Why didn't you (properly) use a list, right justifying the text in the list items?
cheers,
gary
Sun, 2008-05-04 08:52
#2
That did the trick, thank
That did the trick, thank you very much! I actually did end up going back and changing it to a list, I don't know why I didn't do that in the first place.
Mon, 2008-05-05 14:01
#3
Yeah...use a list so that
Yeah...use a list so that you can remove the break tags.