Tag Archives: Lt

Fighting with Firefox

I feel actually dumb asking this question because I am just thinking it should be an easy deal with, but I’ve been at everthing afternoon and I’m from ideas. ANY help is very appreciated. Issue: I’m using Dreamweaver MX 2007. I’ve a small video (thumbnail) image i always want to check out a video clip (. wmv) to ensure when clicked it simply opens Your windows program MediaPlayer and represents. Currently, this is working fine when browsing with IExplorer. The problem shows up when using Firefox. If the linked thumbnail is actually clicked, Firefox opens way up a page involving unitelligable code (I think its the specific source code in the video file) in addition to, opens mediaplayer with a different message that states: " Glass windows Media Player cannot play the archive. If the record is on one more computer, verify that you will be connected to your network. If you typed a way, verify that it really is correct. If the condition persists, the server may not available. " Does someone have a solution for me please This can be killing me in this article… Thanks a lot! I don’t even think this is something you can fix … Continue reading

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

How do i make my website compatible with Firefox?

My website is online world. notd-aftermath. com All looks okay with Internet Explorer, but when browsing with Firefox the links is the same color for the reason that background, and the image moves along. Did you are aware of your code seriously isn’t valid HTML or even CSS http: //validator. w3. org/checkverbose=1& uri=http: //notd-aftermath. ath. cx/ http: //jigsaw. w3. org/css-validator/… 2& warning=2& uri=http: //notd-aftermath. ath. cx/ You also are assigning classes to < font>, not the most beneficial coding practice. Assign that classes to < p>, < span>, < div>, or maybe table elements. for example. You are linking a php report as your css archive.. minicode< website rel=" stylesheet" href=" tagboard/stylesheet. php" type=" text/css" > /minicode alter stylesheet. php to stylesheet. css and you ought to be in buisness..

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

Text field (box)

Hi Just about all, This is usually my lame text field http: //www. mysscg. com/textbox. php This will be " cool" text field http: //www. cme. com/about/feedback. html Kindly advise when will i go about to undertake the " cool" just one. Thanx your million.: laugh: Prakaash http: //www. sitepoint. com/article/style-web-forms-css The text proverbial box on both all those pages looks identical in my experience. Unless of course you’re following big box classed as comment In which case it’s a < textarea> as opposed to an input proverbial box for text. HTML: < textarea name=" yourname" rows=" *" cols=" #" > He means the type of the box What style was given to the box That they both looked identical if you ask me under IE in addition to Firefox. Actually now Allow me to see a variance in font once you type into this box! as well as border Legitimate. He did claim ‘cool’ though so I used to be looking for a small amount more! Well… I guess modifying the border helps make the box seems to be better the default fashion… don’t you assume Thank anyone Karinne. It sure helped me to set-up the cool wording box … Continue reading

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

Conversion of loops

I jus wanted to know tht take place u convert any loop into a further.. for eg transforming an if loop to your for loop or maybe a do while loop with a while wend never-ending loop etc. Can anyone gimme similar examples on all kinds of loop conversions.. itz really gonna help me! if($i < 10) offline " something"; = for($i = a number of value; $i < EIGHT; $i++) offline " something"; ———————————————— perform $i += ONLY TWO; although ($i < 10) = $i += ONLY TWO; while($i = value) $i += ONLY TWO; Really does this help at all (And easily messed up someplace, somebody please i want to know. ).

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

Know what I want, not how

I am aware exactly how I would like the page being setup, but I’ve got some learning to accomplish. If anyone can certainly tell me what I’m looking to do (in technical terms) then hopefully I will take it following that. What I would really prefer to do is possess a page with a highly regarded and bottom bar/table/whatever which are always there which stay on the very best and bottom no matter if the page resizes. Also, inside the major body there would be a menu on the left that could stay aligned on the top bar because the browser expands downwards. I’d like it to end up being lightweight and tight so that there are not any visible boarders, simply blocks of coloration. It seems such as CSS is easily ideal, but in that reading I’ve obeyed far I have not found anything that simply tells me how to accomplish this so I’m undecided if I’m headed inside wrong direction. The image below will need to help illustrate my goal. Thanks for virtually every advice, code, or resources it is possible to provide! http: //img2. imagepile. net/images/77112708. png simple enough to do all you’d do is make something … Continue reading

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

Laying out my site

I used to be just wondering if anyone else acquired any ideas on other ways i could layout my site. Or just some tweaks to the present one. Here is the link: http: //fromtheinside. eloquensa. net I like made from scheme and how i stick to a variety of greys and use one red. BUT you will discover major problems regarding readability. Another thing bothering my family is how thin it’s. It’s designed regarding 600 wide display screen, but I believe it’s safe to talk about anyone viewing this content could be further ahead computer. For more improvements… make exterior style sheet(s) along with external scripts document(s), website them, use divs instead of nested tables, in addition to read into XHTML baby stroller, specifically lower event html tags and also closing tags in which don’t need termination tags, like < img> in addition to < br>.

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

Dumb question, CSS layer styles

I built a internet page at 800×600. I’m trying to figure out how it is I will get the content/layout to become centered, that way when people perspective the page at say 1024×768, the content will not stretch leaving this page with a lot of white space. Like like if an individual made everything from a table and just did a centre alignment. Here’s a check out what I have got. https: //home. comcast. net/jerrysmartin The navigation about the left stays into the left and the flash within the right stays justified to the right. The content is with a div. I’d want to have it ready to where it’ll look uniform in whatever resolution. Bless you. -Mike You might even make your screaming image width = 760 pixels. Next, make a several changes as demonstrated below… Here i will discuss your CSS part for " body" shape background-image: url(images/background. jpg); background-repeat: repeat-x; margin: 0px; support: 0px; Try changing it for this: code, body background-image: url(images/background. jpg); cursor: default; font-family: " Verdana", arial, " MS Sans Serif", Geneva, sans-serif; font-weight: normal; font-size: 10px; line-height: normal; margin: auto; support: 0px 0px 0px 0px; min-width: 760px; text-align: centre; Next, add this to … Continue reading

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

Putting a word/exel doc onto webpage for download

We’ve only recently started designing a site and I’m wondering just how do i put a word of mouth or exel document onto a page to ensure if someone would like to download it they click on it. Thanks beforehand. Just url to the file, including: HTML: < a new href=" file. doc" > get a hold of me! < /a> In firefox, you will end up prompted whether to open the report (in which event Word is opened), or download the report. Throughout IE, you will be prompted siimilar to help firefox, except if you ever choose to amenable the file, it will open through Net Explorer, it is not going to launch Word. Expectation this helps Gives thanks for replying Bfsog. I’m not superior at html and I have been previously using a website builder so Related to I’m picking a person up right. Maybe you could correct me if I’m wrong, but is this what I do Upload the file with a directory on my website. Input a html link because you have said onto the website. I presume Need to specify exactly the location where the file is And so, instead of report. doc, should We’ve … Continue reading

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

First post: Charset issue – suspected server problem affecting web pages

About my server (run because of the wonderful folk with Media Temple) that will serves my web page Pixelsurgeon (which is currently undergoing a redesign) the DefaultCharset in the primary httpd. conf is actually ISO-8859-1, but I’m wondering if it needs to be set to UTF-8. For illustration of the condition check out bug #4 here: http: //dropbox. pixelsurgeon. com/bugs/ which is an XHTML page set to UTF-8. There are a few double-byte characters (Japanese, China, Korean) and several accented characters and several Polish. Instead connected with displaying correctly, which jointly do using UTF-8, they manifest as gibberish. HOWEVER – in the event you MANUALLY set the particular Text Encoding to help UTF-8 (for example View > Textual content Encoding > UTF-8 in Firefox) everything snaps just how it should. It’s almost as if the text encoding fact < meta http-equiv=" content-type" content=" text/html; charset=utf-8" /> in the head is becoming ignored. Locally on my machine (Mac OSX which uses a version of UTF-8 for text encoding) everything is fine and also the page works precisely as it should. It just stops working when uploaded towards server. The most apparent thing I can think about is a mismatch somewhere between … Continue reading

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

Link Popularity

ok i am making a website where when you click on any link a show up pops up with a flash game with it. I choose to have my link list so as of most popular with the top and i would like this is end up being automatically updated. Is niagra possible in script… Not Flash! It needs to be script. Flash wouldnt work with what im performing. You could use an " facing outward link counter" then spit it right out the the db around desc order What do an individual mean by in that case spit it right out the db in desc order Would this be programmed did you decide to go to the website i posted in the event you did you can have seen the the idea stored the volumes of times the actual link as been clicked from a db. then… all you have to do is get the info on the db (in descendant order) into your page Certainly i read the particular link, What instant messaging asking is how would i " obtain info from this db (in descendant order) in to your page" You might need to user a device … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment
Page 16 of 50« First...10...1415161718...304050...Last »