Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Posts posted by holmedwa04

  1. Do you know that all this code
    scrollbar-3dlight-color:#000000; scrollbar-arrow-color:#FFFFFF; scrollbar-base-color:#000033; scrollbar-darkshadow-color:#000000; scrollbar-face-color:#000066;scrollbar-track-color:#000099; scrollbar-shadow-color:#000033

    is not standard and will only work under Internet Explorer?You will get in trouble to validade the code :) Paulo A. Silva

    Oh, right, I didn't realise, does it stop it from working in other browsers or just make it display normally?
  2. Hi,Meta tags consist of two parts, keywords and a discription, it appears from looking at you source code that you are only using keywords.This is the format of a Meta Tag:

    <meta name="description" content="What you want the search engine to display."><meta name="keywords" content="Keywords or phrase you want people to search for, separated by commas with no fullstop at the end">

    Does this help you?

  3. I have bulit my own company homepage.www.sydplant.sefor an example when i search on google for sydplant.sethis comes up http://www.google.se/search?hl=sv&q=sydplant&meta=at the top of the search "Sydplant.se" comes up but I want to have information about the company under the link where it is blank right now.I havenĀ“t figured out how to do.Is there someone who knows how to fix it?best regards Kristian Pehrsson, Sweden
    Have you actually submitted you site via google or has it just found it automatically?
  4. Hi,I feel it is best to use the forums, because it is more live if you know what I mean, people can answer your questions, whereas it is sometimes harder to follow a tutorial.And also someone is bound to know about what you need to know on here!

  5. Uh... don't use Netscape...
    I quite agree, not many people use netscape, and if they really wanted to view your site properly they would you a browser that works with it.I suggest putting a satisfaction guarantee on your site, then in it mention about which browser it best runs in and what sort of reselution is best for it.
  6. Hi,As most of you already probaly know, when writting a colour you can use the colour name, or a hex value, I have listed the colour names that you can use below:Black,Sliver,Gray US spelling,White,Maroon,Red,Purple,Fuchsia,Green,Lime,Olive,Yellow,Navy,Blue,Teal,Aqua,* Lightblue,* Lightyellow,* Lightgreen,* Pink.* Not always accepted by some browsers.Then obviouly you have the Hex value (256 I think).Link Here to a table of the colours with RGB values as well, the username is: buildmysite, and the password is: now.So here comes my question, why can you use any colour you like if you get the hex number of an image program? Is it because the 256 colours are websafe or something?

  7. You seriously need to read the CSS tutorial
    I do use CSS, I have my own style sheet, all be it not a very good one, but it does some stuff for me.Its here is you want to have a look at it.
    a:link {color:"blue"; text-decoration:"none"}a:visited {color:"blue"; text-decoration:"none"}a:hover {color:"green"; text-decoration:"underline overline"}a:link.2 {color:"blue"; text-decoration:"none"; font-weight: "bold";}a:visited.2 {color:"blue"; text-decoration:"none"; font-weight: "bold";}a:hover.2 {color:"green"; text-decoration:"underline overline"; font-weight; "bold";}a:link.3 {color:"black"; text-decoration:"none"}a:visited.3 {color:"black"; text-decoration:"none"}a:hover.3 {color:"green"; text-decoration:"underline overline"}a:link.4 {color:"red"; text-decoration:"none"}a:visited.4 {color:"red"; text-decoration:"none"}a:hover.4 {color:"green"; text-decoration:"underline overline"}body {scrollbar-3dlight-color:#000000; scrollbar-arrow-color:#FFFFFF; scrollbar-base-color:#000033; scrollbar-darkshadow-color:#000000; scrollbar-face-color:#000066;scrollbar-track-color:#000099; scrollbar-shadow-color:#000033}

    I have used class' on my link settings, so I can have different links.

  8. I seem to remember loosing all of the favicons in my favorties, when I deleted all of my tempary internet files. I think it should store the favicon with the actual favorites when you add them.You may ask the reason why I was deleting my tempory internet files, because MSN wasn't working properly and so when asking help they told me to do that, and it seemed to solve my problem.

  9. That's a terrible way to do it, you are relying on the fact that the user has an email client installed on their machine and an account set up. The best way to send email from a website is to use a server-side language to do it.
    I know, because, like you say, I am relying on them to have an email, and if you look at the second code, it sends a thankyou page when they click submit, even if I havent recieved an email, but I can use any siver side scripts myself, as I am currently using btconnect to host, and the package I am using is free.I have to pay if I want to be able to use server side scripts!
  10. Hmmm. Can you link what you are working on?My brain is a little slow sometimes :)Try putting 100% and see what the result is.(height can't be 100% unless a specific height is specified somewhere)
    kk, here is the linkIt is the table that is nested with the Navigation, and main body that I would like to strechto the rest of the screen.
  11. That works in framesets (from what i remember when I actually used them) But i don't think it'll work in the context you are asking about.Try using a % value.
    Im not sure how much percent it is though, I just want it to fill the rest of the page, unless it obvioulsy has more content than one page.
  12. Oh, I see. I'd have to ask the host. Alright, thanks for the help.
    I cant really see any way around this without mailto. You could use these codes:
    <FORM METHOD=POST ACTION="mailto:your email?subject=???" ENCTYPE="text/plain">

    ...and this code

    <INPUT TYPE="submit" VALUE="Submit Post" onclick="window.location='thankyou.html';">

    If you add your email in the bit that says your email, insert your subject, then you can create a rule in your inbox to send all emails with that subject to a certain folder. Then finally set the page you want to send you viewer to, after they have submitted the form.Insert the first code as the start of your form, and the second one just before you put you reset button in.Hope this has helped youNote you need to leave the ? after your email address if you want a subject

  13. Thanks very much, that is great, I think I read somewhere about putting a break in after cells with just an image, but I never really understood it, and I think the font tag was there, because at some point I was changing the font, then forgot to remove it.That is great beond words, because I have been trying to get that working for months and then I just gave up, but when I found W3Schools forums I thought would try and ask here.So, your help is really appricated!!! :)

  14. Thats an excelent point, but it hasn't done the trick. I have tried also to put the css bit on the link you gave me to another topic, but that doesn't work either?I can upload the page if you like, then you can have a proper look at it with images, would you like me to do that?

  15. Hi,I have created a template for a website that I am making and even though I have set the cellpadding, cellspacing and border to 0 for all tables, it still leaves a space at the bottom of the cell which stops pictures from joining properly.This is the code:

    <html><head><title>Shape Making Club - CCMS</title></head><body  bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" marginheight="0" marginwidth="0" bgcolor="#04053D" text="#FFFFFF" link="#3F9CDC" vlink="#3F9CDC"><table width="100%" border=1" cellspacing="0" cellpadding="0"><tr><td width="70%" colspan="2"><marquee behavior="alternate"><font face="arial"><B>Shape Making Club - CCMS</B></marquee></td><td align=right><font size="4"><img border="0" src="top_right1.gif" width="319" height="22"></td></tr><tr><td width="12%" align=left><img border="0" src="swirl.gif" width="90" height="117"></td><td align=left><font color="#3f9cdc" size="6" face="arial">Shape Making Club</font><BR><font color="FFFFFF" size="1" face="arial"><BR></font><font color="FFFFFF" face="arial">@ CCMS</td><td align=right><img border="0" src="top_right2.gif" width="184" height="184"></td></tr><tr><td colspan="3"><table border="1" width="100%" height="100%" cellpadding="10" cellspacing="0"><tr><td width="15%" height="100%" valign=top>This is the navigation bar.</td><td width="70%">This is the Main Body</td><td width="15%" style="background: url(rightbg.gif) repeat-y;background-position:right;"></td></tr></table></td></tr></table></body></html>

    Can anyone help me, I have also changed the border of all of m pictures to 0 as well?

×
×
  • Create New...