View Full Version : Doing Things the Easier Way: FAKE BLOG


ham_let
06-25-2004, 06:55 PM
ok, in the future, i might make more tutorials on how to do things the easier/cheaper way... if you liked the tutorial PM me.

i've grown up to do everything the cheapest/simplest way. my blog was made easily by looking at this cool <p> tag my friend made... i tohught it might look cool as a blog. if you want to see a sample, it's the blog on my site. it's way more customizeable, although it has way less features AHAHA (like comments =P) still, i like it and it only took around 5 minutes to fix on my page =)

if you want a fake blog:
CSS NEEDED:

<style type="text/css">
.blog { font-family: tahoma; width:100%; font-size: 8pt; color: #XXXXXX; background-color: #XXXXXX; border: #000000; border-style: solid; font-weight: bold; border-width: [/b]0[/b]px; text-align: left; align:left}
</style>

To start and entry:

<p class="blog">&nbsp; DATE HERE</p>
BLOG ENTRY GOES HERE

if you don' quite understan the tutorial, i can provide help. i'm no good at explaining things.

NOTES:
personally i tihnk the blog titles look better w/o borders, the 100% for blog title width works well for iframes (maybe divs?) but for just a plain page you might need to change percentage to px...