Jump to content

Norman

Members
  • Posts

    483
  • Joined

  • Last visited

Posts posted by Norman

  1. Thanks for link and advice. However I think I'll not provide payment processings. But let me know one thing. If I follow all these information, during developing my site, then I will be 100% secure? I think no.. right?

  2. Who knows, maybe if the top five designs were submitted to the w3schools authors, they might consider a redesign.
    Are you talking about a forum redesign, or a site redesign? If you're talking about a site redesign, mhh, I think the actual W3S design is one of the best I've ever seen for sites that provides tutorials: simple and professional. If you're talking about a forum redesign, I think maybe it would not be a bad idea. The standard style is to.. is too standard!
    I think people are here not only for helps or receive helps but also for making friendmaybe we should think again about Off Topic :)
    I'm here for knowledge, for first. Second, I'm here for learn from experienced people; techincally and umanly. Third, for make friends. :) EDIT: Four, I'm here for learn english language! Lol.
  3. Don't know specifically but I've heard they use C++ and Python
    Ah ok. I actually don't know one of them! :)
    Can you explain what you mean "with the satellites"?
    Mhh, using a translator online I've "Satallite". Here an image: http://chezlorry.ca/alphabet/dessins/Satellite.GIF :) However, specifically, I mean *connecting* to the Satellite.
    I believe they have a huge repository of images and they just dip in and out of it with javascript and HTML. That's the reason why if you have a slow connection and you're using google maps, you have to wait for some images to load when you're moving the map around.
    Mh, it's sincerely incredible!
  4. Not sure what you mean, but maybe this will help you:
    body { background-image:  url('images/topbody.gif'); background-repeat: repeat-x; background-color: #B4C6FF; }

    Yes, maybe I've already try it, but it doesn't work.. if I remember good. However I will try again. Thanks!
    Incase you are trying to do it like above, small change is.... use background instead of background-imagebackground: url('images/topbody.gif') repeat-x;
    Oh, ok. Thanks. *I'm learning CSS, thank you guys/girls! :) *
  5. Yes, another my mistake! Lol. It was .gif, and it needed this:

    background-image: url('images/topbody.gif');background-repeat: repeat-x

    Instead of

    background-image: url('images/topbody.gif') repeat-x;

  6. I'm developing my first web page, so I have and I will have a lot of question. And.. in order to not stay in open too many new threads, I will ask here for all my questions, if possible. Ok, my new question is: I have this code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.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=iso-8859-1" /><link rel="stylesheet" type="text/css"href="index.css" /><title>Travel Agency Station Home</title></head><body><!-- Header --><div align="center"><p>		<span class="index-title">Travel Agency Station</span> 	</p></div><div><!-- / Header --><!-- message --><table width="1007" border="0" cellpadding="0" cellspacing="0" style="width:auto"><tr><td width="28" height="17" style="padding: 0px"><img src="images/border/khung_01.gif"></td><td width="959" background="images/border//khung_02.gif" style="padding: 0px"></td><td width="20" style="padding: 0px"><img src="images/border//khung_03.gif" /></td></tr><tr><td height="100"  valign="top" background="images/border//khung_04.gif" style="padding: 0px"><img src="images/border//khung_05.gif"></td>  <td style="padding: 0px; background-color: #ffffff" bgcolor="#ffffff" valign="top"><p>sssssss</p>  </td><td style="padding: 0px" background="images/border//khung_06.gif"></td></tr><tr><td style="padding: 0px"><img src="images/border//khung_07.gif"></td><td style="padding: 0px" background="images/border//khung_08.gif"></td><td style="padding: 0px"><img src="images/border//khung_09.gif"></td></tr></table><!-- / message --></div></body></html>

    CSS:

    /* Main Index CSS */.index-title {font-family: Geneva, Arial, Helvetica, sans-serif;font-weight: bold;font-size: 36px;color: #FF0000;}.body{background-image: url('/images/topbody.jpg') repeat-x;}

    In wich /images/topbody.jpg is this: gradient_thead.gifThere is a problem. Just becouse Dreamweaver show me this:immagineeq5.jpgSo, where is the background image? :)

×
×
  • Create New...