/    Sign up×
Community /Pin to ProfileBookmark

template correction

Here is template page I use to display search results(perl script)Its display results inside a table. I want correct a little page appearance: just to reduce a little font size inside table itself; set page background color RGB #C0C0C0. Just not sure where this to correct on a right place.

[CODE]

<html>
<head>
<title></title>
</head>
<body>
<font face=”Verdana” size=”2″><b>
Total number of records:</b> <<#_total>><b> Matching records:</b> <<#_matches>><br>
<br>
<!– “start template” –>
<template>

<table border=”1″ cellpadding=”1″ cellspacing=”0″ width=”100%”>
<tr>
<td>Artist</font></td>
<td>Albums</font></td>
<td>Year</font></td>
<td>Size Mb</font></td>
<td>Mode</font></td>
<td>Kbps</font></td>
<td>Location</font></td>
<td>Time</font></td>
<td>Track</font></td>
<td>Style</font></td>
</tr>

<template>
<tr>
<td><<Artist>></td>
<td><<Albums>></td>
<td><<Year>></td>
<td><<Size Mb>></td>
<td><<Mode>></td>
<td><<Kbps>></td>
<td><<Location>></td>
<td><<Time>></td>
<td><<Track>></td>
<td><<Style>></td>
</tr>
</template>

</table>

<!– “end template” –>
<b>
Total number of records:</b> <<#_total>> <b>Matching records:</b> <<#_matches>></font>
</body>
</html>

[/CODE]

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@NogDogSep 24.2004 — <i>
</i>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type="text/css"&gt;
body {background-color: #C0C0C0;}
td {font-size: smaller;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
...
Copy linkTweet thisAlerts:
@TaurusauthorSep 24.2004 — I would like set background color for page, not for table, I would leave table color(color inside table) without changes.

Also, not sure is this line on right place:

<!-- "start template" -->

<template>

Thanks
Copy linkTweet thisAlerts:
@NogDogSep 24.2004 — [i]Originally posted by Taurus [/i]

[B]I would like set background color for page, not for table, I would leave table color(color inside table) without changes.[/b][/quote]

<i>
</i>&lt;style type="text/css"&gt;
body {background-color: #C0C0C0;}
table {background-color: white;}
td {font-size: smaller;}
&lt;/style&gt;

[b]Also, not sure is this line on right place:



<!-- "start template" -->

<template>

Thanks [/B]
[/QUOTE]

I'm not familiar with this template stuff, so I'll have to leave that to someone else.
×

Success!

Help @Taurus 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.18,
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,
)...