Tag Archives: Lt

Re-doing site

I want to to re-do my site without resorting to a template yet I’m having difficulties controling the format. I wanted to make my webpage properlu, employing proper css characteristics and tags. I realize you will discover slight differences throughout layout compatability involving Mozilla and IE but I really believe I’m doing something wrong because the differences are too extreme correctly to be your browsers. I’m utilizing < p class tags to be able to arranged things yet am I missing something else Your layouts are far too off in each browser and also the top menu is actually missing in IE explorer. I read up on css but I’m uncertain what to employ to straighten released my layout. I’ve only simply started and it is just a simple layout. Can someone good at controlling layouts within proper css take a peek and see whenever they can spot the situation Thank you. Here’s test site: http: //free. hostdepartment. com/m/marazetti/innnn. html btw – the temp host site might possibly be slow to place this can be your source coding according to the test web page. HTML: <! DOCTYPE HTML PAGE PUBLIC " -//W3C//DTD HTML PAGE 4. 01 Transitional//EN" " http: //www. … Continue reading

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

Validation issues. (Code Validates but not URL)

There has to be a cheap editor that will let me use line numbers Suggestions my problem. Fine, what i’ve found is that my code could validate. But while i upload it for the server that may host it, i understand this message: I am sorry, I am struggling to validate this document because on-line it contained a number of bytes that WE cannot interpret as utf-8 (in different words, the bytes found are not valid values inside the specified Character Encoding). Please check both the content of the file and the character encoding sign. i’m employing link: http: //validator. w3. org/ While i do Validate through everything works. While i use, it is not able why Suggestions the code with the Hosted file. < html> < head> < title> Welcome< /title> < style type=" text/css" > course. graytitleletter colouring: #ccc; div border: 0; extra padding: 0; the. topmenuelement border: 0 25px 0 0px; extra padding: 0px; width: 19%; #title colouring: #6699cc; text-align: middle; border: 0; extra padding: 0; #subtitle colouring: #888; text-align: middle; font-size:. 8em; #topmenu location: static; background-color: #eee; national boundaries: 2px #ccc strong; extra padding: 3px; width: 100%; border: 15px 0 0 0; text-align: middle; colouring: #bbb; … Continue reading

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

Site design question…

Hello there, just wondering if a thing was possible. I’m designing a site for a school and have several pages using text explaining things like admission process, front door requirements, etc… This question is, there has to be a way with regular html or css to possess the user click on a link and display the relevant info in a different column Illustration: Student is around the Admission page along with the left vertical url bar displays the links: Admission Process Front door Requirements Enrollment FAQ ect.. Is there the right way to display the individual text per subject in another column without linking to your separate page Once they were looking in the Admission Process and licked on Entry Requirements, the Admission Process text would disappear as well as Entrance Requirements would appear. I want to avoid PHP, ASP, ect, so that the consensus says it can not be done with html/css then Let me drop it. Would server facet includes be a possibility If so, how would I do that Is my question clear If you have anything else you would like me to explain please let me know. Thanks before hand, Gage Make use of an inline … Continue reading

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

search engines indexing my hosting urls

Now i am very new at search engine optimization and have observed that msn search is taking a my site and not the domain name it can be forwarded to. iow, it picks up the hosting url such as this: www. warlike. ms11. net I’d prefer my domain appoint – www. warlikeway. com – to be indexed instead. At this time I’m coming on page three of msn serp’s for " socom A FEW review" so maybe MY PARTNER AND I shouldn’t mess with it What does any individual think If you ever go to your site, " www. warlikeway. com" plus watch it place, look at the actual status bar on underneath of your cell phone (IE). You view it loading " www. warlike. ms11. net". You will are causing this specific to happen oneself. Buy frames with this kind of reference: < mode src=" http: //www. warlike. ms11. net" frameborder=" 0" > Consequently, the search machines are doing what they are meant to do. There are so many reasons about using < frames> or even not using < frames>… in my opinion, you should never use < frames>. You should not confuse this by using inline frames < … Continue reading

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

Site updatable by client

I’d prefer to create a niche site that has certain spots within the webpage that your customer can update. I’ve looked on some CMS web pages but CMS looks like it’s to much regarding what I wish to accomplish. Has anyone tried to build something like this particular or knows of an good solution. Bless you Does this webhost allow SSI (Server Area Includes) This would permit you to use a server-side language for example PHP or Perl to touch SSI substitution simply. If you do not know what SSI is usually, try the example below to find out for it… You will have to change the extensions of your pages to. shtml (example, directory. shtml) or perhaps the webhost allows clients to assign your extensions. htm plus. html to SSI handling. To find out if the webhost allows SSI, do this. Result in a text file in addition to call it " examination. txt". The text file might be one line such as this: That is a test. Currently, create a web page called: " examination. shtml" plus it will look like that: < html> < head> < title> SSI Test< /title> < /head> < body> <! –#include virtual=" … Continue reading

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

Red boxes

I am going crazy racking your brains on why my images are all displaying in red containers once I distribute it. I’m employing Dreamweaver, and attaching by ftp. My graphics were designed in Illustrator plus saved out to be a. gif… We’re gonna need a chek out see your " reddish colored boxes"… Without seeing your site, are your graphic images links If the images are hyperlinks… you need that will specify border=" 0" within your < img> tag… like this: < any href=" mypage. html" > < img src=" mypicture. gif" width=" 20" height=" 20" border=" 0" alt=" description" title=" description" /> < /a> .

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

What’s Everyone Got Against Tables???

I can remember a while back while i asked what has been so bad regarding using frames, I was given many compelling reasons why they should be avoided. Flash forward many years later and now out of the blue I’m checking out and about the Open Source Web design, and it amounts to just almost every web site is bragging about how exactly they built the full thing without tables. No tables Exactly what is the reasoning behind which The reasons Better alternatives in div’s, spans, absolute positioning, and CSS. Fact is we were holding designed to present tabular data, not tailored for designing websites. However as a developer you should utilize what you look is needed given that your client won’t object. As an illustration I have not used tables within a while, but used these to outputdata retrieved at a database. Hope this helps Most definately helps, thanks. Now all that remains is designed for me to evaluate how those websites practice it with the divs and spans and total positioning and css. absolute positioning will last somewhat abstract layouts. If all you would like is a SEVERAL x 2 box layout, use platforms. It’s basically the suitable … Continue reading

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

linking on same page

Can easily someone tell me why my link seriously isn’t working If you click on the first item in the particular menu " What is QuittersClug. org" the page should move down for the content text with the same question. It works traditional in IE however , not in Mozilla the two on and away. Only the 1st menu item is defined to scroll immediately.. thank you I are not aware where this computer code resides.. Even so, you define ones anchor links (or hotspots) such as so HTML: < the name=" linkName" > < /a> And then to jump compared to that area on the page you’d do.. HTML: <! — this is certainly assuming you are around the same page –> < the href=" #linkName" > hyperlink text< /a> Hope that helps. I apologize.. I forgot the actual link… the site is simply a quick job for the friend so the code isn’t standard… but I thought similar page linking should of at least worked because We have done it just before… suggestions the site… http: //www. wargame. ms11. net/qclub. html code Now i have seen your code, I are able to see you are pointing to some … Continue reading

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

Help with text please..

Im making a site for my band. Im making use of photoshop and dreamweaver. MY SPOUSE AND I dont know significantly about html. I made the complete site out connected with tables.. One big table while using background image because template i containing photoshop and then the rest are all kitchen tables within, holding the content set up.. My personal problem is.. I cant figure out how to make a scrollable reports section. There should be so much space for text within the template i produced. So i want the news section to have a scroll tavern. How do i do that I figured out easy methods to do it which has a layer, but the level and tables dont live in sync when your browser is resized. I highly recommend you help me.. We need this site up by new A long time.. Thanks Since your blog isn’t " up" yet, maybe you can attach the file(s) as text files so we can see what you did until now. That really allows when we can see your HTML sourcecode. heres the link. www. rotfmusic. com/home. htm Observe the attached record. Considering you’re using furniture, you’ll have to adjust the … Continue reading

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

Blurry pics..??

Yo there forum.. I have easy question about uploading pics to the server.. I uploaded your pic on my server so when i went to my site this pic was blurry.. It wasnt completly blurry nevertheless it look like this lost some quality.. Have anyone had this problem before If so, can you remember to help me away.. Thank you a million.. The idea won’t just like magic lose quality when transferred via a new binary FTP deal. How did everyone upload the snapshot I try a FTP.. I never had this problem before.. Could it often be because I produced the pic having a web graphic software View the (what I am just assuming is the) JPEG file on your hard disk before uploading this. Does it appearance right Yea it looks great.. I’m guessing you will be resizing the photo on your own web page utilizing HTML… to your different size compared to original. It could well be in the WEB CODING tag that looks something such as this: < img src=" myphoto. jpg" width=" 220" height=" 195" > Whereas your true photo is similar to 250 pixels wide X 240 pixels upright. Test actual photo measurements VS … Continue reading

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