145 Posted Topics

Member Avatar for Cerberus

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, …

Member Avatar for MidiMagic
0
142
Member Avatar for shank

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 …

Member Avatar for MidiMagic
0
111
Member Avatar for KDesai

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, …

Member Avatar for MidiMagic
0
126
Member Avatar for vjw757

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 …

Member Avatar for autocrat
0
153
Member Avatar for kaleemz

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.

Member Avatar for GreenDay2001
0
55
Member Avatar for vesna

... 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 …

Member Avatar for macneato
0
174
Member Avatar for bill.jeffs

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 …

Member Avatar for autocrat
0
110
Member Avatar for MidiMagic

...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 …

Member Avatar for MidiMagic
0
117
Member Avatar for coat

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 …

Member Avatar for coat
0
805
Member Avatar for Taffd

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 :)

Member Avatar for autocrat
0
100
Member Avatar for razzor

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 …

Member Avatar for autocrat
0
193
Member Avatar for Dave Sinkula

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 …

Member Avatar for EnderX
0
331
Member Avatar for thienanh

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 …

Member Avatar for stymiee
0
226
Member Avatar for MKIII

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 …

Member Avatar for autocrat
0
112
Member Avatar for ZenMartian

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 …

Member Avatar for autocrat
0
166
Member Avatar for janicefernandes

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 …

Member Avatar for autocrat
0
140
Member Avatar for Spycat

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 …

Member Avatar for autocrat
0
135
Member Avatar for zabador

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 …

Member Avatar for stymiee
0
167
Member Avatar for ZenMartian

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.

Member Avatar for autocrat
0
161
Member Avatar for autocrat

(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 …

Member Avatar for autocrat
0
92
Member Avatar for abrienda_noec

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 …

Member Avatar for GreenDay2001
0
60
Member Avatar for DaveB

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.

Member Avatar for autocrat
-1
166
Member Avatar for lithium1976

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... …

Member Avatar for lithium1976
0
107
Member Avatar for autocrat

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 …

Member Avatar for autocrat
0
240
Member Avatar for scru

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 …

Member Avatar for MidiMagic
0
90
Member Avatar for lithium1976

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> ;) ).

Member Avatar for MidiMagic
0
115
Member Avatar for FC Jamison

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, …

Member Avatar for FC Jamison
0
107
Member Avatar for Fungus1487

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 …

Member Avatar for nyashaC
0
118
Member Avatar for mrjersh

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 …

Member Avatar for autocrat
0
114
Member Avatar for RiverKqj

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 …

Member Avatar for autocrat
0
77
Member Avatar for php_noob

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 …

Member Avatar for autocrat
0
129
Member Avatar for ForestTech

Could you tell us which Iamge you refer to? You also have Inline styling, which will always overide/take priority external styling.

Member Avatar for ForestTech
0
160
Member Avatar for woocha

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 …

Member Avatar for MidiMagic
0
158
Member Avatar for cancer10

" 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 …

Member Avatar for autocrat
0
82
Member Avatar for mikki2

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 …

Member Avatar for mikki2
0
126
Member Avatar for happygeek

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!). …

Member Avatar for Dani
0
609
Member Avatar for artee

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 …

Member Avatar for artee
0
123
Member Avatar for rubik's cube

At a look... I'd guess either you have used "height:" or are using "float:" and not clearing it.

Member Avatar for autocrat
0
105
Member Avatar for scru

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 …

Member Avatar for autocrat
0
113
Member Avatar for Bonus

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 …

Member Avatar for autocrat
0
237
Member Avatar for compengr

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 …

Member Avatar for autocrat
0
74
Member Avatar for autocrat

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 …

Member Avatar for MidiMagic
0
131
Member Avatar for roryt

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 …

Member Avatar for MidiMagic
0
185
Member Avatar for EnderX

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.

Member Avatar for MidiMagic
0
83
Member Avatar for shiva reddy

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 …

Member Avatar for autocrat
0
49
Member Avatar for sevdiaz

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 …

Member Avatar for autocrat
0
88
Member Avatar for lprdgds

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 …

Member Avatar for autocrat
0
49
Member Avatar for croft

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){ …

Member Avatar for azzu5
0
452
Member Avatar for raheleh

... 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, …

Member Avatar for digital-ether
0
157
Member Avatar for GreenDay2001

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+ …

Member Avatar for autocrat
0
112

The End.