alright...

liunx

Guest
This is SOOO stupid. I've been designing websites for almost 4 years BUT for some reason this isn't working for me. I have a list of images that ALL I want to do is put them aligned to the RIGHT. Within <p>, it should be <p align=right>... right? That does nothing. <center> works alone, but is there a <right> that I can use?<br />
<br />
God, this sounds like such a noobie question... But occaisionally I get these little problems that I can't fix. It's annoying.<br />
<br />
<br />
Here's a link to one of the sites I designed (not the one I'm having a problem with...). What do you think?<br />
<br />
<!-- m --><a class="postlink" href="http://www.young-music.com/">http://www.young-music.com/</a><!-- m --><!--content-->Try:<br />
<br />
<p style="text-align:right">....</p><!--content-->Yup that worked. Thanks,<!--content-->Though, note, if you want all paragraphs to have their text aligned to the right, you'll have to include the following CSS rule in your stylesheet.p { text-align: right; }<!--content-->
 
Back
Top