/    Sign up×
Community /Pin to ProfileBookmark

Table on Multi Pages

Hello Everyone,
I have a basic table code that i want to use in many different pages on my web site. Other than copying and pasting, is there a way i can just load the following code onto a single page, then have all the other pages refer to the code from their page?

Here is the code:

<table width=”80%” align=”center”>
<tr>
<td width=”20%”>Photo Goes Here</td>
<td>
<table width=”100%”>
<tr>
<td colspan=”2″>
<table><tr><td width=”250″>NAME & NUMBER</td>
<td width=”250″>Position</td>
</tr>
</table>
</td>
</tr>
<tr><td>
<table>
<tr>
<td width=”250″>Height:</td>
<td width=”250″>Weight:</td>
</tr>
<tr><td>D.O.B.:</td></tr>
<tr><td colspan=”2″>Notes:</td></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>

I want to use this on 16 different pages (16 teams) and 4 times per page (4 players) is it possible? or am i asking for too much.

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@phpnoviceMay 12.2006 — This is easiest to accomplish using server-side code.
Copy linkTweet thisAlerts:
@powerpack80authorMay 12.2006 — sounds good to me. But umm..i'm a moron. Sorry...i've read sooo much about it...i use Dreamweaver to make most of my pages, and i try to learn the code as i go along. I've come upon the term "server-side" a lot. What does it mean, exactly? (lehmans terms) sorry. and thank you for the help.

Noor
Copy linkTweet thisAlerts:
@James_GatkaMay 12.2006 — 
-----
×

Success!

Help @powerpack80 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.17,
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,
)...