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...
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...
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...
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
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"...
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...
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...
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...
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...
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...
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.)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.