|
Search
You searched for the word(s):
Showing page 1 of 7 (65 total posts)
< 1 second(s)
-
How can I center the progress bar?
-
The progress bar is left-justified, how can I center it? When a file is ''attached'' (multiple file upload), a remove link is provided, which does remove the file from the temp directory, but I also want to remove the file that I copied into the destination directory, as well as subtract total bytes from the database. How can I trap the ...
-
Some problems I could use some assistance on:
1. When uploading, I see the percent done being displayed, but the progress bar stays white, not green (i.e., I don't see graphical representation of the progress, only the percentage). What do I do to correct this? 2. When I open a page in Visual Studio (such as Large-File-Upload.aspx), I ...
-
I found the problem. There is a folder in the ImageEditor folder, Temp, that has to be read/write.
For whatever reason, the image editor just failed to show the image, rather than giving an error. I created a test to show you the problem and it did give the access error. I don't know why, but it certainly cleared up the ...
-
I am already doing that:
ceContentEditor.SetSecurityFilesGalleryPath(filesPath)
ceContentEditor.SetSecurityFlashGalleryPath(filesPath)
ceContentEditor.SetSecurityGalleryPath(filesPath)
ceContentEditor.SetSecurityImageGalleryPath(filesPath & ...
-
I set the following:
ceContentEditor.SetSecurityImageGalleryPath(filesPath & ''/images'')
where ceContentEditor is the ID of Cute Editor. FilesPath is set to the root directory for the files related to this use.
We can insert and upload images fine - but if we click on Image Editor, it shows the empty ...
-
It turns out that any attempt to set table margins in stylesheet code will cause this problem. For example,
table
{
margin-left: auto;
margin-right: auto;
}
also causes the problem. However, I did find a solution, and that is to encapsulate each drop-down menu into their own group, as shown below: ...
-
The problem seems to be this code in the stylesheet:
div.centered
{
text-align: center;
}
div.centered table
{
margin: 0 auto;
text-align: left;
}
The purpose of this code is to fix a problem with safari, where it does not center stuff correctly. Any thoughts on how to get around this?
FYI, test ...
-
Adam:
After some tests with examples, it has become clear that using a stylesheet theme and theme for the page is where the trouble comes from. In other words, it works fine until I specify these two items for the page.
Below is the stylesheet and theme info. What here is causing the problem?
STYLESHEET ...
-
Here is one example...
<?xml version=''1.0'' encoding=''utf-8'' ?>
<configuration>
<codeviewToolbars>
<item type=''g_start'' />
<item type=''image'' name=''Print'' />
<item type=''image'' name=''Find'' />
<item type=''image'' name=''ToFullPage'' command=''FullPage'' imagename=''fit'' ...
1 ...
|
|
|