When I view an image in Photoshop, versus in "Windows Picture and Fax Viewer" or Internet Explorer, they appear warmer, more red in them.
I recently bought a Dell Ultraharp 19" LCD monitor. I didn't seem to have this problem before changing monitors. I previously had a Sony 19" CRT monitor.
Can...
I have a pdf newsletter that I send out to many users. I was asked to come up with a very short questionaire, 1 or 2 questions to include with every issue. I added a form with the questions and set it to submit to a url as html. The form works, and submits the data, however, when the user...
I have a vb.net application where I need to read an HTML file and display it inside an aspx file.
It works fine on everything except special characters like the "Registered" sign (the R in a circle) and other characters.
This is how I read the file and display it:
Dim Stream As StreamReader...
This is on an asp.net project.
I have an ASPX that loads different ASCXs into a preset layout. I would like to create an ASCX that loads html files and renders them into the ASPX layout. I've tried Server.Execute, but that gives me problems with some of the unusual characters in HTML. Any...
I have a Windows 2003 web server with IIS 6 with FrontPage Server Extensions 2002.
On some (not all) of the sites FrontPage forms don't work. When you click the submit button I get a login screen. I get this on forms that submit to an email address or forms saving to a text file.
I have tried...
I have a simple HTML site that I want to put on a CD. I want the CD to autorun and show the default page. I know how to that (using shelexec), but what I am not able to do is start the CD with explorer in kiosk mode (iexplore -k default.htm).
I have a table that is center aligned. I want to position an image on top of it (higher z-index) but at a certain position relative to the table. How can I do this?
I am using Likno's AllWebMenus v3.1 and I have created a menu. By default, the menu used absolute positioning with x,y coordinates. However, I want the menu to appear inside a table cell. In the help they specify the following code to be able to place the menu using relative positioning...
I need to apply a CSS to part of a page, a cell in a table. I want to apply a custom style to hyperlinks on just a cell of a table, like color and font...
I know how to do it for the entire html page, but not to a part of it only.
I'm trying to create a picture slideshow. The idea is that the user presses the play button and the images will start to display one after the other.
I'm using the following code to retrieve the images in the folder and put them in a listbox:
dim fso
set fso =...
I have an asp page, that I want to insert other html pages in. The html pages are varried, depending on a variable I pass to the asp page.
I have tried the following which I saw in a thread on this forum:
<%
dim page
page = request.querystring ("page")
%>
<!--#include...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.