358 Posted Topics
Re: If you made a "design mistake" you should be able to correct it again where you made the mistake? Please post the mistake, or your code in order to help you solve the problem properly. | |
Re: Well, best is to post your "codes" here, then we can see what you have done, and help you from there. I don't think anyone here are just going to give you the script. Use the tutorials you read to compile your own script, then post it here, and we … | |
Re: I do not know much about coding, and someone more qualified may still resolve your issue, but I did find this post in Daniweb that may be of some help to you. [url]http://www.daniweb.com/forums/post838581.html#post838581[/url] Good luck ![]() | |
Re: It looks like a JS code might do the trick. Here is more info for you: [url]http://homepage.ntlworld.com/bobosola/pnghowto.htm[/url] | |
Re: Hi I had some same issues a while back. In my opinion, this is not related to the users you create on your database or your cpanel. It has to do with your hosting service, especially if you are hosted on a shared server. This is a issue of the … | |
Re: Hi See example of the user turn on/off autorefresh script here: [url]http://www.dynamicdrive.com/forums/archive/index.php/t-6141.html[/url] They claim it works, hope it helps you, let us know! Good luck | |
Re: I can see what you mean in IE 7. I'm just guessing here, but it seems that it is only the description area on top of the pictures below the drop down menu that are obscuring the menu list, and not the pictures themself? If so, it may help to … | |
Re: Well, I guess you need to have a php calender then? | |
Re: Well, I guess you need to install the openssl in your server/shoppingcart, as you need this to work on the secure (https) server. OpenSSL is the actual SSL program provided by the open source software community that let you create your own security certificates in it, but you still need … | |
Re: I think there may be something missing in the php part of your script. [CODE]$email = $_REQUEST['email'] ; [/CODE] It should come here: [CODE]<?php $email = $_REQUEST['email'] ; [/CODE] Followed by the rest, and then here [CODE]mail( "myemail@gmail.com", "Study Name",[/CODE] it should look something like this: [CODE]]mail( "myemail@gmail.com", "Study Name", … | |
Re: The transcript theme of wordpress is the one you want, but.... it is not a free wordpress theme. ![]() | |
Re: There are many. Google analistics, awstats and those can track visitors quite good. | |
Re: What I read, after googling a bit, was that other persons having the same problem as you, needed to update their version of the menu builder. So, first, make sure you have the latest version installed in your dreamweaver. | |
Re: Hi Can you not set content in joomla to be only visible to a registered group? If I am not mistaken, you should be able to assign permissions to certain groups of users in Joomla, and this should solve your problem without additional databases or extra html pages. | |
![]() | Re: Hi Ashton You can set a maxlength in the input field. Here is an example: [CODE]<input type="text" name="unique_name" value="" size="15" maxlength="4">[/CODE] Where size is the visible input of the text box, and maxlength is the maximum caracters allowed. Hope this helps |
Re: Cool&Awesome, this was one cool and awesome post, very good and great energy in it. | |
Re: If you only want to have the basic things on text easily converted to html, without any styling and size issues, a handy online converter is here: [url]http://www.textfixer.com/html/convert-text-html.php[/url] Plain text to html Word docx to html CSV to html table | |
Re: If I understand you correctly, the exact height is already known to you in mozilla? If that is the case, then that is the hight, or am I missing the point here? | |
Re: If you want the text to wrap around the right hand side of a picture, you will position the picture as left. position: left | |
Re: Hi kstorm, and welcome to Daniweb. What you want to do is all possible, with the correct css values. The grey color will come in the background of the body section, and the div that is defining your post or text area, you set the background white. Post the url … | |
Re: Hi The site does not display the same accross platforms. In IE it is also messed-up. I see that when you resize, there are scroll bars. You might want to change the script to remove those, and see what happens. | |
Re: Hi Not quite what you looking for, but firefox do have a plugin that invert web pages. If there is no answer to your problem, you may want to link the firefox plugin as an option for your site visitors. [url]https://addons.mozilla.org/en-US/firefox/addon/10403/[/url] | |
Re: I think it will be very helpfull if you can tell as what exactly your problem is. | |
Re: Hi, and welcome to daniweb. Can you please give more details, as in a link to the site (my first choice) or post the code here? | |
| |
Re: Hi David You can actually do this without php as wellby using java script and include everything with a single line of code on each new page you are creating. All you do, is to create a seperate file, with the css and html in it as javascript, and then … | |
Re: Hi A nice write-up that will get you sorted out, you can find here: [url]http://www.suite101.com/content/url-rewriting-via-htaccess-a26702[/url] Hope this helps. | |
Re: Hi I am no expert here, but I think you need to use relative font units, like em's; %; css keywords as in: smaller, larger... etc. | |
![]() | Re: You can set different emails to different options on your form, by using this: [CODE]<select name="send-to" > <option value="support@email.com">support</option> <option value="cancel@email.com">cancel</option> </select>[/CODE] |
Re: Hi Your browser tries to be loyal to you, and renders a very long word, without breaking it up, because the browser does not know where to break up such a long word. To be able to not breaking over the div, you need to set an overflow here: [CODE]div#container … | |
Re: I am just thinking here, should both users not be online and logged into the drupal site, at the same time, to be able to receive the chat request? If both users are logged in at the same time, and the chat notification is not visible, then yes, there is … | |
Re: Hi I am no expert with php, but do know about a few pointers that may help you. This error occurs when the header is not called first, before anything else. Some part of the body of the web page has been sent to you already when a request is … | |
Re: Hi You can link to your stylesheet on each page, in stead of copy it over to each page. That requires only one line of code on each page. As for the html part, if you have a database installed and for instance running on php, you can include the … | |
Re: Hi If the server is Linux and having Apache Mod-Rewrite moduled enabled, you can create .htaccess file, with the following code: [CODE]Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^www.domain.com [nc] rewriterule ^(.*)$ http://domain.com/$1 [r=301,nc] [/CODE] You upload the .htaccess file to your root directory, where your site index file is. Please … | |
Re: You do not say center to what? Your code starts with [B]<tr>[/B] so I presume you want to place the two buttons center to a table? If so, use this: [CODE]<CENTER> <TABLE> <tr> <td colspan="2" align="center"> <input type="button" class="btn" value="New" name="New" onClick="window.location.href='new2.php'" onMouseOver="hov(this,'btn btnhov')" onMouseOut="hov(this,'btn')" align="absmiddle"> <input type="submit" value="Delete" … | |
Re: Hi I think you can get the general idea from this site: [url]http://www.maxdesign.com.au/articles/css-layouts/three-fixed/[/url] See also their homepage for more layouts. | |
Re: Hi This is a sort of tricky question, because there are ways to hide the text behind the image, and it is not sure what way is the best for SEO, without being frowned upon as spamming. Some will argue that using the alt text method for the image is … | |
Re: Hi, and welcome to Daniweb. Personally, when I open a webpage with a scroll bar in the content, I close it without reading it. It is, to me, so retro! But, that is my personal taste and others may not be bothered by it. I guess, what I am saying, … | |
Re: Hi apollokid, I think it is because your <li> for level2 is inside the <ul> tag, that may be the reason why the list hovers over all the <ul> items. But, I may be wrong. See what happens if you take it out from inside the <ul> tag. | |
Re: See if it helps if you ad some padding value here: [CODE]# .rodape { # # # margin-top:15px; # padding:0; # # background-color:#5a6f5d; # # width: 100%; # height:50px; # border:none; # # }[/CODE] And/or here see what happens by adding values to margin and padding: [CODE]#footer_container { background-color:#5A6F5D; margin:0 … | |
Re: Like the man said, using CSS rather is recommended. But here is the proper html tag to set the background as an image if you want to use html instead: [CODE]<body background="/the/path/to/the/image.gif"> [/CODE] To ad to the CSS code of the above poster, to set all the background properties at … | |
Re: Dynamic sites, CMS sites uses a database and scripts like php, asp etc. I am not sure what it is that you are asking, but if you do not want to update html/css on your site with a text editor, you are probably looking at a CMS type of software … | |
Re: Google is your friend here. There are many to choose from. I cannot reccoment any particular one, because I do not use any of those myself. If I can take an educated guess, I think the way to go will be opensource type of designing software. See here: [url]http://www.designvitality.com/blog/2007/10/25-open-source-web-design-programs-and-tools-you-should-already-know-about/[/url] And … | |
Re: Yes, it can be adjusted. If you post the code or link to the problem page, we can look at it and see how we can help. | |
Re: Hi, try to make it one line, and not 2 paragraphs, like so: [CODE]<h1><img src="Libraries/documents/web dev pics/genlogo.jpg" alt="Generation Changers Procuction Company" width="92" height="92" /></h1>[/CODE] You may also want to make sure the path to the image is defined corrwctly, by pointing to it starting with [url]http://www.yoursitename/libraries/documents/[/url] etc.... | |
Re: Strange, my Firefox does not do that at all. Maybe you can link a site here where it happens, and explain what link to click on it that will open in a new window, and causes your Firefox to fall over. Does this happen only when you visit or open … | |
Re: Hi, I did not go over your whole code, but can give you some general pointers: 1. The links in the submenu all go to the homepage, because that is the way they are currently linked: For example, this: [CODE]<table class="seen2" style="font-size:small; right:100px"> <tr><td class="tpx2" valign="middle" onclick="window.location.href='http://home.naturalfrugality.com/home.php'">Decorating</a></td></tr> [/CODE] Should be … | |
Re: Hi Here is a few pointers that may help you along. 1. Make sure you properly define the code, like here: height: 100% should be: height: 100%[B];[/B] See the little [B];[/B] after the 100%? You forgot that, and that is why you were unsuccesfull to adjust the hight. To define … | |
Re: You can use a shopping cart software to do this easily. There are many free ones out there, like oscommerce etc. | |
Re: I am trying to figure out what do you mean? You are pointing to something in the screenshot that looks like the border of the container that holds the post. To edit that, you will have to change the content border settings on the html or css file of your … |
The End.