/    Sign up×
Community /Pin to ProfileBookmark

html formatting

would you gurus please take a moment to run this html code and help me format it please?
I would like it formatted like crosstab whereby
GIS, Networking and Information System become formatted like columns that can display multiple records separated from each other.
Right now, it is formatted in columns.
rows.
This way, I can say
GIS
gisID1
gisID2
etc
then
Networking
netID1
netID2
and so on
Here is what I have and I hope what I am asking for is clear.

<html>
<head>
<title>lists</title>
<body>
<table border bgcolor=silver width=100%>

<tr>

<th colspan=”2″>GIS

<th colspan=”2″>Networking

<th colspan=”2″>Information System

<tr>

<th>gisID

<th>gisID

<th>networkingID

<th>networkingID

<th>isID

<th>isID

<tr>

<td align=center ><INPUT TYPE=”text” size=20 NAME=”p_a”></td>

<td align=center ><INPUT TYPE=”text” size=20 NAME=”p_b”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_c”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_d”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_e”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_f”></td>

<tr>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_g”></td>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_h”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_i”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_j”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_k”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_l”></td>

<tr>

<th align=left ><INPUT TYPE=”text” size=20 NAME=”p_m”></th>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_n”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_o”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_p”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_q”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_r”></td>

<tr>

<th align=left ><INPUT TYPE=”text” size=20 NAME=”p_s”></th>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_t”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_u”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_v”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_w”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_x”></td>

<tr>

<th align=left ><INPUT TYPE=”text” size=20 NAME=”p_y”></th>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_z”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_aa”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_bb”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_cc”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_dd”></td>

<tr>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_ee”></td>

<th align=left ><INPUT TYPE=”text” size=20 NAME=”p_ff”></th>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_gg”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_hh”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_ii”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_jj”></td>

<tr>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_kk”></td>

<th align=left ><INPUT TYPE=”text” size=20 NAME=”p_ll”></th>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_mm”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_nn”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_oo”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_qq”></td>

<tr>

<td align=left ><INPUT TYPE=”text” size=20 NAME=”p_rr”></td>

<th align=left ><INPUT TYPE=”text” size=20 NAME=”p_ss”></th>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_tt”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_uu”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_vv”></td>

<td align=center><INPUT TYPE=”text” size=20 NAME=”p_ww”></td>

</tr>

</table>
</body>
</html>

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@sciguyryanAug 11.2003 — hi,




what do you mean?? ?
Copy linkTweet thisAlerts:
@spufiAug 11.2003 — It looks like to me you just want to put each item on it's own line which means just putting each item between <tr>, <td> and </td>, </tr> tags.
×

Success!

Help @simflex spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...