sorry, I can't - it contains proprietary info. However, here are the HTML
tags code for <td>, <font> <pre> and ,<webbot>
<td align="center" bordercolor="#000080" style="border-left-color:
#111111;
border-left-width: 1; border-right-color: #111111; border-right-width: 1;
border-bottom-style: solid; border-bottom-width: 1; font-family:Tahoma;
font-size:8pt; ">
<pre style="margin-top: 0; margin-bottom: 0">
<font size="1" face="Tahoma">
<!--webbot bot="Category" s-categories="607" s-format="title,date"
"title,date" s-sort="date" -->
when unchecked it is:
<td align="center" bordercolor="#000080" style="border-left-color:
#111111;
border-left-width: 1; border-right-color: #111111; border-right-width: 1;
border-bottom-style: solid; border-bottom-width: 1; font-family:Tahoma;
font-size:8pt; ">
<font size="1" face="Tahoma">
<pre style="margin-top: 0; margin-bottom: 0">
<!--webbot bot="Category" s-categories="607" s-format="title"
"title,date"
s-sort="date" -->
I've compared the code so many times I'm not seeing it straight
:
Could you give a link to the page so we can see what is happening? -
preferably with the box in Category Properties checked.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.
message
If I am understanding correctly, when you say the date and time when
the
webpage was last updated, you mean because I just modified the
code/republished?
There is a significant timezone difference between the server and the
endusers who upload the files(across the globe). The upload dates are
based
on their timezone, which is why it is ideal to use, except for the
font
issue.
I had the font the size I needed until I Checked the 'Date the file
was
last
modified' option box under Category Properties - I had edited the <td>
tag
and set the font. Worked great until I checked that option. I have
some
HTML
experience, but just cannot figure this one out. When I uncheck the
box
(Category Properties) and republish, I'm back to the original font
size I
need.
Any help or direction you can provide is very much appreciated.
:
The code I gave you gives you the date and time when the webpage was
last updated (current because you just changed it, otherwise it will
be
a historical date in a day's time). Why do you want date & time when
it
was uploaded? Am I missing something here?
hth
Mary Ann Hailey wrote:
It didn't work for what I needed. Although it did insert the date
time
etc..it was the current date rather than the upload date, and
inserted
it
above the uploaded files list. Because the uploads are done on
different
days, I need to have the upload date next to each file. When I
checked
the
box to include 'Date the file was modified' in the category
properties,
that
action added the upload date to the right of each file that had been
uploaded
AND changed the font size in the process.
:
How about formatting it as a DIV like this:
<div style=font-size:0.75em>
<!--webbot bot="Timestamp" S-Type="REGENERATED" S-Format="%d/%m/%Y
%H:%M:%S" -->
</div>
Mary Ann Hailey wrote:
I have several webpages where endusers upload files to a secure
website. The
list of the files was going to be long, so I set the font for 8pt
and
it
worked great. After they uploaded some files, it was determined
they
needed
the upload date as well. I went into the Category Properties and
(checked)
the box for 'Date the file was last modified'. Now the font is too
large and
I cannot get it formatted back to 8pt. Any help or direction you
can
provide
will be very much appreciated.
Thank you so much - you guys are awesome!!!
Mary Ann
.
.
.