can i create something like 'stylesheet', this stylesheet has fix all the style, layout and some spaces for images. so that the user will select particular stylesheet and key in some text and uploa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10256084.htm...
Zones:
ASPDate Answered: 01/16/2000 Rating: 7.2 Views: 0
I have some XML content which is to be converted to PDFs.
I already have stylesheets written to convert XML to HTML for use on the site. I need the same content to be available in PDF format. I am...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20138876.htm...
Zones:
XMLDate Answered: 03/14/2002 Rating: 7.6 Views: 0
I want to set the src of the css file from the VB code behind. Trouble is, I need a tag that can insert HTML in the <head> tags.
Though of:
<link id="lnkStyleSheet" runat="server">
But no one ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20536164.html
Zones:
.NETDate Answered: 03/03/2003 Rating: 7.2 Views: 0
I have several pages that use <CFMAIL>. A typical tag looks like:
<CFMAIL
query="orderlist"
from="ordedesk@somecompany.com"
TO="#sendto#"
SUBJECT="Customer Order"
type="html">
I have ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20659993...
Zones:
Cold...Date Answered: 06/27/2003 Rating: 9.4 Views: 0
I created a wysiwyg editor. I use the exec commands of ie 5+
To change the font I now do it as the following
function doFont(fName)
{
if(fName != '')
iView.document.execComma...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20725522.html
My XSL style sheet works in ie but not in netscape 7.1.
I get the following message when I open the xsl locally in netscape 7.1;
This XML file does not appear to have any style info...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20868785.htm...
Zones:
XMLDate Answered: 06/18/2004 Rating: 8.2 Views: 0
Hi,
I want to save the stylesheets used by any website to be downloaded on my machine locally.
i am doing this :
first i am having a webbrowser and navigating the url like this:
axWebBrowser1...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20890240.html
Zones:
C#Date Answered: 08/09/2004 Rating: 7.8 Views: 0
I've got a web site which worked fine on my localhost but when moved it loses the images and stylesheet. I'm guessing this is to do with the relative file location but I can't seem to get it to wor...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21384189.html
I have inherited an online shopping cart that uses XSL files to generate database driven pages to show products for customisation and purchase.
I need to set up a development machine so Ive ins...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_21481535.htm...
Zones:
XMLDate Answered: 08/31/2005 Rating: 8.0 Views: 0
I have a web page that performs as a step by step wizard. There are 6 steps in the process. I have 6 buttons loaded from a CSS and display them by class based on the progress of the wizard. Once...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_21565670.html