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.

Html code issue

5 posters

Go down

Solved Html code issue

Post by finnysgirl March 20th 2010, 4:29 pm

Alright, I have a music page, and I am doing it on an html page. I want to have the player on the left and the song list on the right but when i do the html code for left and right it doesnt work!!

Code:
<right> </right>

<left></left>

What am I doing wrong?
avatar
finnysgirl
Forumember

Posts : 82
Reputation : 0
Language : English

http://bewhoyouwanttob.forumotion.com

Back to top Go down

Solved Re: Html code issue

Post by MrMario March 20th 2010, 5:11 pm

There is no such codes
Code:
<left> </left> or <right> </right>

Eveything is already on the left side so there is no reason to add code.

To make it go right use the code

Code:
<p align=right>Enter what ever you want heree</p>
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Html code issue

Post by finnysgirl March 20th 2010, 6:16 pm

>.> so that will make it so the player on the left and DIRECTLY next to it is the list?
avatar
finnysgirl
Forumember

Posts : 82
Reputation : 0
Language : English

http://bewhoyouwanttob.forumotion.com

Back to top Go down

Solved Re: Html code issue

Post by kirk March 23rd 2010, 4:06 pm

finnysgirl wrote:>.> so that will make it so the player on the left and DIRECTLY next to it is the list?
left is always default unless wrapped in center tags or the align right tags.
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: Html code issue

Post by ankillien March 24th 2010, 5:16 pm

Hello,

To make two elements appear side-by-side, you have to either use HTML tables and CSS floats. Using alignments won't make it, I think.

Here is a table code that you can use...

Code:
<table width="100%" border="1" cellpadding="5" cellspacing="5">
<tbody><tr>
<td>STUFF DISPLAYED ON LEFT</td>
</tr>
<td>STUFF DISPLAYED ON RIGHT</td>
</tr></tbody>
</table>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Html code issue

Post by finnysgirl March 24th 2010, 6:38 pm

whats td mean?Laughing

do iput the html embed code in there?
avatar
finnysgirl
Forumember

Posts : 82
Reputation : 0
Language : English

http://bewhoyouwanttob.forumotion.com

Back to top Go down

Solved Re: Html code issue

Post by finnysgirl March 28th 2010, 9:51 pm

bump
avatar
finnysgirl
Forumember

Posts : 82
Reputation : 0
Language : English

http://bewhoyouwanttob.forumotion.com

Back to top Go down

Solved Re: Html code issue

Post by finnysgirl March 28th 2010, 9:52 pm

btw that code DOESNT work. it just makes at table around both of them.
avatar
finnysgirl
Forumember

Posts : 82
Reputation : 0
Language : English

http://bewhoyouwanttob.forumotion.com

Back to top Go down

Solved Re: Html code issue

Post by ankillien March 29th 2010, 7:33 am

Here is a simpler code.
<tr> defines a table row while <td> defines a table cell.

Code:
<table width="100%" border="1" cellpadding="5" cellspacing="5">
<tr>
    <td>STUFF DISPLAYED ON LEFT</td>
    <td>STUFF DISPLAYED ON RIGHT</td>
</tr>
    </table>

The above code will result in this...

STUFF DISPLAYED ON LEFT STUFF DISPLAYED ON RIGHT
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Html code issue

Post by finnysgirl March 30th 2010, 4:59 pm

thanks Smile i got it!
avatar
finnysgirl
Forumember

Posts : 82
Reputation : 0
Language : English

http://bewhoyouwanttob.forumotion.com

Back to top Go down

Solved Re: Html code issue

Post by Sanket March 30th 2010, 7:32 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Html code issue 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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