Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DaRNCaT
  • Content: Threads
  • Order by date
  1. DaRNCaT

    Was working fine, now broken in IE, code the same?!

    I've designed a site with CSS layout, given it to the developer, and it was until recently, working just fine, now the left side is all messed up in IE, now I know it's something to do with IE's box model whatsit, but I can't find any changes anywhere that would account for it, it simply doesn't...
  2. DaRNCaT

    the difference between ./ and none?

    I've redesigned a site, and at the moment the redesign is sitting in a sub folder waiting to go live. Some of the include files are linked <?php include("./includes/header.html"); ?> and some are <?php include("includes/header.html"); ?> the includes folder is in the sub folder and both...
  3. DaRNCaT

    Server Side Include (SSI) not working

    I've used SSI's before, no problems, and I asked the server admin to set up SSI's to be allowed on .html and .htm pages, but no matter what I've tried path wise (./, / and no/)I still get this error Active Server Pages error 'ASP 0126' Include file not found /testing/contact_us.htm, line 1...
  4. DaRNCaT

    Is this Frontpage rubbish or a scripting language

    I'm reworking a website- it's been designed in frontpage, so I'm removing all the crappy tags and cleaning it up, and came across this [code] <!--[if gte vml 1]><v:oval id="_x0000_s1027" alt="" style='position:absolute;left:782.25pt;top:747pt;width:136.5pt; height:66pt;z-index:1'...
  5. DaRNCaT

    ASPX pages - how to use includes?

    I've never touched asp before, I use PHP but I'm rebuilding the graphical part of a website, and the site has both asp and php pages within it (it's a mess!). Now I've got html pages - header, menu, footer, which I'm including as SSI for the .html pages, and using php includes for the PHP pages...
  6. DaRNCaT

    Email Injection (hacking forms) How to stop it?!

    I've had my website contact form sending through remarkably strange stuff recently, which after doing some searching, I've discovered is happening to a few people. Apparently it's called Email Injection, and it's allowing hackers to use the email forms to send spam mail. I'm trying to set up a...
  7. DaRNCaT

    IE vs Firefox, keeping widths

    I've got a site designed, it looks wonderful in Firefox, but as usual it has "issues" in IE. The main problem I'm having is with the menu box, when the content exceeds the size on firefox, it simply breaks out of the box, but doesn't make the box any bigger and doesn't mess up the page, but...
  8. DaRNCaT

    Retaining form information - check boxes

    How do you go about retaining selections in check boxes and select boxes when you are error checking a page? I have it set up so it re-prints the page with the error message if there is something wrong with it, I would like to be able to keep selections as well as text, so they don't have to go...
  9. DaRNCaT

    Not submitting properly, can't see error

    I've got a form to email problem, I've used this script before, and it's worked fine, only I've added in three drop select boxes, I don't know if this is what is causing the problem or not, any enlightenment on why it will not send the email would be great (It goes to the failed send...
  10. DaRNCaT

    Top ways to rank well???

    Can anyone tell me some basic ways to help make a website rank well, I only really have basic knowledge as things have changed so much (I used meta tags, I've been told they are pretty redundant now?) I know about PPC, but I've heard of something call contextual marketing, plus other stuff...
  11. DaRNCaT

    Firefox PHP works, fails in other browsers

    What could be causing a page to work properly in firefox, but to fail in all other browsers? Could this be a URL length problem? The page is passing info from a shopping cart, plus form data collected, to itself, if incorrect, or to the next page if correct. It all works fine in firefox, but...
  12. DaRNCaT

    How to do a 303 redirect?

    I've found a few links on the code needed, but I'm not sure how to apply it to a page- I have to go through page by page I think, as I don't have access to the server to put a list of redirects on it. the code I have is HTTP/1.1 301 Moved Permanently Location: http://www.newurlhere. where do...
  13. DaRNCaT

    How to change from tables to css?

    I'm creating a new layout for a non profit org, and they have asked me to give them a layout similar to: http://www.babycentre.co.uk/ I can do it in tables, but they want it in css, and it needs to be able to be dynamically updated with php, so the sizes of some things need to be fluid. They...
  14. DaRNCaT

    One peice of CSS formatting only working on IE

    I am upgrading a website someone else has built, and have discovered that one peice of CSS only works on IE, and the site looks quite messy without it working. I can't see why it won't work, can anyone tell me if it is wrong, or if there would be a hack so firefox mozilla and opera look good...
  15. DaRNCaT

    Resource id error

    I'm asking for my partner, who has been building a shopping cart, and hit a problem, can anyone answer this- is it a mysql problem not a php one? thanks. $result_query7 = mysql_query("SELECT cookieId, itemId, sizeId, optId, qty, product_name, option_name, size_size...
  16. DaRNCaT

    text wrap with images.

    I need to have a block of text and images with the text wrapping around the images. layout is- image to left, text wrapping around it. text, image to right image to left, text I have tried and tried but I just get a jumbled mess, I'm sure I'm looking at this the wrong way- is there some way to...
  17. DaRNCaT

    Opening png layers in photoshop

    is it possible to open PNG layers, made in another programme (fireworks) in photoshop, and retain the layers? All we are getting is a flat image, and we want to be able to manipulate the layers. ---------------------------------------- Sometimes, when my code just won't behave, I take it...
  18. DaRNCaT

    Image maps- javascript?

    Hi, I'm just trying to work out if image maps are javascript or not- as I have a website in CSS which gets messed up by popup blockers (images are linked ) BUT image maps don't mess up, and maintain the site looking nice- is it gonna be blocked by javascript blockers though...
  19. DaRNCaT

    Mac Laptops, with Macromedia software?

    I'm looking at buying either a mac or a Toshiba PC laptop, I don't know which! I love the idea of having a mac, but I don't know how you go about comparing value for money, and how Dreamweaver and Fireworks work on the new Mac machines (I know a client of mine had issues when I created stuff on...
  20. DaRNCaT

    Hardware question - Mac vs PC with DW

    I'm looking to purchase a laptop for web design work on the run, and I'm trying to get an opinion or two from anyone who has used either a PC or a Mac with macromedia products, or even better, someone who has used both. All the info I've been given so far has been biased by people who love the...

Part and Inventory Search

Back
Top