Pessoal, estou tendo um problema chato fazendo isso no Eclipse…
Estou tentando integrar as htm’s do meu projeto, direto no java, o
problema é que não consigo alinhar icones na mesma linha, ficam no
centro, mas um sob o outro, não em linha.
Exemplo, quero deixar os icones assim:
{AAAAAAAAAAAAA}
Mas o resultado é que não fica em linha, fica como no exemplo abaixo:
Exemlo:
{A
A
A
A
A
A
A
A
A}
Alguma iédia sobre qual o metodo correto de fazer isso?
Exemplos de algumas das minhas tentativas (Realmente tentei varias):
tb.append("<table>");
tb.append("<tr>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td align=\"center\"><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("</tr>");
tb.append("</table>");
tb.append("<table>");
tb.append("<center>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("<td><img src=\"icon\" width=\"32\" height=\"32\"></td>");
tb.append("</center>");
tb.append("</table>");
Pode ser bobeira, mas estou a 2 dias tentando fazer isso. kkkkk