Help with HTML arrangement

Post new topic   Reply to topic

View previous topic View next topic Go down

Help with HTML arrangement

Post by Team101 on July 2nd 2009, 3:37 pm

As my tittle suggested i need help with the arrangement of my HTML contents.
I would like your help on this matter.I have placed some flash game on my HTLM page in a section in the admin panel where it says madoule and i add my HTML content and everything is ok except that i cant get it to arrange neatly.Everything is going down in one line on the left side of the page even when a lot of space is still on the right side.I have tried to put two beside each other both it still dont work.Here is an example of one of my page http://sports-info-4ever.forumotion.com/arcade-h9.htm .Do you see how everything is disorganised?thats what i am trying to fix.


Demonstration:using simile as examples of what i want

bwi bwi bwi
bwi bwi bwi (I want it to look like this)
bwi bwi bwi

This is wrong:

bwi
bwi bwi (i dont want this)
bwi
bwi bwi
bwi
bwi
bwi

Team101
Forumotion Member

Male
Posts: 236
Language: english
Country:
Join date: 2009-05-22

http://forumosion.forumotion.com

Back to top Go down

Re: Help with HTML arrangement

Post by kfateh on July 3rd 2009, 12:08 am

Replace the table u use for showing flash games with following HTML and insert ur games in td tags.

<div align="center">
<center>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="95%">
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
</table>

</center>
</div>

kfateh
Forumotion Member

Posts: 32
Language: Engllish
Country:
Join date: 2009-06-22

Back to top Go down

Re: Help with HTML arrangement

Post by Team101 on July 3rd 2009, 11:21 am

I dont really get what you are trying to say can you please explain in details and give an example?

Team101
Forumotion Member

Male
Posts: 236
Language: english
Country:
Join date: 2009-05-22

http://forumosion.forumotion.com

Back to top Go down

Re: Help with HTML arrangement

Post by Team101 on July 5th 2009, 1:41 pm

is there a simple code or can someone explain this a little better

Team101
Forumotion Member

Male
Posts: 236
Language: english
Country:
Join date: 2009-05-22

http://forumosion.forumotion.com

Back to top Go down

View previous topic View next topic Back to top


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