13,937 Topics
![]() | |
Hi, I am currently living in China, previously my dreamweaver worked fine but now I am unable to access my remote folders. It seems to conect to my server fine but when it tries to access my remote folders it either 'times out' says 'an FTP error occurred' or loses … | |
Hi, a strange thing happend to me, i got an error message that closed my explorer, after i did a reset i opened internet explorer and nothing loaded. there was just a blank page. the problem is not only in one or two sites, i can't see any site. I … | |
I regularly use IE6. If I leave my machine for an hour or so, when I return, I cannot access any web pages. To get it to respond again, I have to restart the system. This is true for both of my Windows computers. I have Windows XP Pro on … | |
Hi, first posting here so apologies if i dont make sense/provide enough info. Will really appreciate any help anyone can provide. Since a week or so ago, (can't remember installing anything specific), i have been having an intermittant problem whereby i am using IE6 very well, all working hunky dory, … | |
I have two html files. FirefoxBug.html [code] <html> <body> <div style=background-color:red;> <iframe src="/iframe.html"></iframe> </div> </body> </html> [/code] And iframe.html [code] <html> <body style=background-color:blue;> <div> <p>This backgroud should change</p> </div> </body> </html> [/code] I have these two files in the same folder on my desktop, and I am not sure why … | |
Hi I need help with some css. I am trying to make the page expand with based on the ammount of content on the page. so the more content the longer the page and so on. If you know how to do this please help. | |
I am able to connect to Outlook Express but not Internet Explorer. A technican supposedly repaired the PC saying it was a virus and spyware that caused the problem. Any suggestions? Thanking you in advance. | |
[B]I need a little help, I'm not sure that it can be done, but it should be doable. Does anyone know how to create a link on a page to a bookmark that is on another page? [COLOR=Olive]:o [/COLOR][/B] | |
How do they make tables with only CSS without using HTML Tables? is it possible to make a table as shown on the screenshot below with only CSS and NO HTML? if yes how? [url=http://photobag.2plans.com/][img]http://photobag.2plans.com/images/75427379.jpg[/img][/url] Thanx in advance | |
I just got my computer back after he wiped everything and reinstalled Windows XP Pro. I know nothing about computers. When I go to any web sites with animations, they don't show up and on the bottom of the page is a little thing that looks like a piece of … | |
I am running [URL="http://www.geekstogo.com/forum/index.php?showtopic=120251&pid=721417&st=0&#"]Windows[/URL] XP on three PCs that are networked. We are using a Linksys BEFSR81 Cable/DSL Router with 8-Port Switch. We are using Verizon DSL. Using IE 6.0.2900 (SP2). Running Norton Antivirus, Webroot Spysweeper and Google toolbar. Popups are allowed for this page. WE HAVE NEVER HAD A … | |
I've been having a funky day with Dreamweaver. I'm pretty new to the program and web designing in general. It'd be fantastic if you could help me out! After editing some pages on Dreamweaver and uploading the site, I can't enter any of the pages from the homepage. When I … | |
I have made a .dwt file. But I do not know how I can make different html files from it. Basically I have three editable regions in the dwt file. and I want to use that file to make my index.htm file. Can someone show me how to do something … | |
I have created this nice template for my site, but I need to know how to apply it into any web page. I'm using dreamweaver. | |
[url]www.sanmarcosonline.info[/url] the main body link text color works in firefox but doesn't work in IE. any ideas before I throw my computer out the window? | |
I have come across an unusual problem, one I have never seen in all 6 or 7 years of using PC's, and ONLY on my laptop! Every time I try to access a webpage that uses Java, for example chat applets among a few others, the browser closes without warning. … | |
OK, I have just go btwreless broadband...I can access the nei fine, however there are some sites the browser jst doesnt like! I can get unto google, news sites -bbc etc however I've tried accessing sites like [url]www.macromedia.com[/url] , [url]www.apple.com[/url] [url]www.tradedoubler.com[/url] or [url]www.CJ.com[/url] and its not letting me? any ideas … | |
Good day people, my name is chike - Igwegbe CEO of dreams Integrated solutions based in Nigeria,we have sporting interests and also IT industry.You can check our website [url]www.dreamsportzonline.com[/url] .I need a competent web designer to carry out this new changes on my website and also if he or she … | |
Hey all, I have a web site that is as new as I am to this. I have forum, but I would like to add a CLASSIFIED page to it. The PHPBB has a classified spot, but I would like something, like pages that put automatic hyperlinks in and "roll-over". … | |
well the problem i have is that when i use tables on every diffrent screen the cells change their shape to fit the screen so all the text is wraped accordingly. is it possible to stop table from shrinking at a certain point so that the text wont wrap more … | |
This is for work and I'm just not that good at coding. The simple redirect code I know: [code] <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"> [/code] What I need is for the redirected page to be presized (width=800,height=564). I only know how to do it when a user pushed a button not … | |
Here's my question! check this website: [url]http://landing.ancestry.com/military/vday/[/url] [B]When I resize the window, so does the flash document, it changes it's geometry to fit my window not just shrinking or expanding the whole document, but managing it.[/B] Lots of code might be involved, so what I'm looking for is a tutorial … | |
Hello evry1!:) One more question: If i copy n paste any CSS code from any of the CSS tutorial websites,do I need to save it like an "external style sheet" or something? In short,how do I use CSS in DW?Simple copy n paste would do or no? Thank you. | |
[php]echo "i need some help with my dreamweaver site as the i got my contents on the page (contents are small) and the whole page is massive with small contents and it dont look nice. is their anyway i can make the webpage smaller so when i view it in … | |
I have an anchor over an image, a subsequent <p>, and a seond image. I'm trying to validate xhtml transitional, and it says, for each of the three elements: [quote]missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag... One possible cause for this message is that you have … | |
Hi , Good morning. Well, I had a need where the content page was by default loading scrollbars and body scroll="no" not getting effected i added color to the scrollbars to match the background and now it is working fine in the IE. But the thing that makes me go … | |
Hi all, I created several div tags which are nested. The code snippet looks like this: [html]<BODY class="layout" leftMargin="0" topMargin="0"> . . . <DIV style="float:top; width:100%; height:50%;"> <DIV style="float:left; height:100%"> . . . <DIV style="position : absolute ; width:100%; "> <tiles:get name="body"/> </DIV> </DIV> </DIV> <DIV style="clear : both ; … | |
Hey! Im new here and know very little about codes and such. Anyway, Im tring to post a banner on my site for a frined, but not the actual banner. Im tring to have it to where the actual code is visable as aposed to the image. Any codes for … | |
I want to push a reg hack befoe a person access a particular website....the website requires tsl 1.0 to be checked in order to access the site...I don't want the user to have to go to tools, internet options, advanced, security and check it....so how can I do it? make … | |
Hi! Im new in this forum and not very good at topics like this too :o . I need help regarding on my title. When I try acessing into the hotmail website it just gives me a blank page. I can however visit the yahoo main website but unable to … |
The End.