View Full Version : Help me PLEASE
MZinkphotography
Jan-14-2007, 05:18 PM
I have a few questions and was hoping someone can tell me what I've done wrong. How can I set my font for my paragraphs? (12 pt font) I also need to know how to center and right and left align. Can someone send me the html code for these.
Could someone please look at my site and consider it a challenge to show me how to improve my entire site so that it would look professional for my clients.
My site is mzinkphotography.smugmug.com (http://mzinkphotography.smugmug.com)
Thank You
Mike Zink
devbobo
Jan-14-2007, 05:27 PM
I have a few questions and was hoping someone can tell me what I've done wrong. How can I set my font for my paragraphs? (12 pt font) I also need to know how to center and right and left align. Can someone send me the html code for these.
My site is www.mzinkphotograhy.smugmug.com (http://www.mzinkphotograhy.smugmug.com)
Thank You
Mike Zink
Mike,
It really depends on what elements you are referring, but for something generic...
div {
font-size: 12pt;
}
div {
text-align: center;
}
div {
text-align: left;
}
div {
text-align: right;
}
If you want more specific examples, you will need to refer to specific smugmug urls or classes/ids.
Cheers,
David
Oxenhampics
Jan-14-2007, 05:28 PM
Put the text between the <></>
For font size:
<font size=XXXX></font>
Replace the red XXXX with a number
1=Tiny
2=Normal
3=A bit bigger
4=Big
5=Bigger
6=HUGE
and so on untill 12
For alignment:
<div align=XXXX></div>
Replace the XXXX with one of the following:
right
left
center
justify
Andy
Jan-14-2007, 05:45 PM
Oxen's way will work but it's not the best way :D
Tell us MORE much more and be very specific about what you want, and our crew here will show you the CSS way to do this, very simple, very elegant!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.