Author Topic: Painting with the gods.  (Read 3983 times)

0 Members and 1 Guest are viewing this topic.

Offline WhiteShepherd

  • furtopia.org Sysop!
  • *
  • Male
  • Posts: 4842
    • http://www.whiteshepherd.furtopia.org
Painting with the gods.
« on: April 11, 2003, 09:28:06 pm »
This morning was so nice.  Took Crystal ( www.whiteshepherd.net ) my dog out side for a walk.  It's amazing how awesome the sky scape and nature can be.  I felt as I walked down the stone gravel road grass blowing to either side of us like  I was in a giant canvas painting surrounded by the richest colors found in a pallet of the gods.

It's at times like this that fill my soul with real life , real fire, a peace who reminds me of what I am.  It's something not there when I'm inside.  But I take some of it with me, internalize it as a part of me, until I can go walking and paint with the gods again.

This is my latest addition to my new Live Journal.  http://www.livejournal.com/users/whiteshepherd  I'm new to this but it's nice to have a place to express things. Who else here has LJs?
IRC quotes:

[05:01] <Kai_Misou> We cats sleep when we want and where we want.
[05:01] <WhiteShep> We dogs sleep WHEN we can. :/
<!--QuoteEnd--></td></tr></table><span =''><!--Quot

Offline DrakonianDanceR

  • Sr. Member
  • Dragonhearted!
  • ****
  • Male
  • Posts: 403
    • http://www.drakoniandancer.dragoncity.net/
Painting with the gods.
« Reply #1 on: April 12, 2003, 06:46:39 am »
I did use the main page of my site as a sort of journal of my thoughts and feelings.  Unfortunatly, I've not been able to add anything new to it for a while, due to FrontPage messing up whenever I try anything (I can't do HTML by myself).
DC2. etc...

| Site | Forums |

Offline Kada-Ru

  • Species: Golden Blue Pegasus
  • Member Since: 11-29-2002 Web Admin!
  • *
  • Female
  • Posts: 9701
    • Kaycy's Creations for Fun
Painting with the gods.
« Reply #2 on: April 12, 2003, 11:34:34 am »
Here is something very simple for you DrakonianDanceR and others that don't know HTML. It is the beginning of ANY html page.

<HTML>
<HEAD>
<TITLE>This is your title of your page that appears above the webbrowser screen in blue.</TITLE>
</HEAD>
<BODY>WITHIN this bracket is where you would put your:

background image/color *bgcolor="#the corresponding color number/letters goes here"* i.e.: bgcolor="#000000" (This is black always 6 digits)

your text color (for the whole page) *text color="#ffffff"* (this is white)

link (the color you want your link to have), alink (this is your active link), vlink (is your visited link).

Now, once you have the basic background and other pertinent information then between the <body></body> you put all your other info you want to show up on the page. Your text, graphics etc.

</BODY>These are the 'closing' of the page.
</HTML>

One of the ways I started learning how to do html, other than what my roomy showed me in the beginning, was to right click on a webpage and look at the html. For me, Viewing the source helped quite a bit.

There are others here at Furtopia that can also help you with webpaging help.

I hope this helps a little bit at least.

Offline DrakonianDanceR

  • Sr. Member
  • Dragonhearted!
  • ****
  • Male
  • Posts: 403
    • http://www.drakoniandancer.dragoncity.net/
Painting with the gods.
« Reply #3 on: April 12, 2003, 01:52:55 pm »
Thanks Kada.  Maybe I should have been more specific in my previous post.  I do know a little HTML (from looking at source code of sites, and of my own).  I didn't have any problem with the formatting, or anything like that - but I appreciate your help very much.  What's gone wrong with my site is that I was using tables - something I don't really know how to do in HTML, so I had to rely on FrontPage to do it for me.  That's where the problem was.  Anyway, it's given me the chance to design a new site now, free of tables.  Trouble is, I tried working with frames instead.  What a mistake that was.  I'm just going to have to keep trying with it until I get something (however basic) that will allow itself to be easily and regularaly updated.
DC2. etc...

| Site | Forums |

Offline Kada-Ru

  • Species: Golden Blue Pegasus
  • Member Since: 11-29-2002 Web Admin!
  • *
  • Female
  • Posts: 9701
    • Kaycy's Creations for Fun
Painting with the gods.
« Reply #4 on: April 13, 2003, 02:36:21 am »
I love tables!!!

Here is a very basic one and you can improve from there:

1. <table cellPadding=5 width="100%" border=1>
2. <tr vAlign=top><td align=middle width="10%">This is where your text/jpg would be.</td>
3. <td width="90%">Description for said pic.</td></tr></tabel>

Ok, you will need the first line for any table. This sets the boundaries. Cellpadding is the thickness of the table border. You can change the table border to zero if you don't want to see any borders. Or 1 to see it or more to have it thicker. Just play around with the numbers. width="100%" can be changed to what ever width you wish your table to appear on your webpage.

<tr> This is the beginning of your first row and is always closed at the end of the row(s) with </tr>. (You don't close the row till you have all the rows you want in that particular table.) In between the tr's is your <td>. Which is your cell within your table and where your info goes and creates your columns. <td>whatever</td>

I used valign in my text parts of my tables to keep the vertical alignment at the top. You can play around with this as well. The default is always centered and left.

Basically ALL my webpages have tables. I love using tables.

Here is a basic table for 3 columns and 3 rows. You can add or subtract the <td></td> as you please:

<table cellPadding=5 width="100%" border=1>
<tr>row 1<td>column 1</td>
<td>column 2</td>
<td>column 3</td></tr>

<tr>row 2<td></td>
<td></td>
<td></td></tr>

<tr>row 3<td></td>
<td></td>
<td></td></tr></table>

Oh, before I forget, the table goes between these <body></body>

I have learned to manipulate tables however I want them to appear even different ones on the same page. I did this a lot with some webpages I created of photos of clouds we had taken since last August.

I hope this helps with the basic table. This is the one I ALWAYS use. I like these MUCH better than frames.

Offline Chaz_wolf

  • Hero Member
  • Ex Staff Member
  • *****
  • Male
  • Posts: 1077
    • http://www.chazwolf.tk
Painting with the gods.
« Reply #5 on: April 18, 2003, 12:40:03 pm »
Kada-Ru,
I too like useing tables and use them for most things.. They are alot easier to get good results with than frames.

My only comment is that maybe the wtiting techniques area was not really the place for this.

Chaz
When you are laying in the gutter, you can see the stars.

Email or message me to chat.
See my site = http://chaz-wolf.sytes.net

Painting with the gods.
« Reply #6 on: June 15, 2003, 11:05:19 am »
*Purrrs at all the HTML-ness but averts to the fluffy white Wolf.*

Hmm, becomming aware of ones surroundings is truely enlightening. I was so inspired by such a feeling that one day I simply started walking and didnt stop. I found myself being helped by so many as I was hitchhiking and just talking to people. Every word of advice they gave me and act of kindness they showed seemed like everything in the world was right for once. Yes I had seen the bad too, even on my travels. Some of the bad I myself had to embrace to survive from time to time.

The road was long and harsh, though, all of it was something I knew would make me grow. And so it did.

There is much to be had in the world, not much time to do it. Embrace your heart, your feelings, and the magic that throws itself at your from the awe of nature and treasure it...fleeting enlightment is just that...temporary. Unless ofcourse you make it a part of your life. That is how things exsist forever after all...