Well, in this case the image is quite blurry. The duplication has to be exactly the same for print purposes. I'm actually trying to do this for someone else, and they are very particular about it looking EXACTLY the same. Personally, I think the logo is horrible and I would just redo it. So I...
I'm new to illustrator and I need help duplicating a piece of the image below (wings/feathers). I've tried using the pen tool and it just doesn't seem to be working out very well. Anyone know of an easy way to duplicate the lines? I also tried using the Auto Tracer and it that didn't work very...
It appears that Dreamweaver is attempting to rewrite code in my XML document. The problem is fixed if the XML document is not well-formed because Dreamweaver stops whatever it is doing if the XML is not valid. -- Is there any REAL way to prevent Dreamweaver from parsing any code in my XML other...
I'm having a problem with unwanted white spaces. All of the correct output is being displayed, the only problem is that when I View Source in my web browser...EVERYTHING has unwanted white space. Not just xml document elements, but the actual html which makes up the xsl:template. It makes it...
I'm trying to transform an XML file using XSLT...the problem is that I have included a tag referencing a custom web control like this: <CUSTOMCONTROL:BULLETBUTTON runat="server" anotherprop=efgwwfgw"" ect="fefeefwfg">, it all is being transformed correctly except...
Well, I tried using xsl:copy-of before, it didn't fix my problem but I may have just did something incorrectly. In any case...I decided to just manually break apart all the individual break points in the element into child elements (XSLT then added the <br/> tags). I really didn't want to do...
I have tried many different forms of doing this and none of them work, everything from using <![CDATA[]]> sections, creating a <!ELEMENT br EMPTY> in the DTD, <!ENTITY br "<br>"> in the DTD, to using disable-output-escaping="yes" in the XSL.
So far the only fix I have come...
Well, one way to do it is through the query string. I've done this in the past.
You need to create a function that will format the text/information. Basically you need to remove any white space from the fields & replace it with "%20", any new line characters, escape quotation marks &...
hehe, good thinking KarveR! :)
This site/forum needs a re-make. We can't edit our own post's or send private messages. Those 2 features would be nice to have. ;) - pain4u
I doubt it has anything to do with your php.ini. It's hard to tell what's wrong since I'm not the one writing it. None of the example's work for you?? That's odd...what name are you using? - pain4u
Personally, I prefer PCREs (Perl Compatible Regular Expressions). They are more powerful than any POSIX regular expression and in my opinion...much easier to read & learn.
Example:
$text = "I sell pots plants pistachios, pianos and parrots";
if(...
Yep I do use the header() function to redirect. But all of the files are there...no reason for a page not found error. Maybe it's just my hosting company?? It could be that they were having lag/packet loss...but I don't think so, becuse it's been going on for days like this. It's usually happens...
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.