Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Everything posted by holmedwa04

  1. kkk, will upload it in just a sec
  2. Eberything just doesn't seem line up correct, anyways thanks for all of your help, I have found a solution, I have just stopped them being bold, and made them just red!It doesn't I must admit look as good, but it works now.
  3. No, sorry that doesn't seem to work Im really sorry about how long this is taking
  4. Why dont you start a new topic?Anyway, if you want to center it horizontally, just add <center></center> around you table opening and closing tags.And I think you were right in saying about valign="middle or but not sure which center" in the table tag.
  5. Ok, apology accepted, and now that I understand what you want to do, no I cant really help you.
  6. Thats what I just said, they could use a font-family!
  7. Like Cronthenoob says, you cant unless the viewer has that font, and so if you want to say perhaps make some buttons then you can use an image, or...Set a font-family, to have your font in prefference to say arial, then say to your viewers they can download the proper font then a link.
  8. Kk, well it you go to this: here. it will give you a list of all of the images.
  9. Lol, but like he says, it is not worth it. If you want to think about it, it is like having lots of guestbooks liked together!
  10. Teh, as for hiding your code, stopping right clicks and things people will get around it in the end, but if the person was really determined to get it they will. And as for copying your content, if they cant they will just write or type it. I know, very sad, if you wanted to do that, but all of the info is sent to their PC anyway, otherwise they woulddn't be able to view it.
  11. Well, I wouldn't say that tables are really bad, I was told to us them, to lay out all of my website, and so I have done.But having said that, your website does look really quite good without, did you use a stylesheet?
  12. Lol, I bought this HTML book, from Rapid Electronics, but I thought, there probaly wont be anything that I havn't already done, and so upon reading it the chapter image maps was new to me and so I just made a quick example, mainly for reference for me really....and I have picked up some other codes etc. that all help.
  13. This is a copy of my code post:Now, although I said I thought that I had got it working it doesn't seem to work when I fill it in completely, and it seems to be when there are 3 red and bold numbers below a row that has normal numbers, I have put a print screen below and my code. The funny thing is that although it doesn't seem to work, when I look at the print preview it looks fine.This is my code: <html><head><title>Sudoku Puzzle 01 Answers (Easiest)</title></head><LINK rel="stylesheet" type="text/css" href="sudokustylesheet.css"><body bgcolor="#000066" link="blue" vlink="blue"><font size="3"><font face="Arial"><font color="black"><center><table border="0" cellpadding="100" cellspacing="0" width="85%" bordercolor="#000000" bgcolor="#FFFFFF"><tr><td><BR><font size="5"> <center><b><u>Sudoku Puzzle 01 Answers (Easiest)</u></b><BR><BR></center><font size="2">Check your answers by marking of all of the numbers that you have correct by checking them off with the red answers.<BR><BR><BR><BR><center><table id="grid" cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="a">2</p></td> <td class="ncell"><p class="">5</p></p></td> <td class="rcell"><p class="">1</p></td> </tr> <tr> <td class="ncell"><p class="">3</p></td> <td class="ncell"><p class="a">6</p></td> <td class="rcell"><p class="a">9</p></td> </tr> <tr> <td class="bcell"><p class="">8</p></td> <td class="bcell"><p class="a">7</p></td> <td><p class="a">4</p></td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="a">9</p></td> <td class="ncell"><p class="a">6</p></td> <td class="rcell"><p class="a">8</p></td> </tr> <tr> <td class="ncell"><p class="">4</p></td> <td class="ncell"><p class="a">7</p></td> <td class="rcell"><p class="">5</p></td> </tr> <tr> <td class="bcell"><p class="a">1</p></td> <td class="bcell"><p class="">3</p></td> <td><p class="a">2</p></td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="">4</p></td> <td class="ncell"><p class="">3</p></td> <td class="rcell"><p class="a">7</p></td> </tr> <tr> <td class="ncell"><p class="a">8</p></td> <td class="ncell"><p class="a">1</p></td> <td class="rcell"><p class="">2</p></td> </tr> <tr> <td class="bcell"><p class="a">9</p></td> <td class="bcell"><p class="a">5</p></td> <td><p class="">6</p></td> </tr> </table> </td> </tr> <tr> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="a">5</p></td> <td class="ncell"><p class="">2</p></td> <td class="rcell"><p class="a">8</p></td> </tr> <tr> <td class="ncell"><p class="a">7</p></td> <td class="ncell"><p class="a">1</p></td> <td class="rcell"><p class="">3</p></td> </tr> <tr> <td class="bcell"><p class="a">9</p></td> <td class="bcell"><p class="">4</p></td> <td><p class="a">6</p></td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="">3</p></td> <td class="ncell"><p class="">9</p></td> <td class="rcell"><p class="">1</p></td> </tr> <tr> <td class="ncell"><p class="a">6</p></td> <td class="ncell"><p class="a">8</p></td> <td class="rcell"><p class="a">4</p></td> </tr> <tr> <td class="bcell"><p class="">2</p></td> <td class="bcell"><p class="">5</p></td> <td><p class="">7</p></td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="a">6</p></td> <td class="ncell"><p class="">7</p></td> <td class="rcell"><p class="a">4</p></td> </tr> <tr> <td class="ncell"><p class="">5</p></td> <td class="ncell"><p class="a">2</p></td> <td class="rcell"><p class="a">9</p></td> </tr> <tr> <td class="bcell"><p class="a">1</p></td> <td class="bcell"><p class="">8</p></td> <td><p class="a">3</p></td> </tr> </table> </td> </tr> <tr> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="">4</p></td> <td class="ncell"><p class="a">3</p></td> <td class="rcell"><p class="a">5</p></td> </tr> <tr> <td class="ncell"><p class="">6</p></td> <td class="ncell"><p class="a">8</p></td> <td class="rcell"><p class="a">7</p></td> </tr> <tr> <td class="bcell"><p class="a">1</p></td> <td class="bcell"><p class="">9</p></td> <td><p class="">2</p></td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="a">7</p></td> <td class="ncell"><p class="">1</p></td> <td class="rcell"><p class="a">6</p></td> </tr> <tr> <td class="ncell"><p class="">5</p></td> <td class="ncell"><p class="a">2</p></td> <td class="rcell"><p class="">9</p></td> </tr> <tr> <td class="bcell"><p class="a">8</p></td> <td class="bcell"><p class="a">4</p></td> <td><p class="a">3</p></td> </tr> </table> </td> <td class="xcell"> <table cellspacing="0" cellpadding="0" width="120" height="120"> <tr> <td class="ncell"><p class="a">2</p></td> <td class="ncell"><p class="a">9</p></td> <td class="rcell"><p class="">8</p></td> </tr> <tr> <td class="ncell"><p class="a">3</p></td> <td class="ncell"><p class="a">4</p></td> <td class="rcell"><p class="">1</p></td> </tr> <tr> <td class="bcell"><p class="">7</p></td> <td class="bcell"><p class="">6</p></td> <td><p class="a">5</p></td> </tr> </table> </td> </tr></table></center><BR><BR><BR><center><BR><form> <input type="Button" value="Back" onclick="history.back()"> </form><BR>______________________________________________________<BR><font size=1>Edward Holmes, SMC @ CCMS, <a href="mailto:shapemakingclub@btconnect.com">shapemakingclub@btconnect.com</a></center></td></tr></table></center></body></html> ...And this is my CSS: a:link { color:#0000ff; text-decoration:none; }a:visited { color:#0000ff; text-decoration:none; }a:hover { color:#006633; text-decoration:underline overline; }a.2:link { color:#0000ff; text-decoration:none; font-weight:bold; }a.2:visited { color:#0000ff; text-decoration:none; font-weight:bold; }a.2:hover { color:#006633; text-decoration:underline overline; font-weight:bold; }a.3:link { color:#000000; text-decoration:none; }a.3:visited { color:#000000; text-decoration:none; }a.3:hover { color:#006633; text-decoration:underline overline; }a.4:link { color:#ff0000; text-decoration:none; }a.4:visited { color:#ff0000; text-decoration:none; }a.4:hover { color:#006633; 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; }body {font-family:arial;color:black;font-size:12pt;}td {font-family:arial;color:black;font-size:12pt;}#grid{border:3px solid #000;}#grid td{padding:0px; border:1px solid #000; width:120;text-align:center;}#grid td.rcell{border-bottom:0px; padding:0px; width:120px; text-align:center;}#grid td.ncell{border-right:0px;border-bottom:0px; padding:0px; width:120px; text-align:center;}#grid td.bcell{border-right:0px; padding:0px; wodth:120px; text-align:center;}#grid td.xcell{border:0px;padding:0px; padding:0px; width:120px; text-align:center;}p { padding:0; margin:0; }p.n { padding:0; margin:0; color:white; }p.a { font-weight:bold; color:red; font; }
  14. I always use 1152 x 864 because it lets me read more and sharpens things up. As for when making a website, I use percentages, usually 30% navigation, 70% main body and 30% nothing or extra stuff. As for making it user friendly it works on 1024 x 768 and I think 800 x 600, but to over come any of these problems I just put in the satisfaction guaratee that I works best in 1024 x 768+ and IE.
  15. Please help me, I really need to get this working before I upload it.
  16. No problem, have you sorted it out now then?
  17. Thats what I dont get, I tried to help them by giving relevant links, and I get replys that are potentially offenisve, look... ... and See, look at some of the replys I get.
  18. If you would like to just show it, but not allow people to change it, use a PDF converter, I recomend Primo PDF, click here. This is a great program that is free, once installed it acts like a printer, and so anything you want to convert, just go file print, tthen select from the list. Now just insert into your page using this coding: <a href="mypdfdocument.pdf">Click Here to Open</a> If you would like to show it and let people download it as a file, use this coding: <a href="myspreadsheet.xls">Click Here to Download</a> ... and if you would like to insert it as an image code whatever and then paste into an image program, then save, and insert this coding: <img width="???" height="???" src="myexcelpic.gif"> N.B.You dont have to use width and height, take them out if nessisary.So which do I think is th best, well, the image may not be displayed on your users browser very well, and they may have to scroll, the link to the .xls to download isent very good becuase not every may have excel or a compaible version, so I suggest using a PDF.Or even better, you may want a small picture of your spreadsheet that they can click on to open a PDF, here is the code: <a href="mypdfdocument.pdf"><img border="0" width="200" src="myexcelpic.gif"></a> I may also have misunderstood you, if you want tables you will need to create them in HTML, here is a simple table: <table><tr><td>This is cell 1 row 1</td><td>This is cell 2 row 1</td></tr><tr><td>This is cell 3 row 2</td><td>This is cell 4 row 2</td></tr></table> If you need any more help just post your problems here.
  19. Oh, just a thought, Im no real expert on forms and the like.
  20. In actual fact it is called "Flash Satay: Embedding Flash While Supporting Standards" but it is still about embedding flash....and most probaly swf.
  21. That isn't a silly question at all, If you make a style sheet with your template on then you can, but then you have to learn CSS. I mean style sheets arent really that bad, I have one, but it just does specific things.You may like to save your template as temp.html and then just edit it and save it with a different file name, thats what I do, then it saves room for any errors, perhaps because you didn't copy all the code etc.The only problem is when you change the temp.html nothing else will change, you have to use a style sheet for that.
  22. Yeh, the align element wotn work, you should use this code: <center><a href="mysite.html"><img src="mypic.gif"></a></center>
  23. The 4th Selection on the poll should be Rubish!Hi,I have made a image map, I know, all be it simple, but the principles are there I think?...and I would like the image to enlarge when you hover over it, but not open the actual site that it links to, can anyone help me please.This is the link here....and this is my coding: <html><head><title>Image Map</title></head><LINK rel="stylesheet" type="text/css" href="stylesheet.css"><body bgcolor="#000066" link="blue" vlink="blue"><font size="3"><font face="Arial"><font color="black"><center><table border="0" cellpadding="100" cellspacing="0" width="85%" bordercolor="#000000" bgcolor="#FFFFFF"><tr><td><BR><font size="5"> <center><b><u>Shape Image Map</u></b><BR><BR></center><font size="2"><center>Click on any of the shapes to find out there names.<BR><BR><img border="0" src="shapes.GIF" usemap="#mymap"><MAP NAME="mymap"><AREA HREF="redpentagon.html" ALT="Red Pentagon" SHAPE="poly" COORDS="72, 19, 165, 58, 154, 116, 11, 134, 85, 78"> <AREA HREF="yellowsquare.html" ALT="Yellow Square" SHAPE="rect" COORDS="191, 176, 278, 268"> <AREA HREF="limepentagon.html" ALT="Lime Pentagon" SHAPE="poly" COORDS="383, 202, 509, 217, 415, 319, 413, 262, 338, 318"> <AREA HREF="greenhexagon.html" ALT="Green Hexagon" SHAPE="poly" COORDS="393, 99, 440, 89, 478, 109, 472, 144, 427, 163, 391, 137"> <AREA HREF="bluetriangle.html" ALT="Blue Triangle" SHAPE="poly" COORDS="507, 323, 568, 255, 632, 342"> </map></center><BR><BR><BR><center><BR>______________________________________________________<BR><font size=1>Edward Holmes, SMC @ CCMS, <a href="mailto:shapemakingclub@btconnect.com">shapemakingclub@btconnect.com</a></center></td></tr></table></center></body></html> <<Fixed poll and changed to .>>
  24. VALUE="Your words here" should work if you place it inside the button tag.
×
×
  • Create New...