need some advice about work/posting...
Anduril
Posts: 56
i have some images / pics of my artwork that i would like to post, but i dont know how to attach the pics like i've seen in so many of the other threads.
i dont have a web page or anthing like that, and dont even know where to begin really. i am guessing that may be the easier thing to do.
would someone give me some pointers/help? is it easier to just put a pic than a link & how would one do that?? Thanks!!
and i'm also a little 'scared' to post my stuff - i was always afraid of showings too - how do you guys feel about having your work on a board or in public eye, or is what i feel normal??
i dont have a web page or anthing like that, and dont even know where to begin really. i am guessing that may be the easier thing to do.
would someone give me some pointers/help? is it easier to just put a pic than a link & how would one do that?? Thanks!!
and i'm also a little 'scared' to post my stuff - i was always afraid of showings too - how do you guys feel about having your work on a board or in public eye, or is what i feel normal??
I am the end of all your dreams...
Post edited by Unknown User on
0
Comments
What you need to do is upload your pics at this site http://www.photobucket.com and post the link to it here.
you can post the link or put the image url like this
this way will actually show the pic.
and sharing your work is always a good thing. what good are your talents if knowing else gets to see them?
I have that too...My poems..when I type them to post them on the forum I suddenly have the feeling like someone else wrote something like it and posted it before already..but who cares,:p I don't know these people..Who are really great by the way:)
۞Liefde is niet dat waarop het uitloopt, maar dat waarmee het begint,
۞Er is liefde en je begint een relatie om te zien of zij daartegen bestand is.
Thank you
It took me awhile but I finally figured out I had to click Generate HTML at the bottom of the page in my album after checking the picture. It then gave me choices for ebay or message boards. I Copied and pasted the message board one to my pj message and it gave me the image instead of the link. Image tags with the url didn't work for me. I learned a lot, though
Thanks, you got me started
I don't know if that's good or bad. I spend all my time on the computer as it is
You can put up a website for $20 through yahoo. I have the ad in my yahoo email (free.) Google HTML tutorials on the web
He're's the basic HTML secret code. Copy and paste in a Notepad document
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
________________________________________________________________
That's the basic template. All web pages contain this. The head contains the title and possibly other elements. Images have the <IMG SRC=> tags. The image and the HTML document must be in the same directory (or folder.)Here's an example from my HTML class. It should get you started
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<TITLE>HALL RENTAL
</TITLE>
</HEAD>
<BODY><H2 ALIGN="CENTER">ABOUT OUR HALL</H2><HR><H4 ALIGN="LEFT"><IMG SRC="whechair.gif" BORDER="0" ALIGN="MIDDLE">We are wheelchair accessible.</H4>Please call for rates.<HR>
</BODY>
</HTML>
________________________________________________________________
Copy and paste and save as HTML (File -Save As and title.HTML instead of title.txt) You won't get the image because you don't have it
Once you learn the basics there are lots of lists of tags. I have several pages of tags. Send a private message if you want them
Michael paints for funding for Gorilla research
http://forums.pearljam.com/showthread.php?t=140845
but i think i put it in the wrong spot. oh well.