Tag Archives: Code Lt

Add a 1 pixel solid border to certain table or a part of a table.

Hello there. I will be using FrontPage for web page design. I used to include 1 pixel, solid borders to certain table not all tables on the page or or parts of tables using FrontPage, nevertheless noticed that these kind of borders are only visible in Net Exlporer, while in other browser for instance Opera or Mozilla an individual wouldnt see all those borders. My question is how can i add cross-browser kitchen table borders so that it could be seen in all browsers or at the least in many I guess it can be done through css script, but I guess there might be easier way. Any suggestion will probably be appreciated. Regards. Code: <! DOCTYPE web coding PUBLIC " -//W3C//DTD XHTML JUST ONE. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < web coding xmlns=" http: //www. w3. org/1999/xhtml" > < head> < title> CSS Border< /title> < model type=" text/css" media=" screen" > . line, td border: 1px sturdy #000; border-collapse: fall; < /style> < /head> < body> < family table width=" 750" cellpadding=" 0" cellspacing=" 0" border=" 0" class=" border" > < tr> < td width=" 375" height=" 550" > blah< /td> < td width=" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Display current time

Hi everyone, I am attempting to display the current time on the site and having considered around I discovered this code Reply. Write FormatDateTime(" 12/23/2003 8-10: 24 AM", vbShortTime) but obviously it just exhibits the 8. 24 constantly.. no big surprise there then. Does anyone find out what i need to use in this in order correctly to display the contemporary time Thanks beforehand, Mitch….. I have applied the following in past times, it doesn’t grant you the date in number format but it surely works. Output seems like this, I’m sure the good news is way to clear the output in place, but it’s a new start Code: < script> var time=new Date() insurance coverage. write(‘Current Time: ‘+time+”) < /script> This particular displays the server time. If you would like the clients moment, use audiofreak9 Is code. Code: < % Dim clock time clock = Time Reply. Write(clock) %> Thats great, thanks bfsog. Mitch…….

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

A question about images

I’d like to see to align an image in the middle of my webpage using only web coding. I cannot choose a command to undertake it. The image is at the top associated with my page and i just want it to become centred down the middle of the page. put this code around the image: HTML: < div align=" center" > < " picture code here" > < /div> Confused but I are convinced will only work in IE. Code: < div align=" center" > < div style=" margin: 0 auto; " > < " picture code here" ) < /div> That would work in IE in addition to Firefox. < /div> Code: < img src=" location/pic. jpg" width=" (xx)" alt=" " style=" margin: o auto; " /> or Code: < center> < img src=" location/pic. jpg" align=" center" alt=" " > < /center> Depends when you are bothered about web standards, many methods now at least use a smaller snippet of CSS.

Posted in Web Design | Tagged , , , , , , , | Leave a comment

Insert record

Good day everyone, i’m seeking advice for a insert record difficulty i’m experiencing. Relating to a asp file i always have created in DWMX who has two forms at it, the first form incorporates a field that is the heading and exists in one table and the other form has some sort of text field that exists in one more table, also with this form is some sort of submit button. You can find two ‘insert record’ for each form. What I would really prefer to do is actually trigger the insert record for any first form if the user clicks to key in the large text box around the second form but i’m uncertain how to begin this. Am I going using this all wrong, can anyone put me on the right path Thanks ahead of time, Mitch…. I’m not excellent with javascript, but I’m guessing that’s the thing you need to use. You might possibly use the onfocus factor to call the function to submit the shape. Code: < reviews type=" text" name=" textfield1" onfocus=" yoursubmifunction" /> Like MY SPOUSE AND I said, I’m not excellent with javascript, however you get the normal idea. excellent luck digitaltheory.

Posted in Web Design | Tagged , , , | Leave a comment

Where do I look to learn?

Howdy to everyone, This can be my first morning here, I found you by searching on google for help, so I’m expecting somebody can direct me towards info I get. To begin with, I am your self taught webmaster who’s in the center of changing over our site to W3C compliant XHTML. The thing which is reared up it truly is ugly little head will be error message I get because of the ‘language=javascript’ portion in the code in RSS feeds (as seen about this page; http: //www. kygallery. com/list/commerce/index. htm) What I want is to discover a source of data, that I can make reference to when I run into such problems, so I can figure out how to fix them. Any suggestions Good, I have learnt a great deal on web forums this way one. So you’re in the correct place! In reference for a question you could try in search of valid xhtml javascript statements etc. However I believe I know the reason the validator moaned from you. That < script language=" " > tag is not supprted any far more. Instead do Code: < script type=" text/javascript" > < /script> Hope this specific helps Thank you … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Someone please help site having a rooney!

Greetings all. I recently designed a fresh site for my own ring WISP company. But truble is definitely when building them in dreamweaver when i used mozilla since my preview browser and it all looked nicely. So then we came to upload the basic design and style, i checked it up on i. e. in order to my amazment it was buggered! All the borders usually do not line up. I have checked out the code and cant appear to solve the problem but i am in no way any coding community, so if someone could you’ll find the site and try as well as fugure out wherever im going wrong that may be great. Thing is the item works great within mozilla you can you’ll find the site there to observe what its designed to look like. Ive also examined it in opera nevertheless thats not such a bit issue as its a smallish used browser. Thank you. world wide web. onetouch. mypfc. com Do you think you’re using any paddings or perhaps margin settings within your css IE milkbones them differently as compared to mozilla. Most likely are not your problem, but it’s worth considering. excellent luck digitaltheory … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

coded e-mail addresses for safety reasons?

On some internet pages e-mail addresses are generally coded for health and safety reasons. In spot of appears (a) as well as (at)… does one think this is important Does anyone possess experience with maltreatment of mail adresses as a consequence of showing them properly from a website jz It is absolutely necessary. Personally I’d personally even avoid that joe(at)bloggs(dot)com method as well. I have a few accounts that were rendered useless as a result of spam because of them appearing on pages in basic text. i recently looked at your internet site to see how i handle it… so i guess the safest way is to have a form to add for contacting like one does. that’s a feel bad for, i think it can be nicer to allow people write a message began seeing they are employed to in everyday mails. although if it’s inevitable… Alas that’s the way of online it seems. Maybe a compromise is usually to have a type for initial contact for being made, whereupon you reply into the sender thus delivering an address for further communication. does one mind showing me personally how your phone. php in your internet site works That’s probably … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

I have a design problem

Could someone please evaluate the source associated with my site internet. webmastercentral. org and explain to me why the best column wont go all the way up up my internet page… please help. thank you First thing I’d do plainly were you will be simplify your program code. The layout seriously isn’t that complex, yet that column features a rowspan of SOME () — I’d guess these have something to do with that, but it’s a guess as there’s a great deal code there WE can’t work it out in the least. Sean MY SPOUSE AND I hate to pull out the older lame cliche, " use CSS"… Yet, you already possess a style sheet referenced. Why can you even have tables That’s the main point of making use of CSS. You need to find a THREE OR MORE column CSS example stylesheet and utilize identical layout on your webblog… without the requirement of any tables. That would clear up not only your entire column problems, but simplify the changing of your respective content. Much easier to incorporate new paragraphs, update content, etc. niko18- You’ve got a lot of nested conference tables, so it’s quite difficult to tell what is … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

Need To Populate Field Upon Tab

Anyone know of a script I could install that would allow the person to do this: Type information in a text field of the form near the very best of a page that might upon tabbing towards the next field, put the information anyone just entered suitable field at the bottom of the internet page. This is very useful with an interactive interview script My business is building. The information entered in the interview would immediately show up at the bottom of the page for the interviewer to refer to and never having to page back as long as where it was originally entered. (It is a long interview. ) I have searched around a great deal of java scripts as well as find nothing. Sure would understand hearing from anyone which has or anyone that wishes to get paid to create one. Thank you, Robert Well, that shouldn’t be too difficult in any respect. Assuming you have two textareas, set ids on both ones: Code: < textarea id=" field1" > < /textarea> This is to be able to refer to these individuals separately through JavaScript. After that, you can utilize the onblur’ attribute of the textarea element to make … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , | Leave a comment

Borders and Tables

We have seen websites where by borders surround the layer or your table, but that dividers are seperate… well then , i’ll make it clear. Secure have one column of an table with your border, and one particular without in addition to… Secure create a boundary around a stratum itself… I am very unfamiliar by using CSS, but, if that’s the only strategy to do it, feel free of showing me, though just try to stay away from it…: nervous: Good, I suppose you can stick a table using its own border in the < td> in the event you wanted the appearance of this cell having some sort of border and nothing others, but what a lousy way of doing it. Please, please, please take a peek here and try some of that because it happens to be not difficult to catch on. Familiarize yourself! The simplest way is CSS. Somewhere between the head tags set this, for case in point: Code: < design type=" text/css" > . boundary border: 1px solid #000000; < /style> And for every < td> that you like the border around you do it like this: Code: < td class=" border" >… < /td> … Continue reading

Posted in Web Design | Tagged , , , , , , , , , | Leave a comment
Page 6 of 16« First...45678...Last »