Tag Archives: Lt

Newbie asks: ‘div’ tags not ‘containing’ their content properly

Greetings, my problem is when a different ‘div’ tag shunts a pre-existing one further listed below, only the outdated div’s content goes – the div itself stays from the same place. This is a picture of an illustration: http: //i303. photobucket. com/albums/nn134/mr-skill/Picture22. png The chief box with the actual semi-opaque black background can be a div called ‘gallery’. I’ve truly inserted a navbar over this in it truly is own div, visible dimly behind the top part of ‘gallery’. The navbar has shunted the particular content of ‘gallery’ (6 photographs with captions) downwards, whilst ‘gallery’ alone has stayed set up. How do you ensure that a div + its content will conduct themselves ‘as one’ Support much appreciated, thank you. PHP: <! DOCTYPE  html  PUBLIC  “-//W3C//DTD  XHTML  ONE. 0  Transitional//EN”  “http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd”> < html  xmlns=”http: //www. w3. org/1999/xhtml”> < head> < meta  http-equiv=”Content-Type”  content=”text/html;   charset=UTF-8″  /> < title> Untitled  Document< /title> < link  href=”.. /overall. css”  rel=”stylesheet”  type=”text/css”  /> < style  type=”text/css”> <! –. mugshots          padding:   10px; #gallery          width:   673px;         margin-right:   auto;         margin-left:   auto;     … Continue reading

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

Creating a navbar with buttons built into the background?

Iv been attempting to create a navbar using the buttons already about the background rather than inserting them ostentatious later, reason being usually I want make use of an enmbossing effect in photoshop to create the buttons seem to be set into navbar. Can anyone tell me if you experience a way with inserting an invisible picture or box powering the navbar which can often anchor the website to Regards If there are a background image, you may place a totally transparent image over your background (instead with behind it). That image is usually a 1 X 1 pixel that is certainly white, with all the transparent color fixed to white… next save as. gif In which case you use that image and squeeze desired size and put over this background. Instance, my 1 a 1 image is called " pixel. gif" < some sort of href=" http: //www. google. com" > < img src=" pixel. gif" width=" 30" height=" 15" alt=" " /> < /a> =============== Option 2, Buy a normal picture and " Map" them using HTML impression mapping. http: //www. javascriptkit. com/howto/imagemap. shtml I like like the " pixel. gif" idea better when you could make change … Continue reading

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

Flickr JS + W3C Validator

Hello all, I was wondering how possible make the Flickr JS so the W3C valiator doesn’t return me number of of errors. i’m probably not familiar with JS annotation. Could possibly anyone help me here HTML: < script type=" text/javascript" src=" http: //www. reddit. com/badge_code_v2. gnecount=5& display=latest& size=s& layout=h& source=user_tag& user=54012684%40N00& tag=mobblogging" > < /script> Evade the ampersands (& firm; instead of & ).

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

strange idea incorporating drop down menu’s – HELP

Not sure if it must be in here or perhaps html help.. but ahh well.. So i’ve got this new website i’m taking care of for my auntie’s dry cleaning company you can check it out at baysidedrycleaners. com. au its not much at this point but i’m getting there. You may have noticed that the specials and agents pages usually do not work. Specials i’m to not ever worried about at this point but i’m currently focusing on the agents article. What i’m seeking to do is, have a dropdown box to the agents page then when you click on one of the agents from the actual list (most likely listed by suburb) within the same page information about that agent might be displayed (address along with what not) with no actually navigating faraway from the page. I really hope you understand what i’m endeavoring to do. I’m trying to lessen clutter regularly, so hopefully you are able to understand why I only desire to use a dropdown during this fashion. HELP IS APPRECIATED furthermore other ideas usually are welcome, but will not start dissing this n00by coding skillz. Thankyou! Paul You could use an < iframe>. The inline … Continue reading

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

Website Centering PAYPAL Image in Firefox

Greetings, I created an internet site . with Frontpage plus all is based when loaded inside IE. However in FireFox the actual PAYPAL pay button is on the left. It is driving me crazy I tried all options that i know of. I highly recommend you help! I thankyou anyone all! Show us your URL (or link) to the page so you can easliy see it utilizing both FF as well as IE. Hard to tell without seeing it in action. Yes you happen to be right www. aircatditioner. com FrontPage really sucks. Really the only thing worse pertaining to creating websites is MS Publisher or maybe MS Word. Yet that’s beside the actual point. You have what you will have, so it is often fixed… If you can manually edit this line: < sort action=" https: //www. paypal. com/cgi-bin/webscr" method=" post" > Increase the part with red. ================== Endure, if you include some HTML/CSS expertise, look for the pre-made CSS format… many free templates to become found using Search engine. This can allow you physically edit using notepad and result in a website that appears modern and wonderful, and complies with XHTML standards. Should you continue on the " … Continue reading

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

Image in Web pages

i will be new to online development… would like to know that how i will add thumbnail image in website page.. and when someone mouse click on that thumbnail them get enlarge… You’ve got two images, one thumb and one fullsize. Oftentimes, people put a _t around the thumb: mypic. jpg mypic_t. jpg < your href=" mypic. jpg" > < img src=" mypic_t" alt=" This Pic" title=" This Pic" /> < /a> It sports a blue " link" border surrounding the image, so you may remove that too, a number of ways… Inside the < head> sections: < style> img line: 0; < /style> Inline technique: < your href=" mypic. jpg" > < img src=" mypic_t" alt=" This Pic" title=" This Pic" border=" 0" /> < /a> i need to upload 2 graphics… 1 for thumbnail along with for enlarge…. That’s correct. The filenames is the same if you employ 2 directories, or different filenames when they reside in the same directory (your choice).

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

no frames = redoing menus on multiple pages?

Soon after abandoning frames regarding CSS positioning, I discover that if I really need to change the list, I have to go to every page and do the identical change. Is there any way to avoid this Employ PHP Includes. That means you need to either make all pages possess a. php extension… great if they by now do. If hi-def, and you are unable to make the extensions . php, feel free to use. htaccess to procedure your. html as well as. htm files since PHP. You could have one file (PHP script) identified as " menu. php". The particular one script is employed, (included) on all your pages. With every page, you could have: < php include(" menu. php" )> where you wish the menu to be. Just about any change you generate to " menu. php" will seem on all pages. You may as well use PHP scripting in just " menu. php" for you to alter the palate items and characteristics based on which page can be being viewed. As you’re didn’t post this from the PHP section, I’m uncertain what your PHP practical knowledge is. That would be none – I guess the subsequent question … Continue reading

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

Text Formatting problem

My site is known for a PHP based source page which creates a fresh file on the site. My problem is the fact when I submit something coming from a text area, PHP removes many of the line breaks in advance of adding it into a file. So that as you move description I set up is properly formated, one that viewers read is often a single long section. Is there any tool for fixing that Another problem is the fact if I put a " on the name of your file, fopen() automatically adds a backslash just before it. (ie Bob’s stuff results in being Bob/’s stuff) Anyone know why when you can stop either of these from happening With thanks, Theodore The backslash thing refers to this PHP receive: $content = stripslashes($content); You need to use that before everyone save it towards file. The line breaks is really a little tougher to resolve. This actually depends on how you edit the content. I usually do it this way…. but it’s my particular preference. This is to save your content… textarea from a form. PHP: < php //    You  have  a  whole  textarea  from  a  form … //    … Continue reading

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

Display diffeent messages in sepaate frame on page

I want to show announcements in square fame on my site that will bring up to date to new communication every 5-10 mere seconds and preferably heap them from some file that is easily editable. Any app/script that may do this Work with < iframe> for any square frame, and then use Javascripting for you to " target" that iframe which has a timed program. The message can be called by Javascripting by means of a PHP script. Which PHP script may open a copy file and present the message. Is there some step by step guide for this kind of MrVon… There are lots of other things a person didn’t mention. Important things that will lead to different answers. 1) What do you mean by " that message" One particular line, a sentence, many different paragraphs 2) Are you ready for messages… text, layouts, articles 3) How must the messages get there 4) What’s your website about, and can most of us see it Provide us which has a link. I can give a step by step guide, but not not having knowing more regarding it. It could end-up being a big waste of time if you are project … Continue reading

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

Countdown timer for page

Cant figure out how to make SWF countdown timer applet function, will appreciate anyones assist. Appliet home page. POST followed instruction, but when pertains to HTML code my spouse and i paste it straight into < body> tag, but nothing appears. Also you can find warning in IE8, will there be any countdown applet that works together IE8 without activex warnings Show us yuor web blog so we cane easily see if you built any errors if you did the coding. Certainly, we need to determine the code you are trying to run to create this work. Please post the code for any entire page this really is on. Thanks!

Posted in Web Design | Tagged , , , , | Leave a comment
Page 33 of 50« First...1020...3132333435...4050...Last »