Welcome to Geeklog, Anonymous Friday, November 08 2024 @ 08:25 pm EST
Geeklog Forums
Images in html story
Page navigation
Jeff
Anonymous
Is there a way when I write a story to have html picture links within the text. So if I am copying and pasting a article from a content provider with a link to a picture on their site or filed with them that I it will make the link work, and I wont have to write the picture down in the image spaces below a story.
Thanks
Thanks
20
21
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Jeff
Anonymous
ya i tried that but it wont work, I have a story that is several paragraphs long and in the middle is a img tag like:
<table cellspacing="1" cellpadding="1" border="1" width="155"> <tr align="center"><td>Streaming Video Preview of</b><br><a href="http://www.eaglevisionusa.com/video/Mole.rm"></a><BR><b>"Celebrity Mole Hawaii"</td></tr></table>
it still wont let this through.
<table cellspacing="1" cellpadding="1" border="1" width="155"> <tr align="center"><td>Streaming Video Preview of</b><br><a href="http://www.eaglevisionusa.com/video/Mole.rm"></a><BR><b>"Celebrity Mole Hawaii"</td></tr></table>
it still wont let this through.
23
21
Quote
Status: offline
racooper
Forum User
Junior
Registered: 03/13/04
Posts: 24
Maybe it's just your cut-and-paste into the forum, but I don't see a single tag in your code sample...I think what you're looking for, however is this, added in your geeklog/config.php file:
//add to $_CONF['user_html'] or $_CONF['admin_html']:
'img' => array('src' => 1, 'alt' => 1, 'align' => 1,
'border' => 1, 'width' => 1, 'height' => 1),
now, if you're trying to use the href link to an .rm file, you're not going to get an image, no matter how hard you try. an img needs to be (for practical purposes) a .gif, .jpg or .png file.
Text Formatted Code
//add to $_CONF['user_html'] or $_CONF['admin_html']:
'img' => array('src' => 1, 'alt' => 1, 'align' => 1,
'border' => 1, 'width' => 1, 'height' => 1),
now, if you're trying to use the href link to an .rm file, you're not going to get an image, no matter how hard you try. an img needs to be (for practical purposes) a .gif, .jpg or .png file.
25
17
Quote
Jeff
Anonymous
That didnt come through at all can you try it again. I cant get anything to work using an img allow and a a href allow or anything. How could I allow a .rm file or anything like that a .swf for instance?
23
19
Quote
Jeff
Anonymous
Here is another type of image link i am trying to use.
<P align="left"><table border="1" cellspacing="0" cellpadding="0"><tr align="center"><td>MusicDish Network Sponsor<BR><a href="http://www.xxxxxxxxxyyyyzzz.com"></a></td></tr></table>
<P align="left"><table border="1" cellspacing="0" cellpadding="0"><tr align="center"><td>MusicDish Network Sponsor<BR><a href="http://www.xxxxxxxxxyyyyzzz.com"></a></td></tr></table>
21
23
Quote
Jeff
Anonymous
Here is a link to a page on my site here
you can see if you look through some of the articles. i dont need html help i just am trying to get full access for posting under the admin. i need to have files that are embedded into html formated stories posted that draw images from other sites and have followed all the FAQ's with no avail. So any help would be awesome.
you can see if you look through some of the articles. i dont need html help i just am trying to get full access for posting under the admin. i need to have files that are embedded into html formated stories posted that draw images from other sites and have followed all the FAQ's with no avail. So any help would be awesome.
21
17
Quote
Status: offline
casper
Forum User
Full Member
Registered: 02/11/04
Posts: 142
Location:Skien, Norway
If you are trying to put a image in ie a story, you ned to use the img-tag.
Ie link in the geeklog-logo, do this:
And to put a link to that img, do this:
EDIT: Assuming you have put those tags in your config.php as suggested prior in this tread.
Ie link in the geeklog-logo, do this:
Text Formatted Code
<img src="http://www.geeklog.net/layout/XSilver/images/logo.gif" width="183" height="70" border="0">And to put a link to that img, do this:
Text Formatted Code
<a href="http://www.geeklog.net"><img src="http://www.geeklog.net/layout/XSilver/images/logo.gif" width="183" height="70" border="0"></a>EDIT: Assuming you have put those tags in your config.php as suggested prior in this tread.
25
23
Quote
Status: offline
casper
Forum User
Full Member
Registered: 02/11/04
Posts: 142
Location:Skien, Norway
Been looking on your site, here on your link to us page.
Also there you need to include the img-tag so your user can link to your site with those banners you have.
Also there you need to include the img-tag so your user can link to your site with those banners you have.
21
24
Quote
Status: offline
samstone
Forum User
Full Member
Registered: 09/29/02
Posts: 820
Jeff
Anonymous
No,
i do have permission i syndicate news from a guy and he said he would cut off my content if the images werent displayed but he also knew it was a scripting issue and is giving me a little room
Thanks guy Ill try that link
i was really in a bind
i do have permission i syndicate news from a guy and he said he would cut off my content if the images werent displayed but he also knew it was a scripting issue and is giving me a little room
Thanks guy Ill try that link
i was really in a bind
19
25
Quote
Jeff
Anonymous
No dice on that although very cool.
Here is what i need.
1. I get emails formatted in html to post on my site from providers. In those html stories are image links like this:
<p align="center"><b>Robbie Cooper - The Way Rock Should Be</b>
<br>By Ben Ohmart, <a href="http://www.xxxxyyyy.com" target="_blank"><IMG SRC="http://www.musicdish.com/z_md/md_w125.gif" WIDTH="125" HEIGHT="20" BORDER="0"></a>
<p align="center"><a href="http://www.cccccc.com/cd/robbiec/from/musicdish" target="_blank"><img src="http://cccc.com/mcccc.network/default.php?img_cl=bandfront.jpg" width="300" height="199" hspace="2" vspace="2" border="0"></a>
What I need is these image links to show up and they are not there are just boxes shown where the actual images should be.
Is there a way or a setting that i need to turn on or off to allow these to be shown.
I added the img tad to the config.php file and it wouldnt allow the images to be shown.
I also tried everything else that people and FAQ's have suggested also I have over 70 stories with these tags in the stories that just need to be activated for lack of better words.
If anyone has any idea that would be great
Thanks
Here is what i need.
1. I get emails formatted in html to post on my site from providers. In those html stories are image links like this:
<p align="center"><b>Robbie Cooper - The Way Rock Should Be</b>
<br>By Ben Ohmart, <a href="http://www.xxxxyyyy.com" target="_blank"><IMG SRC="http://www.musicdish.com/z_md/md_w125.gif" WIDTH="125" HEIGHT="20" BORDER="0"></a>
<p align="center"><a href="http://www.cccccc.com/cd/robbiec/from/musicdish" target="_blank"><img src="http://cccc.com/mcccc.network/default.php?img_cl=bandfront.jpg" width="300" height="199" hspace="2" vspace="2" border="0"></a>
What I need is these image links to show up and they are not there are just boxes shown where the actual images should be.
Is there a way or a setting that i need to turn on or off to allow these to be shown.
I added the img tad to the config.php file and it wouldnt allow the images to be shown.
I also tried everything else that people and FAQ's have suggested also I have over 70 stories with these tags in the stories that just need to be activated for lack of better words.
If anyone has any idea that would be great
Thanks
22
15
Quote
Status: offline
racooper
Forum User
Junior
Registered: 03/13/04
Posts: 24
Quote by Jeff:
What I need is these image links to show up and they are not there are just boxes shown where the actual images should be.
What I need is these image links to show up and they are not there are just boxes shown where the actual images should be.
Just a thought: can you link to the images directly? Do they work if you put the img src in a new, blank (non-GL) page? There is the possibility that the source site could be blocking non-local referrers...Tripod.com is annoying about not allowing remote linking, for example.
26
16
Quote
Jeff
Anonymous
they work perfectly, try the ones posted above, I just dont know what else to do I would think that they would work since i have orking href tags bold tags strong tags etc.
16
19
Quote
Jeff
Anonymous
The html tags like "a href" and "b" and "stong", "italic" are showing up but there are no images being displayed in the post. The article looks fine minus the images. The tags are present to call the images from the link but they are not showing up also the borderrs which should surround the images and frame them but again no images.
18
23
Quote
Jeff
Anonymous
Yes correct the html works as far as links etc type style, but there are some instances where the html is stripped from an article or story where dialougue between two people is colored different colors not really what i am too worried about right now. I am more concerned with the images working.
29
17
Quote
Status: offline
Turias
Forum User
Full Member
Registered: 10/20/03
Posts: 807
Well, I've tried posting the code in a story on my own site and it works perfectly. If the correct source is not stripped out, then it doesn't seem like a Geeklog issue, to me. Can you point to different images on other servers?
Also, it would help if you linked us to a story on your site that is not working.
Also, it would help if you linked us to a story on your site that is not working.
20
24
Quote
Page navigation
All times are EST. The time is now 08:25 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content