Jump to content

kevmeister

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by kevmeister

  1. WOW,That works absolutely perfect, just as I wanted it.You are a Legend Many Many ThanksKev
  2. Hello people.I have a question about the OnClick event feature.I have 3 links on my webpage. Each simply changes the target "Centre" frame to a different document. In my left pane I have the list of pages as links.How do I Bold the link when it is clicked (I think I already worked out how to do this)But my problem is when I click link number 2, I then want link number 1 (or link 3) to then be "unbolded" and for link 2 to then be "bolded".Can anyone shed help me pleaseMany ThanksKev
  3. I bow in the presence of greatness, scott you are a star that works great. my page is just about ready, i think that's all of the bugs outta the way and it's just a matter of tweaking it a little, and then i'm done. Many thanks again scott.CheersKev
  4. Hiya, thanks to many people on this site helping out big time my site is almost complete. 1 last problem I have is, i use Mozilla, as it's the best, and so my test browser is firefox, and I have my site perfected in Firefox, however when i test my site in IE, i get a horrible white border around the inner frame, and also a white bar between the picture and nav bar.If anyone could help me with this it would be very very much appreiciated.Here is my site link:Linky ThingThanks again for all the help so far peeps, i definitely couldn't have done it on my own.Kev
  5. wow its easy when you have a brain the size of a planet. ;O)Thanks mate it works perfectMany many thanksKev
  6. absolutely amazing, that's exactly what i was looking for. My page is nearly complete now:My Webpage LinkIt just needs some ironing out now as it's not perfect, but i'm sure it wont take long now. Scott100 you are a legend mate. ThanksOne more quickie, the auto font doesn't start until you have actually resized the window, is it possible to get it to auto resize as the page initally loads?
  7. I just had a brainwave which really hurt my head If the auto size font isn't possible, then how about adding a data overflow scrollbar to the individual table cells, the only 2 cells that need the scroll is bottom left and right, so is it possible to make them scrollable, but only if the browser window is too small?ThanksKev
  8. Hi there, thanks for your response. Basically I want the text to shrink when the user shrinks the browser window, so what ever size the browser window is the text looks the same just a little smaller. As it stands the text does indeed word wrap, but word wraps off the page as i have set it not to scroll with any overflow. Here is the code:index.html <html><head><style>html,body{background:GRAY;margin:30px;}</style></head><body style="overflow: hidden"><iframe src="frame1.html" style="width:100%;height:100%" frameborder="no"></iframe></body></html> frame1.html <html><body style="overflow: hidden"><div align="center"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="navy" height="65%"><tr height="65%"><td colspan="3" height="65%"><div align="center"><img src="images/skyline.jpg" alt="" height="100%" width="100%" border="0"></div></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="navy" height="5%"><tr height="5%"><td align="center" height="5%"><font color="white" face="Century Gothic">home</font></td><td align="center" height="5%"><font color="white" face="Century Gothic">wholesale</font></td><td align="center" height="5%"><font color="white" face="Century Gothic">brands</font></td><td align="center" height="5%"><font color="white" face="Century Gothic">financial</font></td><td align="center" height="5%"><font color="white" face="Century Gothic">contact</font></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="10" height="30%"><tr height="30%"><td valign="top" bgcolor="white" height="30%"><font size="2" color="#404040" face="Century Gothic">FSD is a global leader in the residual wholesale of branded foods, beverages, toiletries and homecare. Built on more than 3 decades of quality and innovation, FSD International has grown from modest beginnings to become the largest residual wholesaler in the UK and?</font></td><td valign="top" bgcolor="white" height="30%"><img src="images/logo.gif" alt="" height="104" width="206" border="0"></td><td valign="top" bgcolor="white" height="30%"><font size="2" color="#404040" face="Century Gothic">FSD is a global leader in the residual wholesale of branded foods, beverages, toiletries and homecare. Built on more than 3 decades of quality and innovation, FSD International has grown from modest beginnings to become the largest residual wholesaler in the UK and?</font></td></tr></table></div> </html> Thanks again for any input.Kev
  9. Hi there,I have designed a basic page and all is looking good. I have made the picture and tables auto adjust to the size of the screen so what ever size screen the user has it appears exactly the same.My only problem is the text. Is there a way to make the text in a cell in a table, auto adjust to the size of the table?Many ThanksKev
  10. ok thanks mate, i'll have a read and have a go with them instead.Thanks againKev
  11. Hi there, back again.The page i'm designing is coming together nicely, except for a small problem, the gaps between the frames click on the link here to see:My WebpageI would like if possible all 3 frames stuck together (Ie no background grey lines between the frames, but i've tried changing a few settings but can't see any code that i could change to adjust the frames gaps.If any one has any suggestions of what could rid my page of these grey lines it would be very much appreciated.Many ThanksKev
  12. I don't think that is ugly at all, in fact i think that's the most beautiful piece of code i have ever seen thanks mate it works great!
  13. Hello there,I only started learning HTML from this site a couple of days ago. Someone has asked me to do a site for them. Ususally I would use Dreamweaver or Adobe Go Live, and design it visually using layers etc and generally going about it the wrong way. So I wanted to get the basic layout done in HTML this time, then keep it really simple.The layout of this page is like this: <html> <frameset rows="65%,5%,30%"> <frame src="http://www.google.co.uk/"> <frame src="http://www.google.co.uk/"> <frame src="http://www.google.co.uk/"> </frameset></html> Thats how I want it but I don't want it the frames to the edge of the screen. I want a plain grey border all around the edge say about an inch thick.So i've been thinking, do I need to just tell the frame set to start further into the page (ie with coordinates). Or do I need to create a frame set within a master frame in order to centre it etc.?Thanks for any help, sorry if it's too easy, have only been learning the code for a couple of days. Thanks, Kev.
×
×
  • Create New...