Forums

  • Home
  •  » Random
  •  » Basic question on aligning text

#1 2009-11-06 13:30:41

PKreutz
New Member
Registered: 2009-11-06
Posts: 6

Basic question on aligning text

Hi, I'm working on my first app for some while and wnated to start using a bit of a layout now.
Tables all work fine also setting the height and width but aligning text seems to be ignored. Anybod knows if I do something wrong?

Here a sample of my code:

<td width="216" height="104" align="right">
<fb:name uid="<? echo $user ?>" useyou = "false" linked = "false" /></td>
<td width="75" align="center">
<fb:profile-pic uid="<? echo $user ?>"  height="75" linked="false" />
</td>

would be great to hear your suggestions,

Peter

Offline

 

#2 2009-11-06 14:23:15

Nuklear
Member
Registered: 2009-06-12
Posts: 155

Re: Basic question on aligning text

Replace align="right" and align="center" with style="text-align: right;" and style="text-align: center;"

Offline

 

#3 2009-11-06 14:28:42

PKreutz
New Member
Registered: 2009-11-06
Posts: 6

Re: Basic question on aligning text

great, Thank you very much! That did the job!

Offline

 
  • Home
  •  » Random
  •  » Basic question on aligning text

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson