Search
Views
- How do I create a Guestbook in Dreamweaver MX - 34,902 views
- 360 virtual tour HELP?!?! MOV or SWF??? - 27,777 views
- Looking for examples of one-page web sites w/ a tracker or counter - 27,538 views
- How can prepared an article for submission? - 18,118 views
- Are online forums obsolete? - 17,739 views
- Link Direct to Table Cell - 16,465 views
- Review www.mwfglobal.com - 10,139 views
- Installing Apache on Win2000 Prof - 9,144 views
- Discussion: KW in Domain, does it add value to appraisals or not? - 8,952 views
- Deprecated tags - 7,850 views
-
Recent Posts
Recent Comments
- Grace on Looking for examples of one-page web sites w/ a tracker or counter
- moneyfiver.com on Looking for examples of one-page web sites w/ a tracker or counter
- moneyfiver.com on Looking for examples of one-page web sites w/ a tracker or counter
- News on Looking for examples of one-page web sites w/ a tracker or counter
- News on Looking for examples of one-page web sites w/ a tracker or counter
Categories
Tags
Advice Ajax Amp backlinks Blog Cms domain doubt email google Greetings Hello Html Css image Images Internet Site Javascripting Job keyword keywords Lot Many Thanks money Niche people Photos Php Php Mysql Programmer Quot regard Right Direction Scripts Templates traffic Web Design Web Designer Webhost Web Page Web Page Design Web Pages wordpress World Wide Web Xhtml yahoo-
November 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: Html Coding
Yahoo Webhosting – Page Include Problems
Do you find it just me I just now took over updating a website that is hosted on Yahoo, and for your life of us, I can’t figure out how to make a page include work. This should be pretty simple, right I’m not a guru or a skilled, but I are advanced enough (or hence I thought) to try and do manual HTML coding, or anything else., and I’m a excellent Javascript cut-and-paster. I’ve sent 2 E-mails recommended to their Customer Care – still waiting for a reply. Has anyone had this issue, or can any person tell me easy methods to fix it I think I got it to your workplace once, but all of a sudden, they just don’t work anymore. NOTHING AT ALL.: ichatangr Any help could be GREATLY appreciated.: ichathapp Thanks a lot. Hi webbee, and welcome to the board! Los angeles injury attorney Yahoo Webhosting won’t answer this question is because it falls outside the normal bounds of website hosting tech support. Most hosts would not answer questions in connection with design of a site unless it relates to one of the components of the server not doing work or something of this nature. … Continue reading
Posted in Web Design
Tagged Carleton, Customer Care, Guru, Hosts, Html Coding, Los Angeles Injury Attorney, Paster, Reply, Server Side, Ssi, Tech Support, yahoo, Yahoo Webhosting
Leave a comment
Image Border
I should find out how to do that… similar to.. http: //www. webdesignforums. net/index. phps= exactly how filb has that drop shadow, i should find out how to accomplish that – i DO possess the 2 side graphics, i just want to find out the HTML coding check out view > origin.. you will know. You would like more than COUPLE OF side images… you need FIVE edge images as well as 4 corner images (if you intend to make it appear realistic). Then result in a 3×3 table the place that the center is your content and the edges are track record images of cells plus the corners are photographs. Check for certainly one of how i would take action. Given WDF’s frightening source, it is not going to likely help FWIW they’re hopeless. It took two hours to have them working both in IE and Mozilla, not really counting the slicing time in Photoshop. But, then once more, these are actually correct drop shadows, not flat shadows or anything of that ranking. …. i dont really want corner ones, i’d prefer 2 side types, i have this 2 side shots, someone please aid -. – have a look … Continue reading
Frontpage templates anyone?
Hi Can anyone advise where we can find decent excellent frontpage templates…… and not buy them! Ive found sites selling them on $50 but figure they must be available cost-free somehow. Thank you in advance THud Have no idea whether this link could be of any work with, but I suggest you take a look at Dreamweaver, by Macromedia. http: //www. thememart. com/ greetings thanks nevertheless the themes on which link are cheap and nasty. Cheap, and not something you could design a excellent business site with, in fact these are themes not templates. I design by using Frontpage as im not graced by using extensive html coding ability nor do i desire to be, so im not considering dreamweaver. Kind regards You get what you have the funds for. It sounds such as you want how do i just appear for you personally. Good looking websites take considerable time to make. Prefer a quality template, you are going to have to finance one. Why must they be available " no cost somehow" Furthermore, if you want to turn that quality template suitable website, you need to be prepared to find out some HTML. Should you be not willing to … Continue reading
Posted in Web Design
Tagged Business Site, Frontpage Templates, Greetings, Html Coding, themes, Thud
Leave a comment
Do I have to pay to put (TM)?
We have one nice slogan or maybe word or whatever, and I never want other lazy copykat to make use of it. Can I just put the (TM) symbol near it without paying, registering, for example anything Thnx I believe using TM without the proper licensing is actually illegal AFAIK. Opt for the symbol (alt+0169), thats acceptable! You implement the TM image for anything that’s not previously trademarked and may be legally trademarked. You can’t use the documented trademark symbol, nonetheless. The registered trademark symbol is a (R) symbol, right So I’ll do something such as: ThisIsMyStupid And Boring Slogan So you Can’t CopyIt (TM). Acceptable, sorry, got everthing wrong lol: -P The documented trademark symbol is a (r) symbol, try www. webmonkey. com to learn the html coding for it. Yes, presented nobody has used it. It is legally better to register that, but as by using patents and copyrights, you’ll die connected with natural causes before it takes effect. Or at the least your site can have changed. The context is often a matter of years. As a make any difference of fact you should prove that you might have been using the phrase befor an individual regester … Continue reading
Posted in Web Design
Tagged Afaik, Copykat, Html Coding, image, Ing, Learn Html, Patents And Copyrights, phrase, Regester, Register, Registered Trademark Symbol, Respect, Slogan, Tm Net, Trademarks, United Kingdom, Vocabulary
Leave a comment
e-mail form
I highly recommend you forgive the naivity along with ignorance I’m therefore obviously displaying right here! I’ve set up a form which often, upon the customer hitting the submit button, I wish to be e-mailed to an account provider that I stipulate. Is there a fairly easy addition to that html coding that might do this regarding me I’ve tried to accomplish it in frontpage yet got a garbled message about " frontpage extensions may only be looked at when uploaded". The use of php you incorporate the use of the technique below: PHP: < $to = “youyourdomain. com”; $subject = “your site – feedback”; $body = “< p> < font size=’2′ face=’Verdana’> This what will be displayed in the mail… “; $headers = “From: mailyoursite. com\n”; $headers . = “Content-Type: text/html; charset=iso-8859-1\n”; mail($to, $subject, $body, $headers); echo “Thank you $_POSTname, your feedback has been presented… “; > Basically, the $to/$subject/$body ought to be obvious, the headers are exactly what displayed in the header belonging to the email, I’ve also added in the code int there for you youngster should be add html while in the body of this email, on your form for those who … Continue reading
Making My Web Site Accessible to Both PC and Mac Users
Hello. I ‘m a brand new member of this kind of forum so eliminate me if this question had been posted. Recently i created a personal Web page (very barebones… many text, no graphics as well as other bells and whistles) with a PC with Your windows program XP using WYSIWYG HTML PAGE software. Mac users who visit the site with Internet Explorer view only gibberish, and Mac consumers with Netscape see the best text, but not all of it is properly formatted and it may not be in the unique fonts. Perhaps there is a fairly simple way to correct these problems I’m the 1st to admit of which my HTML coding knowledge are minimal, but surely that is a common problem. Bless you! Paul Engstrom pauleearthlink. web If you allow us a connection to the site in question we can better make it easier to. If you ever go here http: //validator. w3. org/ and obtain the page validated you possibly can fix any mistakes inside code that could be screwing up the site. Thanks for the reply and useful resource. My Web correct is www. paul-engstrom. com … I checked the code while in the head and … Continue reading
General graphic question help question
We have web designed a little every now and then but nothing refined. I dont undertake it enough to keep up with all belonging to the changes out now there. That being mentioned, I have some sort of question about artwork. There is a pic at the top of that page that modifications like an animated gif. the thing is the fact it fades from one to the other along with the transition is smooth. I am guessing this can be done with display or something nonetheless honestly I’m undecided but I like it. The image appears to be sharpe and professional. How do I make transitional images such as this and make all of them look that beneficial and smooth. What program does someone need to tinker with. I have photoshop 7. 0. 1 but I assume We would like something else. Please assist with some advice. With thanks. Recommendations the link: http: //www. theacc. com/schools/clem/acc-clem-body. html Thanks for every help I can get. Your correct, it is your GIF, but not animated. They avoid flash, they work with javascript. Unfortunately Javascript isn’t my topic, but fronm what I could see, when you roll in the links to the … Continue reading
Posted in Web Design
Tagged Animated Gif, artwork, Author Name, Disco, Fades, google, Html Coding, Html Page, Images, Javascripts, Perspective, Plagiarize, Sharpe, Swaps, Transition, Web Article
Leave a comment
Getting my PSD into a good website
Hi everyone, I’ve spend hours browsing the net, and I’ve enquired on multiple discussion boards before, and Thought about hope this’ll be the last one, because I’m dying for getting this working. Truly made my lay-out with photoshop (it even now needs some minimal tweaking, but I will do it later), and Thought about want to get this into a reasonable HTML webpage, My business is using Dreamweaver because my HTML coding abilities are really really low (I know only the simplest basics). My business is in my 1st year of studying mediagraphics, and unforunately they could only teach me personally real webdesign inside my third season, though I’ve been designing stuff in addition to making various things for an extended time now. Anyhow, here is this lay-out, could anyone supply me easy along with detailed steps on learn to get this into a web site I’ve used plenty of tutorials but I will never get it to cooperate with my lay-out. http: //img97. imageshack. us/img97/9859/layout. png Leafy, Have you been still looking for help in taking your design and having a site from it Josh In fact I do, I’d love to get it doing work! Hi Leafy, This … Continue reading
Posted in Web Design
Tagged Adobe Photoshop, Amp, Basic Html, Blue Rectangle, Browser Changes, Discussion Boards, Dreamweaver, Html Coding, Html Webpage, Hunting, Initial Post, Love, Photograph, Png, Psd, Roll Overs, Third Season, Tweaking, Webdesign
Leave a comment
Internet Explorer Problems For Website
Howdy, I am new to website design. I am the graphic designer by trade and also a self taught freelance web designer. I am owning trouble with certainly one of my clients websites. I use a mac and it also all looks good on my display, when in use on IE about certain screens it comes with an issue in your layout and content of the site. here is the link in case anyone could help that would be fantastic. Tahnee Freeman My main issue is using this type of page: Tahnee Freeman : About Us Thanks on your time in helping me, Angelique Do you mean IE intended for Mac IE for Mac is no more supported by everyone. Mac users shouldn’t use IE. Don’t fret about how them looks with Macintosh IE. Howdy There, Thanks on your reply. No certainly not IE for mac pc, I only knew in the issue from friends who may have a PC employing IE. Many thanks, Angelique wow… that is terrible. Another thing I notice is always that this file does not exist… http: //tahneefreeman. com/tablet_about. css This doctype is not properly defined… <! DOCTYPE HTML> Compare your main page to the … Continue reading
Posted in Web Design
Tagged Bingo, Css File, Doctype, Ff, Freeman, Graphic Designer, Html Coding, Internet Explorer Problems, Lt, Mac Ie, Mac Pc, Mac Users, Macintosh, Macintosh Ie, Quot Quot, Reply, Screens, Transitional Dtd, Web Designer, Web Page
Leave a comment