HTML into VSD problem - Post ID 122202

User 539237 Photo


Registered User
241 posts

I need to use the following template of HTML and get it into a page on my VSD website, have tried using the HTML tool and separating the head and body into the relevant box's but it still doesnt work, also tried leaving out the head bit as well, still no joy.
As may be obvious I know zilch about HTML apart from it stands for!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<title>i-Catcher Console - Chronological History</title>

</head>

<body>

<p>View stills for a particular feed: [feeds]</p>

<table>

[body]

<tr>

<td align=center valign=middle><img src="[pic1]" alt=""></td>

<td align=center valign=middle><img src="[pic2]" alt=""></td>

<td align=center valign=middle><img src="[pic3]" alt=""></td>

</tr>

<tr>

<td align=center>[filename1]</td>

<td align=center>[filename2]</td>

<td align=center>[filename3]</td>

</tr>

<tr><td> </td></tr>

[foot]

</table>

</body>

</html>

Can anyone give me a clue please?

thanks
Greg
Greg

When I stop learning please check for signs of life.
User 463058 Photo


Ambassador
1,086 posts

Of the code above, this is the only part you can insert into VSD. You do this with the html tool.

<p>View stills for a particular feed: [feeds]</p>
<table>
[body]
<tr>
<td align=center valign=middle><img src="[pic1]" alt=""></td>
<td align=center valign=middle><img src="[pic2]" alt=""></td>
<td align=center valign=middle><img src="[pic3]" alt=""></td>
</tr>
<tr>
<td align=center>[filename1]</td>
<td align=center>[filename2]</td>
<td align=center>[filename3]</td>
</tr>
<tr><td> </td></tr>
[foot]
</table>


EDIT: As far as it not working goes, this still may not work as you expect, but then, it's not all html. It looks like the template is supposed to be updated dynamically somehow.
User 539237 Photo


Registered User
241 posts

Thanks for that Cary, will give it a try.
You are right it is updated dynamically by FTP from a PC running image capture devices.
That is my next problem!
Greg

When I stop learning please check for signs of life.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.