Hello guys. im trying to move my chatango chatbox to the left of my main page but i dont know the html code. can someone help meplease?
5 posters
problem with html tags for right and left side.
akis1988- Forumember
- Posts : 80
Reputation : 0
Language : greek
nutsonlizards- Forumember
- Posts : 59
Reputation : 14
Language : London
try this code
- Code:
<div align="left" >
chat code here
</div>
hoodedwarbler12- Forumember
- Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA
Do you want it in a widget on the left?
nutsonlizards- Forumember
- Posts : 59
Reputation : 14
Language : London
that's a good point maybe be idea to past your forum link or a screen shot
akis1988- Forumember
- Posts : 80
Reputation : 0
Language : greek
Thank yu all for the quick reply. http://theemeraldrain.forumgreek.com/
This my forum. I just want to put one chatbox on the left and one in the right.
Ty it worked
This my forum. I just want to put one chatbox on the left and one in the right.
Ty it worked
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
you may have to resizing them to fit properly or it might throw your forum out of whack a little bit.
But you should be able to just add the code back to back next t each other.
If not post just post one of the codes here and i will re-size and make you a couple fast left and right tables to place it in.
also left is always default, so if there are no center tags involved it will automatically go to the left, then you just add right tags to the second one.
But sometimes it will end up going down and to the right so may have to be p-laced in table code.
So yeah it will be much easier to do if i can see the code, adjust it then give you everything to add that way.
info added
yup i see it went to the bottom right.
here is a simple table code, you just put one chat code in the left where marked and one in the right.
But now watch your widgets and forum mover off set.. because the chat boxes are going to have to be adjusted a little smaller to fit properly.
working on your table code now.. one sec.
But you should be able to just add the code back to back next t each other.
If not post just post one of the codes here and i will re-size and make you a couple fast left and right tables to place it in.
also left is always default, so if there are no center tags involved it will automatically go to the left, then you just add right tags to the second one.
- Code:
<div align="right"> test</div>
But sometimes it will end up going down and to the right so may have to be p-laced in table code.
So yeah it will be much easier to do if i can see the code, adjust it then give you everything to add that way.
info added
yup i see it went to the bottom right.
here is a simple table code, you just put one chat code in the left where marked and one in the right.
But now watch your widgets and forum mover off set.. because the chat boxes are going to have to be adjusted a little smaller to fit properly.
working on your table code now.. one sec.
akis1988- Forumember
- Posts : 80
Reputation : 0
Language : greek
Thank you for all that but something not working right i think can you check it please.http://theemeraldrain.forumgreek.com/
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
akis1988 wrote:Thank you for all that but something not working right i think can you check it please.http://theemeraldrain.forumgreek.com/
yeah i know thats what i was telling you would happen above
Use this code.
put one chat code where i have it marked chat 1 and the other where i have it marked chat 2
- Code:
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body style="color: white; background-color: transparent;"
alink="" link="" vlink="">
<table
style="width: 646px; height: 86px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="text-align: left; vertical-align: top;">
chat 1 code here
</td>
<td style="vertical-align: top; text-align: right;">
chat 2 code here
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
but now you are going to have your widgets and forum move off set a little bit.
Thats why i was telling you that you will have to re-size your chat boxes to fit better.
akis1988- Forumember
- Posts : 80
Reputation : 0
Language : greek
thank you very much i did it. keep up the good work huys
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket