Skip to comments.
Need help to create a chart for posting on FR
Aug 14, 2007
Posted on 08/14/2007 10:26:49 AM PDT by processing please hold
I've been to the HTML bootcamp link on FR but I can't find the how to for creating charts. When I try to post an article that a has a chart, the outside frame work for the actual chart will not highlight to be copied. A two column chart for example. A point in the right direction sure would be appreciated.
TOPICS: Your Opinion/Questions
KEYWORDS: chat; faq; html; notnews
Navigation: use the links below to view more comments.
first 1-50, 51-60 next last
To: processing please hold
You are headed into un-charted waters............
2
posted on
08/14/2007 10:30:48 AM PDT
by
Red Badger
(All I know about Minnesota, I learned from Garrison Keilor..................)
To: Red Badger
3
posted on
08/14/2007 10:31:07 AM PDT
by
rabscuttle385
(Sic Semper Tyrannis * U.Va. Engineering '09 * Friends Don't Let Friends Vote Democrat * Fred in 2008)
To: processing please hold
The following isn't a "chart" format but it will keep your text in columns: (preformatted)
<PRE>
YOUR
TEXT
HERE
</PRE>
4
posted on
08/14/2007 10:31:26 AM PDT
by
avacado
To: processing please hold
I think you want to learn about creating a < table >.
5
posted on
08/14/2007 10:31:29 AM PDT
by
faq
To: processing please hold
Are you trying to post an Excel chart or something?
Make a screenshot of your chart, save it as a jpeg, upload it to http://www.tinylink.com/, then use the URL from tinylink in the tag < img src="URL.jpg">
6
posted on
08/14/2007 10:32:16 AM PDT
by
E. Pluribus Unum
(Islam is a religion of peace, and Muslims reserve the right to kill anyone who says otherwise.)
To: Red Badger
How the heck did you know it was for a un article. Are you psychic? If so, could I please have the new lotto numbers? I’ll share if I win. LOL
7
posted on
08/14/2007 10:33:28 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: processing please hold
The best way is to export your chart as an image (jpg or gif) and host that image on a free service like a blogger account. Then paste that in as an image.
You also can use a service like RichChart to create the object and screen capture it or use the power point export to create an image.
Rich Chart Live
8
posted on
08/14/2007 10:34:13 AM PDT
by
mnehrling
(Ron Paul is as much of a Constitutionalist as Fred Phelps is a Christian)
To: processing please hold
To: processing please hold
To: E. Pluribus Unum
It’s a chart on property in the US on the UNESCO list. Property they’ve acquired. It’s broken down two columns one side the state-—the other the property.
11
posted on
08/14/2007 10:36:44 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: processing please hold
2-12-16-24-27-34.........................
12
posted on
08/14/2007 10:36:47 AM PDT
by
Red Badger
(All I know about Minnesota, I learned from Garrison Keilor..................)
To: processing please hold
Save it as a pic (jpg) the host it on a site like photobucket, or any of the other host sites. Then post it as an img.
To: processing please hold
Micro$oft office product all have HTML in the “Save as” menu. Create/format using MS Word, save as HTML, and then open with a plain text editor, cut and past into FR.
14
posted on
08/14/2007 10:37:52 AM PDT
by
The_Victor
(If all I want is a warm feeling, I should just wet my pants.)
To: Red Badger
Noted. Keep an eye on those numbers.. lol
15
posted on
08/14/2007 10:37:59 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: avacado
Thank you. If I can’t figure out the table chart that might be my option.
16
posted on
08/14/2007 10:38:46 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: faq
Thank you. That’s what I’m thinking, table.
17
posted on
08/14/2007 10:39:34 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: E. Pluribus Unum
I took a screen shot of the page and then just sat there looking at it, not knowing what to do next. Thanks for the info.
18
posted on
08/14/2007 10:40:54 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: processing please hold
Make a jpeg of it.
When you press the "Print Screen" key on your keyboard, an image of what is on your monitor screen is captured to the clipboard.
Open a graphics program (pbrush.exe comes with windows) and paste the image into the document by pressing Ctrl-v. Crop the image to contain only the stuff you want, save it as a jpeg file, then continue like I said in my previous post.
19
posted on
08/14/2007 10:40:59 AM PDT
by
E. Pluribus Unum
(Islam is a religion of peace, and Muslims reserve the right to kill anyone who says otherwise.)
To: processing please hold
What you're asking about is called a "table" in HTML. You can find out everything you need to know about HTML tables
here.
For a very quick rundown (Comments in parentheses):
<table border=1 cellspacing=0>
<tr> (Sets up a row in the table)
<td>Row 1 Column 1</td> (Individual cells in this row)
<td>Row 1 Column 2</td>
</tr>
<tr> (Second row)
<td>Row 2 Column 1</td> (Cells in this row)
<td>Row 3 Column 2</td>
</tr>
</table>
This results in the following table:
| Row 1 Column 1 |
Row 1 Column 2 |
| Row 2 Column 1 |
Row 3 Column 2 |
The number of columns for the whole table will automatically expand to fit the largest number of <TD> items in a row. If you want a blank cell in your table, create a <TD> item with " " for its contents.
20
posted on
08/14/2007 10:41:22 AM PDT
by
TChris
(The Republican Party is merely the Democrat Party's "away" jersey - Vox Day)
To: The_Victor
My FreeRepublic RSS feed is messed up :(. It insists that this thread is very important.
22
posted on
08/14/2007 10:42:14 AM PDT
by
Domandred
(Eagles soar, but unfortunately weasels never get sucked into jet engines)
To: mnehrling
Thanks for the link. Is it a free service?
23
posted on
08/14/2007 10:42:38 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: processing please hold
Open the page containing the article. Then (in the upper left corner of IE) click "View" then "Source".
This will give you the HTML source code for the page you're viewing. Simply locate the chart you want, then cut and paste.
It takes some practice, but it works great.
To: processing please hold
This is the best I can do with a table.
25
posted on
08/14/2007 10:43:01 AM PDT
by
A CA Guy
(God Bless America, God bless and keep safe our fighting men and women.)
To: processing please hold
Oops... Sorry about the “row 3” thing. *d’oh!*
26
posted on
08/14/2007 10:43:33 AM PDT
by
TChris
(The Republican Party is merely the Democrat Party's "away" jersey - Vox Day)
To: 14themunny
Thank you. I went there first and couldn’t find what I needed.
27
posted on
08/14/2007 10:44:40 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: Jersey Republican Biker Chick
Thank you. That’s easy enough even for me.
28
posted on
08/14/2007 10:45:42 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: Jersey Republican Biker Chick
ORLY? Well, my Office 2003 versions of Word and Excel have that option. It's in the "Save as" menu under the pull down "Save as file type" menu which is defaulted to *.doc. Fourth option in the pull down list is " Web Page *.html."
I promise it's there on my computer.
29
posted on
08/14/2007 10:47:53 AM PDT
by
The_Victor
(If all I want is a warm feeling, I should just wet my pants.)
To: processing please hold
1. get firefox: http://www.mozilla.com/en-US/firefox/
2. get Xinha Here! extension: http://www.hypercubed.com/projects/firefox/
3. go to your source, select what you want, right click, “view selection source”
4. copy what you want
5. go to Fr post screen, right click in response text box, and “Open Xinha Here”
6. paste into the Xinha text editor
7. format as desired
8. post
Works like a charm, I originally found the Xinha extension on a similar FR thread about a year ago, have been using Xinha everywhere since then.
To: A CA Guy
I think we should “table” this discussion.
31
posted on
08/14/2007 10:49:21 AM PDT
by
AmericanMade1776
( my opinions do not represent the opinions of the management at Free Republic, they are mine alone.)
To: processing please hold
BTW, Xinha has a WYSIWYG chart and table formatter that is really easy to use, that’s why i suggest it.
To: martin_fierro
Is that a cow fart flow chart?
33
posted on
08/14/2007 10:50:49 AM PDT
by
ovrtaxt
(Sworn to oppose control freaks, foreign and domestic.)
To: processing please hold
Does this help?
34
posted on
08/14/2007 10:51:09 AM PDT
by
AmericanMade1776
( my opinions do not represent the opinions of the management at Free Republic, they are mine alone.)
To: processing please hold
To: processing please hold
36
posted on
08/14/2007 10:51:12 AM PDT
by
mnehrling
(Ron Paul is as much of a Constitutionalist as Fred Phelps is a Christian)
To: AmericanMade1776
I’ll second the commotion!
37
posted on
08/14/2007 10:51:54 AM PDT
by
A CA Guy
(God Bless America, God bless and keep safe our fighting men and women.)
To: TChris
That’s close enough to the one I wanted to post. Now I have more than one way to post a chart. Thank you.
38
posted on
08/14/2007 10:55:04 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: processing please hold
Simple two cell table code:
<table cellspacing=3 cellpadding=3 border=1>
<tr>
<td>1st cell</td>
<td>2nd cell</td></tr></table>
Copy and paste that. Replace '1st cell', '2nd cell' with the contents of your data. Should look like this:
Four cells?
<table cellspacing=3 cellpadding=3 border=1>
<tr>
<td>1st cell</td>
<td>2nd cell</td></tr>
<tr>
<td>3rd cell</td>
<td>4th cell</td></tr></table>
| 1st cell |
2nd cell |
| 3rd cell |
4th cell |
You can adjust the cellspacing, cellpadding and border to suit your wishes. Hope this helps. :)
39
posted on
08/14/2007 10:55:34 AM PDT
by
jellybean
(HELP! I've lost my tagline! If found please call 1-800-TAGLINE)
To: processing please hold
40
posted on
08/14/2007 10:56:03 AM PDT
by
OSHA
(Liberals will lick the boot on their necks if they think the other boot is on yours and mine.)
To: The_Victor
I don’t have office but I now have more than one way to post a chart. Thank you.
41
posted on
08/14/2007 10:56:59 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: processing please hold
I can't find the how to for creating chartsDon't do it!
I was charting a parallel universe, and now I can't get back!
42
posted on
08/14/2007 10:57:22 AM PDT
by
holymoly
("Of" is not a synonym for "have".)
To: OSHA
That is soooooo cool. But, I know my limitations. That, I ‘can’t hide.’ LOL
43
posted on
08/14/2007 11:00:03 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: The_Victor
I believe you....
It could be on mine and i would never know...I am so not a techie.
To: holymoly
I was charting a parallel universe, and now I can't get back!Please, please calm down. With my new chart-I'll find you and bring you back!
45
posted on
08/14/2007 11:02:08 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
Comment #46 Removed by Moderator
To: JerseyHighlander
Thank you. I have Firefox, but I don't didn't have that extension.
47
posted on
08/14/2007 11:05:47 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: JerseyHighlander
48
posted on
08/14/2007 11:06:33 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: A CA Guy
And it’s a good looking table at that. :)
49
posted on
08/14/2007 11:07:57 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
To: AmericanMade1776
Does this help?Yes, yes it does. It helps my confusion immensely.
50
posted on
08/14/2007 11:09:40 AM PDT
by
processing please hold
(Duncan Hunter '08) (ROP and Open Borders-a terrorist marriage and hell's coming with them)
Navigation: use the links below to view more comments.
first 1-50, 51-60 next last
Disclaimer:
Opinions posted on Free Republic are those of the individual
posters and do not necessarily represent the opinion of Free Republic or its
management. All materials posted herein are protected by copyright law and the
exemption for fair use of copyrighted works.
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson