Tag Archives: Documents And Settings

css browser compatibility

i’m having difficulty my css web pages…. my html pages show up fine in IE, but hd seem to reference/link towards the stylesheet when opened up in Netscape or even Firefox. any obvious tips i would be missing—-differences involving IE and Netscape and Firefox which i need to signal my css or perhaps html differently to get my pages to use the styles regards! -averan May well help if you can actually provide a reference on the page(s) you’re referring to. i could paste the entire page of code for the css and html code pages, other as compared with that, i are deprived of any site or perhaps pages online…. their all on the computer. Upload the seperate files as a possible attachment on some sort of post here, it is going to be extremely difficult that will help you with your trouble otherwise. ah-ha! ultimately found an " attach" control key! please review this sample html page with our css page. i haven’t written inside the navigation yet, and get been toying with javascript for getting both the text message and images to resize based on browser size…. thanks for ones comments in improve, -averan ps: the stylesheet … Continue reading

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

Help with applying stylesheets

hey, im just coming into web design applying xhtml and css and im by using this program called Araneae. It doesnt have hundreds of fancy features that many editors do, and i favor it clean. Concerning made a very simple css stylesheey named stylesheet. css and i tried putting the item into my code however it wont do anything. what am i doing wrong < head> < title> Virtual Library< /title> < connection href=" stylesheet. css" type=" text/css" rel=" D: \Documents and Settings\nameyoudontkno\Desktop\foldername" /> < /head> (note, this code is just a fragment of what i have in a cell phone my text and stuff will look fine) Well your link reference is incorrect. That the HTML file is within the same folder because. css file in that case change your signal to this HTML: < connection rel=" stylesheet" href=" stylesheet. css" type=" text/css" /> .

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

New to web design. Basic question.

Hello there, I am just trying to develop a webpage depending on a book given in my experience by my sister for a Chrristmas gift after some duration ago. The trouble I will be having is how you can include pictures. Next time i load it into the browser, I simply get small rectanbgles along with X’s in them. I tried dimension them, but this didn’t help. I’m pretty sure I gave it the best path. Any suggestions George Basically, your paths are certainly not correct, they consult files on your disk drive, not on the particular server. Ones code: < IMG SRC=" D: \Documents and Settings\George OBrien\Desktop\tone injector\" PICT0020. jpg" > proper code: < img src=" PICT0020. jpg" > (if the image is the same directory as the page on your server) as well as: < img src=" images/PICT0020. jpg" > (if the image is a directory identified as " Images" around the server. ) I’m going to hazard a estimate and say you are using Dreamweaver for your site – this has become the more common faults that occurs by using DW – I wish Thought about the time to help post a clearer explanation of your – … Continue reading

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