Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Everything posted by holmedwa04

  1. KK, i will do that, just a sec.Edit: Here is the link Click Here
  2. 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?
  3. 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?
  4. Nope, I dont think you can with HTML, I have had a look aorund but all tutorials just tell you to use an image editting program, so I think you will have to make a duplicate and do it that way.Sorry that I couldn't really help you there!
  5. Oh, im not really sure then, are you creating a form for people to fill in?
  6. Thanks very much, this is great, I have been trying to get that workin for months, then in the end I gave up and decided to make another site, when a different style look and feel.
  7. Well when resizing an image you use this code:<img height="in pixels" src="pic1.gif"> or you can use width, because it will keep the aspect ratio the same, so you only really need to use one of them, unless you want to have a specific size.As for actually cropping the image, im not sure whether that is possible without creating a duplicate of your original and the cropping it on an image editting program.I will just havea look around to see if I can find anything for you.
  8. Is the select list for a form? Or do you just want to have a list of images that people can select.Because if it is just a list of images I would just make them hyperlinks like so:List item 1 <a href="page1.html"><img border="0" src="pic1"></a>List item 3 <a href="page2.html"><img border="0" src="pic2"></a>List item 1 <a href="page3.html"><img border="0" src="pic3"></a>I hope this has helped you at all, just replace the page 1, 2, 3 with you link to a page and the pic 1, 2, 3, with your pictures.
  9. Ok, thanks, that is working now, only one more problem, how do I get it to align right?I thought there must of been some way to do it, its just not documented very much!
  10. I am using this line of code now, but im not sure whether I have put it right or not:<td width="77" background-repeat: repat-y;="rightbg.gif"> It doesnt seem to do anything at all now, it just doesnt display a background now?Sorry for an inconvenience!
  11. Hi,I was creating a website a while ago, and I had an image that I needed to go down the right side of my page, obviously because the size of my page would change I set the image to a certain size and then made it the background of a cell, the problem only occured when I realised that the image would repeat both left and right as well as up and down.Does anyone have any suggestions pelase on how to make an image only repeat up and down and not left to right?
  12. If you are trying to change the actual link colour then you will need to use some styles and class' it is best to create a style sheet for this, so...Create a notepad document and save it as stylesheet.css, then insert this: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"} into your notepad file, these are justexample of different class' you can use as many of them as you like, but first you must put a link in you html document in between the head and body, this is what you should put: </head><LINK rel="stylesheet" type="text/css" href="stylesheet.css"><body> That is just a snippet, now come the fun part, when inserting a link, it will have a structure like this:<a href="url">Link</a>The first 3 lines of the stylesheet control any links like this, then if you want other links you must give them a class like this:<a class="2" href="url">Link</a>The class name in the quotes needs to be the same as it is in the style sheet.As for your problem with not getting the table background right, I would use IE or Firefox as the other person says.Hope this has helped, I will be willing to explain anything nore thoroughly if you need.
  13. Ok, thanks, I just thought maybe instead of using it on every page I might be able to just add it to my style script.Anyway, never mind
  14. This is really simple when you know how to use tables...You might like to use the code below:<table width="100%" border="1"><tr height="size in percent or pixels"><td colspan="2">This is you banner.</td></tr><tr height="size in percent or pixels"><td colspan="2">Insert you links here, try using center and seperating you links with this "|" and add some if you need to.</td></tr><tr><td width="30%"><table border="1"><tr><td>Navigation, you also may like to use the valign to set the alignment of text. I have nested this table inside a cell of my original table, it just makes things easier.</td></tr><tr><td>This is other links and aflicates.</td></tr><tr><td>This is your Shoutbox.</td></tr></table></td><td width="70%">This is where the main body and content of your site should be</td></tr><tr><td>This is an edit, I forgot to add the Contacts cell!</td></tr></table> It really is as simple as that, you may like to use the cellspacing="0" cellpadding="0" and border="0" if you want content in the cells to join up from one cell to another exactly, put those codes in the <table> tag like this: <table cellspacing="0" cellpadding="0" border="0"> I have tested this code, and it works for me, so I hope it works for you, good luck!
  15. Hi,I just though I would post a bit about myself on this topic, my names Edward, I don't mind being called Ed or Eddie either.I joined this forum a while ago, and I think it is great, because replies are always sent really quickly and they have never been wrong yet. So a big thanks to everyone that has every helped me at all on one of my topics and I would also like to say to who ever actually develops and updates these forums that the new Reply box is great.I havent really got much more to say so, I will finish here.
  16. Hi all!I have just found a really cool transitiolnal effect on opening or closing a page, it is as follows:<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)">All you have to do is place this in the head of your page and set Page-Exit or Page-Enter and the set the duration, but I have come across a slight problem, does anyone know how to place this in a style script, to avoid having to add this to every page?I would be really grateful if anyone can help me.
  17. Thanks, that has worked, I didn't see that bit their, because it said you didn't need to change the code below it, so I never thought to look there.About changing the vertical alignment, I have decided that if I make the news fadder one line thick, then I wont matter, unless someone is viewing the website in a smaller browser or lower reselution.
  18. Also, when I add it to my website, I would like it to have no border, I have tried to use this:var border='0'but that doesn't work, so I tried this...var border='#000066'but niether does this, does anyone know how to change it?
  19. Thanks, the first one works, but the second one doesn't, I have tried using the word center instead of middle, but that doesn't work either.Does anyone else know how to get this to work?
  20. Thank's this works a treat, but I cant seem to change the alignment of the text inside it, I have tried to do it by going into this tag:<div style="font: normal 14px Arial; padding: 10px;"> ...and then adding this code, but it doesn't work? valign: center; align: center So the final code looked like this <div style="font: normal 14px Arial; padding: 10px; align: center; valign: center;"> Could anyone helpp me on this one?
  21. Hi,I would like to add a fading news bar to my website, so that it displays sereral different strings of text, each disappearing before the next appears.Does anyone know how I can do this, but is there a way of doing it without server side program?I would also want to be able to use links in it.An example of what I would want to display I have included below:Text String 1:New, guestbook page added 07 May 05Test String 2:New, easy to navigate back buttons included on most pagesText String 3:Visit our new links page to view more website on this topic
  22. Hi,I had the same problem, and these are some codes that I used to fix it:<FORM METHOD=POST ACTION="mailto:your email?subject=subject of email Post" ENCTYPE="text/plain"> This code will post all the data submitted by the viewer to your email, and if you set the subject, you can create a rule on your mail program, to make it go to a certain folder when recieved. It is avisable to note that this code will only work for viewers that have an email program, for it to send an email on their behalf, if not then I advise that you include this code aswell, it is just a simple mailto code with a subject and message in the body of the email, which the viewer can change to then send to you. <a href="mailto:your email?subject=subject&body=this can have upto 30 words">Click Here</a> This is also another bit of really nifty code that sends the user to a Thank-you page once they have submitted there post, but it must be noted the even if the post has not been submitted properly it will still send the user the Thank-you page. <INPUT TYPE="submit" VALUE="Submit Post"onclick="window.location='Link to your thank-you page';"> I hope this has helped you out, becuase it certainly help me!
  23. Wow, you are a complete genius, if only you knew how long I have been trying to get this to work.Thankyou ever so much, I can do so much more stuff now, obviously there is the drawback that was mentioned by some about they might not have an email program and also, even if it didn't work it would still say thankyou, post has been recieved.But... don't you just think it is so much nicer when you have filled out a form for it to say Thank-you?With Many Thanks Edward.P.S. Gee, im glad I signed up to these forums.
  24. Hi,I have made a form on my website that allows users to submit information to a guestbook, it sends me an email with the information they have submitted, then I will manually add it to the guestbook so I can moderate it.How do I create a Thank - You page for it to go to when the user clicks Submit Post?This is the code for the form...<FORM METHOD=POST ACTION="mailto:shapemakingclub@btconnect.com?subject=Guestbook Post" ENCTYPE="text/plain"><table border="0" width="100%"><tr><td height="40"><font size="2">Name / Nickname:</td></tr><tr><td height="40"><INPUT TYPE="text" NAME="Guests Name" SIZE="30"></td></tr><tr><td height="40"><font size="2">Post:</td></tr><tr><td><script type="text/javascript"><!--var pcount = 0;var ncount = 0;// --></script><TEXTAREA NAME="Guests Post" ROWS="10" COLS="120" style="font-family: arial;" onfocus="if (pcount == 0) {this.value='';} pcount++;">Add Your Message Here.</TEXTAREA></td></tr><tr><td height="40"><center><INPUT TYPE="submit" VALUE="Submit Post"> <INPUT TYPE="reset" VALUE="Clear Post"></center></td></tr></form></table>Please can someone help me out, because I can't use CGI scripts. Many Thanks Edward
  25. Ok thanks very much for the advice, I have signed up to Awardspace.Does anyone know if they send you a confirmation email?-----------Edward
×
×
  • Create New...