The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help with HTML Code

3 posters

Go down

In progress Help with HTML Code

Post by ,dArkRay July 16th 2013, 1:47 am

Hi Guys!

I created a page with 2 chats using iFrame, one is original from the forum, the other is from another forum (Moderation Forum, only for mods). You can See here:

http://www.mewtwoproject.net/h2-chat-duplo-para-mods

This is the code of the HTML page:

Code:
<a href="http://www.mewtwoproject.net/h5-chat-equipa-separado"><h2>  Chat da Equipa</h2></a>

<br></br>

<center><iframe width="580" height="310" src="http://mewtwoproject.motionforum.net/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe>

  

<iframe width="580" height="310" src="http://fdt-mewtwoproject.forumsmotion.com/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe><center>

<br></br>

In the HTML page you can see there is a text: Chat da Equipa that have a link and I want to do add another text with a link, I made this image to explain better what I want to do:

Help with HTML Code Jkxlrka
avatar
,dArkRay
Forumember

Posts : 98
Reputation : 1
Language : English | Portuguese

Back to top Go down

In progress Re: Help with HTML Code

Post by Sir Chivas™ July 16th 2013, 2:51 am

Hi,

Replace the code you have above with this one:
Code:
<a href="http://www.mewtwoproject.net/h5-chat-equipa-separado"><h2>  Chat da Equipa</a>  || <a href="URL here"> TITLE HERE</h2></a>


<br></br>

<center><iframe width="580" height="310" src="http://mewtwoproject.motionforum.net/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe>

 

<iframe width="580" height="310" src="http://fdt-mewtwoproject.forumsmotion.com/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe><center>

<br></br>

Note: You will have to edit some parts of the codes with whatever you want.

Find this inside the code provided above:
Code:
<a href="URL here"> TITLE HERE</h2></a>

Replace the URL here with the URL you want. Also, replace TITLE HERE with your own title. That should be it.

Regards,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Help with HTML Code

Post by ,dArkRay July 25th 2013, 1:21 am

Sir Chivas™ wrote:Hi,

Replace the code you have above with this one:
Code:
<a href="http://www.mewtwoproject.net/h5-chat-equipa-separado"><h2>  Chat da Equipa</a>  || <a href="URL here"> TITLE HERE</h2></a>


<br></br>

<center><iframe width="580" height="310" src="http://mewtwoproject.motionforum.net/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe>

  

<iframe width="580" height="310" src="http://fdt-mewtwoproject.forumsmotion.com/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe><center>

<br></br>

Note: You will have to edit some parts of the codes with whatever you want.

Find this inside the code provided above:
Code:
<a href="URL here"> TITLE HERE</h2></a>

Replace the URL here with the URL you want. Also, replace TITLE HERE with your own title. That should be it.

Regards,
Sir Chivas.

 Thank you! For some reason the second chat (is from other forum) is not working when is in the same page that my forum chat. I think it´s not related to this but what can I do? It says iI have to do login to enter the chat and I´m logged in the 2 forums. If it is alone on a page it works so it is strange...
avatar
,dArkRay
Forumember

Posts : 98
Reputation : 1
Language : English | Portuguese

Back to top Go down

In progress Re: Help with HTML Code

Post by Guest July 25th 2013, 9:27 am

Actually there 2 free html site to do html easy to use I use the following

Online Html Editor
http://www.quackit.com/html/online-html-editor/

Background Editor
http://www.quackit.com/html/html_generators/html_code_generator.cfm

simple easy and free and it does do href url links to everything

an actually the real html code for href don't have /h2

Code:
<a href="url">text here</a>
for like example for to do a navigation text to a chatbox without having to display it just put your forumotion chatbox link
avatar
Guest
Guest


Back to top Go down

In progress Re: Help with HTML Code

Post by ,dArkRay July 26th 2013, 2:59 am

Nape4 wrote:Actually there 2 free html site to do html easy to use I use the following

Online Html Editor
http://www.quackit.com/html/online-html-editor/

Background Editor
http://www.quackit.com/html/html_generators/html_code_generator.cfm

simple easy and free and it does do href url links to everything

an actually the real html code for href don't have /h2

Code:
<a href="url">text here</a>
for like example for to do a navigation text to a chatbox without having to display it just put your forumotion chatbox link

Thank you but that does not solve my problem...
avatar
,dArkRay
Forumember

Posts : 98
Reputation : 1
Language : English | Portuguese

Back to top Go down

In progress Re: Help with HTML Code

Post by kirk July 26th 2013, 7:40 pm

not sure why the would be conflicting? never did for me before.

try this. Put the second chat iframe code on a html page of the second chat code forum. meaning a html page on this forum
http://fdt-mewtwoproject.forumsmotion.com

Code:

  <iframe width="580" height="310" src="http://fdt-mewtwoproject.forumsmotion.com/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe>

No place the html link in to the second code for how you have the whole code set up now with both parts.
so replace this link in the second chat code part http://fdt-mewtwoproject.forumsmotion.com/chatbox/index.forum?

with the html page link.

then log in to both forums to access both chat boxes.

i will have to go to one of my older test forums and find a older chatbox code. i know that will allow both on the same page with no problems.
But of course you will still have to log in to each forum first in order to use both chats.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Help with HTML Code

Post by ,dArkRay July 26th 2013, 10:04 pm

kirk wrote:not sure why the would be conflicting? never did for me before.

try this. Put the second chat iframe code on a html page of the second chat code forum. meaning a html page on this forum
http://fdt-mewtwoproject.forumsmotion.com

Code:

  <iframe width="580" height="310" src="http://fdt-mewtwoproject.forumsmotion.com/chatbox/index.forum?" frameborder="0" allowfullscreen></iframe>

No place the html link in to the second code for how you have the whole code set up now with both parts.
so replace this link in the second chat code part http://fdt-mewtwoproject.forumsmotion.com/chatbox/index.forum?

with the html page link.

then log in to both forums to access both chat boxes.

i will have to go to one of my older test forums and find a older chatbox code. i know that will allow both on the same page with no problems.
But of course you will still have to log in to each forum first in order to use both chats.

 You are a Genius! Thank you, but, still:
https://i.imgur.com/Q8mjZcI.jpg

What must I do to correct this?
avatar
,dArkRay
Forumember

Posts : 98
Reputation : 1
Language : English | Portuguese

Back to top Go down

In progress Re: Help with HTML Code

Post by ,dArkRay July 29th 2013, 5:02 am

up
avatar
,dArkRay
Forumember

Posts : 98
Reputation : 1
Language : English | Portuguese

Back to top Go down

In progress Re: Help with HTML Code

Post by kirk July 31st 2013, 6:42 pm

,dArkRay wrote:


but, still:
https://i.imgur.com/Q8mjZcI.jpg

What must I do to correct this?

oh
Put a line break in between the chat codes.


Code:
<br>

you can add 2 or 3 of them for as much space as you want in between the chats.
if you wanted some space from the top of the page, add what you want over all the coding.
If you wanted space from the bottom of the page, then add as many as you need under all the coding.
and once again to separate the chats just place as many as you need in between the two chat codes
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum