TinyPortal

Development => Support => Topic started by: leegreaves on February 22, 2011, 06:02:42 AM

Title: Trouble with inserting html code
Post by: leegreaves on February 22, 2011, 06:02:42 AM
Need some help with inserting some html code for my forum. I want to add a "Links" panel at the bottom off all pages on my site, so ive created a Bottom panel block which shows on all pages, and set the type as HTML/JS script. I created a page with centered images on the website (this was created remotely on the site, and not locally on my machine). The problem arises when ive inserted my code, in the fact that the link images dont show in the panel when i go on any page, all that shows is the block itself (ie bottom panel block with the heading "Links") Any ideas as to what im doing wrong?


Link to my site: http://www.rebel-gamers.net
SMF version: SMF 2.0RC4. here
TP version: TP ver 1.0RC1. here
Default Forum Language: English
Theme name and version: CoalBlack for SMF 2.0RC4 and above
Browser Name and Version: Firefox latest version
Mods installed: TinyPortal 1.0RC1, GamerID
Related Error messages: No related error msg
Title: Re: Trouble with inserting html code
Post by: IchBin on February 22, 2011, 02:56:19 PM
Please post the code you are using. Please post the code using the [code][/code] tags.
Title: Re: Trouble with inserting html code
Post by: leegreaves on February 22, 2011, 03:33:04 PM
<h1 style="margin-right: 0px" dir="ltr" align="center"><a title="" target="_self" href="http://www.americasarmy.com"><img title="" border="0" alt="" width="120" height="120" src="aa3_logo.png" /></a><a title="" target="_self" href="http://www.anticheatinc.com"><img title="" border="0" alt="" width="120" height="120" src="Busted_Cheaters.png" /></a><a title="" href="http://www.airdaleops.com"><img title="" border="0" alt="" width="120" height="120" src="aonminilogo.gif" /></a></h1>
<h1></h1>
Title: Re: Trouble with inserting html code
Post by: ZarPrime on February 22, 2011, 04:09:03 PM
What are the 3 url's to those 3 images?  It might be better to use that.

ZarPrime
Title: Re: Trouble with inserting html code
Post by: leegreaves on February 22, 2011, 05:29:51 PM
the path to the 3 files is /home/rebelgam/public_html/forum/Images

any suggestions for what code i can use instead of the code shown above?
Title: Re: Trouble with inserting html code
Post by: IchBin on February 22, 2011, 05:31:40 PM
I think the path should be this:
<img title="" border="0" alt="" width="120" height="120" src="Images/aa3_logo.png" />