145 Posted Topics
Re: Well... Use the <fieldset> tag to collect related parts of the form together (if a large form). Apply <legend> to help indicate what the form pertains to. Ensure all Inputs have a <label> tag. Also ensure all Labels/Inputs have unique IDs. The label should go first for most inputs, (text, … | |
Re: okay... are you using HTML + CSS? If you are using Inline css styles... [CODE] <img src="picture1.jpg" alt="description1" style="float: left;"> <img src="picture2.jpg" alt="description2" style="float: left;"> [/CODE] If you are using Embedded (within the <style></style> tags)... [CODE] <style> .imagefloatleft {float:left;} </style> <img src="picture1.jpg" alt="description1" class="imagefloatleft"> <img src="picture2.jpg" alt="description2" class="imagefloatleft"> [/CODE] If … | |
Re: Erm... when you say "next to each other"... you mean "side by side" or "horizontally ??? Well, think about it. MS Word is not receiving the styles! If you remove your style sheet call, you'll probably see that the browsers do the same as the word processor. Divs, by desfult, … | |
Re: Okay - I think I get it (you had "custome"... and I read it 3 times as being "costume" ?)... taking it as custom... I hate to say this... but having something like DreamWeaver (arg-horrid taste in my mouth), would be of benefit to you in this case. You can … | |
Re: hmmm [url]http://www.w3.org/TR/html4/struct/lists.html[/url] ... :) ... [url]http://www.somacon.com/p357.php[/url] that should give you enough info and a "quick" method to get used to. ![]() | |
Re: ... vesna ... If you look around on the net, there are sites with little tools for this sort of thing... pop-up window makers etc. The better ones will give you the choice of toolber y/n, scrollbar y/n, modal, display,movable etc... all the optiosn that you can use. Simply look … | |
Re: Yeah for ... vishesh ..., glad to see others think starting with a "do it all" tool is a bad move. HTMLDog AListApart Mezzoblue All good sources. Best thing to do is learn by building simple bits. Learn the ie bugs off by heart - look for IE + Bug … | |
Re: ...MidiMAgic... You made that rather difficult for people to help... You said no fixed width, no defined width, then you apply 100% for the Table Width. :) For just about anything... margin: 0 auto; text-align: center; This works for almost every browser, no matter the element. The reson being that … | |
Re: Do you mean you want the "content of the frame" to be 200 from the top? Sorry, it is obvious that it is important to you - but we are not quite sure what you mean. Please forgive us, and if possible, supply a link or a quick iamge of … | |
Re: Okay... just for the sake of you encoutnering the problems latter... [url]http://www.daniweb.com/forums/thread88871.html[/url] Please read that and consider making the adjustments :) | |
Re: Okay - you have told us what the width should be... any reason you haven't told your css ? :) Tell you Nav Container the width you want! Additionally, you may want to wrappers/contaiers for the nav... once with the full width, one that "shrinks" around the content... then center … | |
Re: Alot of interesting posts... and I'm glad to see that this wasn't the ethno-riot I feared it would be when I clickedthe link. Okay... England. Land of Education, Civility, Manners, Honour and lets not forget Sarcasm (damn sure it's an English Invention! ;) ) The coutnry has been invaded fully … | |
Re: Well, if you viewed the source of this page... you would see... <meta name="keywords" content="How can i add info into Meta Description tag and Meta keyword tag?, programming forum, computer forum, programming help, computer help, tech support, technical support, web development, website promotion, internet marketing, seo" /> <meta name="description" content="How … | |
Re: If you have a windows based server it is doable with a little effort (sort of the only advantage to a windows server!). The other alternative is to attach the spread sheet to a database, and have the database attached to the webpage. That means you can make changes to … | |
Re: erm... ot 100% sure on this.... each "Number" is only available once. It is associated with a "Provider". You may not need to know the Provider, as the number is already associated with it! You do not pick up your mobile... enter in your friends number, then select a proider … | |
Re: Okay... 1) You have inserted contents and elements straight into a <table>, no <tr> or <td> !!!! This is incorret. If you Validated, you would have found tis error and fixed it. ([url]http://validator.w3.org[/url]) 2) Rather than making your page title a <p> with lots of <br>s... try using one of … | |
Re: Okay... make sure that any floated columns do not have a combined width of 100% (or more!). Remove comments from inbetween flaoted elements. See what results you get. In most cases, that will solve the problem. Additionally, beware of using display:none. Basically, as with most of the IE Bugs, you … | |
Re: I'm more than a little confused... throughout this thread it has been stated that neither KeyWords nor Description haev any affect for Search Engine Results. If that is the case - why are they still recommended and why are they still used??? Additionally, stating the reciprocal links can be a … | |
Re: You would need some script to do that. ADditionally, you would need some SMS provision. 1and1 hosting provides such things... alternatively, you cansign up to such providers who should giveyou some sample scripts and instructions. | |
(No idea if this is the right place... couldn't really see anywhere suitable, sorry!) It's been in a couple of different threads... and I'm going to bandy it around a couple of communities... You can say what you like, the truth of the matter is that there are people and … | |
Re: Okay - two things I can do for you. For free, I can suggest that you look into advertising providers or start a sponsorship/advertising program of your own. For a service, I can provide details of several Advertising companies that could supply you with CPM advertising (pays by the thousand … ![]() | |
Re: May seem odd.... but why not use the Account control system - I'm assuming that you have something like CPanel or such - thet usually has a file manager. Alternatively, there are scripts around to act as little "Libraries" for such things. | |
Re: If I remember correctly, you want Inline not float. You want to divs... one full width, acting as parent, the other as child. you can center the child. I think you can flaot the child too... but the List should be inline... I think. Let me know if that works... … | |
Okay - there is no otherway to phrase this ... [B]Help![/B] I am not a programmer, never claimed as such... but I do use a php based CMS, which I adore - Xaraya. So I am building a site for a client, and it's gotten to be a rather ugly … | |
Re: Okay. Firstly, don't panic... you've jsut stumbled upon the major drawback of CSS over Table designs. It is not particualrly a fault of CSS, more a fault of Browsers not really supporting things consistently. But there are methods to fix it. Firstly, if you have seperat DIVs, they will not … | |
Re: Technically ... zmariow ... is correct, (so long as the Lists are not of Menu or Dir types). The example of more than a single <h1> tag is not correct... (you should only have a single <h1> ;) ). | |
Re: Well, it may be the menu code! I know that is stating the obvious - but have you checked with the menu originator that it is compatible? Does the client have JS eanbled? Is the scripting using windows proprietry expressions? Alternatively, contact the suppliers of the menu code. Then again, … | |
Re: Technically, Frames are often considered bad for the internet.... they tend not to be SE Friendly, not particularly good to Screen/Text-Readers either. That said, if more for a "Web-Application", such as on an Intra-net, then I'm not so sure as to the bad poitns being so important (though accessibility could … | |
Re: Well, if you want to display the data, it has to go somewhere. 1) Email to you, you edit the page. 2) Save to file, page loads files. 3) save to DataBase, page loads DB. I think those are your three main options. So, 1 is out, leaving 2/3. You … | |
Re: Personally, I'd go through the CSS applying... border: 2px solid red; to each element to make sure that it is containing the children correctly. At least that way you will be able to see what is where and just how much space it takes. Additionally, you may be able to … | |
Re: Just a quick guess, but you may find it's the classes. If I'm correct, you have multiples of these "image pop-ups", all with the same classes. so if you think about it, you have multiple little boxes with popup layers, all basically overlapping each other. The problem occurs for the … | |
Re: Could you tell us which Iamge you refer to? You also have Inline styling, which will always overide/take priority external styling. | |
Re: Well, due to some of the addresses being stripped, I cannot help with the css... but I can tell you did not validate! You need to validate as you code... otherwise it will not do as you think. Additionally, you eed to test in other browsers as you build, as … | |
Re: " First character of each word in Uppercase " is not Sentence case, it would be Title case. In CSS, you would want to use ":capitalize". Note: it uses a "z" not an "s". ... p { text-transform: capitalize; } I think that would give you... " Text That Looks … | |
Re: Well, for a start, if you want a "fluid" page for things like height.... you can't use position:absolute! You are tellign the browsers to stick something "THERE", so no matter what happens, it will not move. Additionally, you may find it easier if you stop using height: as well. In … | |
Re: Why not just organise something in the central UK region (such as London). Not all the hotels are extortionate in room rates... and some will do fairly priced convention hall bookings... jsut watch out for additional prices for things like using plug sockets (£30+ rental, not including the hourly fee!). … | |
Re: To be honest... I didn't thik it was possible to alter certain form elements. By applying font-size/line-height, you can alter the size of Text-inupts etc... but things like checkboxes I believe are "standard only" in compliant browsers. (Will double check and get back to you on that though!) For the … | |
Re: At a look... I'd guess either you have used "height:" or are using "float:" and not clearing it. | |
Re: Not quite sure what you are asking for here... If your text is in a container, such as a Div, then you can apply a Background to that. You then have the options of the background Not Repeating, or Repeating along the X, the Y or both XandY axis... If … | |
Re: Not 100% certain you can put "background" in a TD... I know that it is also dodgey trying to colour a TD... So you have two options. 1) Put a Div inside the TD and apply the BGIMG to that 2) Use full on selectors.... #TABLEID TR TD {} and … | |
Re: Certain I made a post to this the other day! Try looking up JPGraph. It's php, and will take data values and generate graphs from it. In regards to the site, you are going to need to build your own DB system with Input forms, some form of Feed receiver … | |
Okay, may cause a minor arguement - but am dying to know what others think... Should we be using CSS to create special effects and behaviours on websites? The whole point of CSS is apparently to help seperate Content from Style... but a third piece is missing, Behaviour! Now, I … | |
Re: So many things to choose from :) But I'd say the most important thing I do for ALL my sites is apply a little Thought & Consideration. I try my best to ensure it works in both 800 and 1024 resolutions, that fonts are scalable in all browsers, easily legable … | |
Re: Okay - never tried... but after a little research.... [B]1) Try using : after size ?[/B] You have put "size landscape;"... try "size: landscape;" instead [B]2) Try it on a Single line.[/B] @page {size: landscape;} [B]3) For Reference - 1...[/B] [url]http://web.tampabay.rr.com/bmerkey/examples/landscape-test.html[/url] [B]4) For Reference - 2...[/B] [url]http://www.codeproject.com/useritems/Landscape_Print_in_IE.asp[/url] Hope that helps. | |
Re: Wouldn't have a clue - there are many "little" ones that appear all the time, but they tend to be either severly limited in function, or just plain useless... Drupal Mambo Joomla simpleCMS easyCMS Xaraya All of those are pretty popular and been around long enough to have major bugs … | |
Re: If you are going to want to add additional fields or data types, you could look at Xaraya ([url]http://www.xaraya.com)[/url]. I've built more than a few sites with that ssystem, all of them custom.... but you can use it out of the box... and make moderate tweaks without needing to code … | |
Re: Okay... I myself have not used OSC, but I know it is heavily template driven. There should be a Cart Link visible automatically on the default theme. if you view the source, you should beable to locate it, and from there you can dig through to find thetempalte that uses … | |
Re: JS files...external....2...... 1. x-core....cross platform browser JS. 2. minmax....makes IE accept the min/max height properties JS. JS script....internal......lots.... the one you want.....(2 parts) (part1_____the JS that does all the work!) <script language="javascript"> function screenup(n){ screenow = window.open('/screenshots/up.asp?col=24112004&n='+n,'screenow','width=790,height=574,resizable=no,scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no'); } function fcnDisplay(n){ xGetElementById('displayImg').src = '/screenshots/24112004/'+n+'n.jpg'; } function EVE_preloadImages() { var d=document; if(d.images){ … | |
Re: ... raheleh ... sorry - but are you asking to "hide"; 1) some parts of the webpage content, such as hding a menu, or some advertising banners etc... 2) some part of the browser window, suc has the toolbar, addressbar etc... ??? If (1), then same goes as from tgreer, … | |
![]() | Re: Hmmm, probably not a particularly useful response... but I'll throw it in anyways... If you stick to basic CSS, and ensure that you use valid code and a correct DocType, you should get near to 95% compatibility for different Browsers and OS. I only test on Windows IE6, MFF 1.1+ … |
The End.