Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: EvertonFC
  • Order by date
  1. EvertonFC

    Size issue

    OK this is what I have (summarised!): <style type="text/css"> body{ background-color: #e0e0e0; font-family:verdana; } td a{ color:navy; font-size:8px; } </style> </head> <body> <table border="3" width="75%"> <tr> <td bgcolor="#FFFFFF">Fred</td> <td a>Manager</td> <td a>Fred@abc.com</td>...
  2. EvertonFC

    Size issue

    Yes, still the same Lee. As I say, everything is fine, just the size of the verdana font. Cheers Steve
  3. EvertonFC

    Size issue

    Still no change, Lee. But thanks, anyway.
  4. EvertonFC

    Size issue

    Hello Is there a reason, please, why this does not show 8pt in my browser (the colour is fine and the font), but the type looks even larger than 12pt! <style type="text/css"> body{ background-color: #e0e0e0; font-family:verdana; } td a{ color:#FFFFFF font-size:8pt; { </style> Thanks...
  5. EvertonFC

    CSS font issue

    Hello Dan That did the trick! Many thanks. Now I just have to find a way of changing the font to 8pt Verdana (instead of the boring 12pt Times), and I'm fine. I didn't realise that font colour did not have the same properities as other font attributes, so I'm gratful for your assistance...
  6. EvertonFC

    CSS font issue

    Hello Yes, I agree that usually we want our links to be distinguishable from normal text, but in this case they only text I have on the page are links. Therefore, I would prefer them to be all white (the background is black). However, I have still not had any sucess in achieving this effect...
  7. EvertonFC

    CSS font issue

    Many thanks for your posts. This validates in CSS: <style type="text/css"> td {font: medium normal 8pt verdana #FFFFFF} </style> But, as seen here, http://grafik1.7host.com/gallery/Engineer.html the text (the links) are blue/purple and not in Verdana. Thanks, anyway. EvertonFC
  8. EvertonFC

    CSS font issue

    Hello I am using the following in my head tag: <style type="text/css"> H5 {font-weight: medium; font-style: normal; font-size: 8pt; font-family: verdana; fontcolor: #FFFFFF;} </style> and in <BODY> I have: <H5> <table width="40%" border="0" cellspacing="0"...
  9. EvertonFC

    Underlined text links

    It looks very professional, BabyJeff. I'll try to incorporate it in my page. It looks impressive. Thanks EvertonFC
  10. EvertonFC

    Underlined text links

    Hello Chris Thanks for noticing that. It works, as you say, except for the first link. Thanks again. EvertonFC
  11. EvertonFC

    Underlined text links

    Here's what I have: <head> <style type="text/css"> body {background-color: #E0E0E0} </style> <style type="test/css"> DIV.Abstract {text-align: justify;} h6 {font-size: 10pt; } A:link {text-decoration: none; } A:visited {text-decoration: none; } A:hover {text-decoration: underline; color...
  12. EvertonFC

    Underlined text links

    Hello Jeff Thanks for your reply. I'm working on the links right now and all seems to be fine, but the CSS part is not working. What I have in the <HEAD> here: <style type="test/css"> DIV.Abstract{text-align:justify;} h6{font-size:10pt;} works in the table which I have in the <BODY>. That...
  13. EvertonFC

    Underlined text links

    Hello I have the following in my <HEAD> tag: <style type="test/css"> DIV.Abstract{text-align:justify;} h6{font-size:10pt;} A:link{text-decoration:none;} A:visited{text-decoration:none;} A:hover{text-decoration:underline;color:#111111;} A:active{text-decoration:none;} </style> Underneath...
  14. EvertonFC

    Menu won't work!

    OK, my apologies for the lack of information in my original post. I do not have a URL because this will be part of an Intranet site. Here is the code for the two main files: menu.js (name of file) function menu (a_items, a_tpl) { if (!document.body || !document.body.style) return...
  15. EvertonFC

    Menu won't work!

    Hello I have a nice DHTML menu (with submenus): ITEM A ITEM B ITEM C ITEM D Under ITEM D, for example, I have Link 1, Link 2, Link 3, Link 4, etc in a vertical column. The code looks like this: ['Contact', null, null, ['John'], ['Paul'], ['Fred'], ['Mary'] ], I also have a HTML file called...
  16. EvertonFC

    Image in &lt;TD&gt; question

    Thanks, BabyJeffry, of course it is! Cheers
  17. EvertonFC

    Image in &lt;TD&gt; question

    Hi I have an <TD>img src="image.jpg align="top"</TD> tag in a table, but can't seem to position an image (same size) directly under it. I have tried to use the <TR></TR> tag, but this just places the image in an unrelated location. Nor does this seem to work: <TR><TD>img src="image.jpg...
  18. EvertonFC

    Hotmail log-on problem

    Hello This is a second posting, because I have still not been able to resolve this issue. When I try to log-in to my Hotmail account I enter my user name and password and press submit. For some reason, I am then redirected back to the log-in page. (I have no problem logging-in to Messenger.)...
  19. EvertonFC

    Just took the 070-270 exam

    Hello Niterax Can I ask what kind of questions were you asked? EvertonFC

Part and Inventory Search

Back
Top