Jump to content

xhtmlchamps1

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by xhtmlchamps1

  1. I am new to CSS, i have created a page in which i had use table, my problem is that the table data is showing different on every system , on my system its show fine , but on the other system(browser)its showing in the improper way. My System (Browser)http://img339.images...75/samplemy.png On Other system(Browers)http://img18.imagesh...86/samplequ.png As you can see First row Step 1 is in the one line on my systembut when i open same page on another system the Step 1 is not in the one line I want my website should be open on all the system as same is open on my system. hope your got my point, Thanks In Advance
  2. Hello everybody! We are currently trying to make the PHP part of the page better. We have taken a small break from writing the reference part (have made over 400 reference pages the last months), and we have started working on the tutorial part. I would very much like to get suggestions on what to add :)
  3. How do I get the height of my first div the same as the third div of my website www.eduardlid.web44.net? CSS: * { margin:0; padding:0; list-style-type:none;}body{ font:bold 18px arial,geneva,SunSans-Regular,sans-serif; background-color:#6495ed;}#container { min-width:966px;}#links { float:left; padding:10px 0 0 100px; font-size:12px;}#links li { margin-bottom:5px;}#links a { color:#000;}#links a:hover { color:#696969;}#flags { float:right; width:256px; height:20px; margin:10px 0px; } #flags li { position:relative; float:left; width:24px; margin:0 2px; font-size:8%; font-weight:normal; } #flags a,#flags span { position:relative; display:block; width:20px; line-height:2px; font-size:0%; font-weight:normal; } #flags span { position:absolute; top:0; left:0; width:-6px; height:24px; background-position:0 -2px; } #flags span:hover { box-shadow:#eef 0 0 0px; } #amer { background-image:url(americanflag.gif); } #spanish { background-image:url(spanishflag.gif); } #germ { background-image:url(germanflag.gif); } #dutc { background-image:url(dutchflag.gif); } #fren { background-image:url(frenchflag.gif); }#looking { min-width:958px;}#work { clear:both; float:left; margin:10px 0 10px 303px; font-size:100%; color:#fff;}#trabajo { float:right; margin:10px 303px 10px 0; font-size:100%; color:#fff;}#main { clear:both; position:relative; height:380px; background-color:#fffff0; border:4px solid #808080;}#eduard { float:left; width:285px; border-right:4px solid #808080;}#waterfall{ float:right; width:285px; border-left:4px solid #808080;}#video { display:block; width:380px; height:280px; margin:20px auto;box-shadow:5px 5px 5px #999;}#p1 { position:absolute; width:125px; font-size:90%; left:299px; bottom:10px;}#p2 { position:absolute; width:190px; font-size:90%; right:299px; bottom:10px;}#p3 { position:absolute; width:190px; font-size:90%; right:299px; bottom:10px;}#name { position:relative; font-size:50px; color:#000; text-align:center;}#copyright { position:absolute; top:40px; right:100px; font-size:10px; color:#fff;}
  4. Don't save an RTF file, that's a word processing document. You need just a regular plain text file, with a .html extension. That's all an HTML file is, just text. If your text editor doesn't let you save as anything except an RTF, use a different editor. They use Notepad as an example because it is a plain text editor that will save text files. If you need a text editor, try Sublime: http://www.sublimetext.com/
  5. Greetings, I have checked out the turorials, and I am a bit confused about something trivial. I am very new at this game :Unsure: so here goes. In order to test my HTML page I can just save it on a browser and then open it, or so I have to upload to a server to test them??? :(:huh:
×
×
  • Create New...