View previous topic :: View next topic |
Author |
Message |
juliagizzle
Joined: 06 May 2004 Posts: 7
|
Posted: Sun May 09, 2004 2:50 am Post subject: font template questions |
|
|
im still trying to clear up this b2 fog
im wondering what is the best way to edit my fonts in my template.
can i add css directly to the temp?
i don't feel like making a stylesheet.
would it be ok to add just font tags?
and for the date <?php the_date("d.m.y","<h1>","</h1>"); ?>
what does the <h1> and <h2> what are they for? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 294 Location: Oslo, Norway
|
Posted: Mon May 10, 2004 11:45 am Post subject: |
|
|
<h1> and <h2> are html headings and they create an "automatic" <br> after ended tags.
You can use internal stylesheet without problems:)
"Adding fonts tags"? What do you mean? If you mean using the <font> tag, I'd rather go for <div> or even <p class="">. _________________ Sigg3 dot net - because you're worth it! |
|
Back to top |
|
 |
|