View Full Version : Help needed with font


pinkluce
03-25-2003, 08:39 AM
Hi all, I'm new to this whole html thing, and I'm trying to do something very simple, just trying to make the text in a table bold, but I can't do it :(

The code is

<script language=javascript
src="http://ss.webring.com/navbar?f=j;y=sarapezzinifan;u=10089941"></script>
<noscript><center><table bgcolor=gray cellspacing=0 border=2 bordercolor=red>
<tr><td><table cellpadding=2 cellspacing=0 border=0><tr><td align=center>
<font face=arial size=-1>This site is a member of WebRing.
To browse visit <a href="http://ss.webring.com/navbar?f=l;y=sarapezzinifan;u=10089941">
here</a>.</font></td></tr></table></td></tr></table></center></noscript>

to see it on my page go to

www.geocities.com/sarapezzinifan.index.html

Please help me to sort this out!! Thanks very much. pinky :D

Celeris
03-25-2003, 11:37 AM
There is no page there. Here is what you need:

<script language=javascript
src="http://ss.webring.com/navbar? f=j;y=sarapezzinifan;u=10
089941"></script>
<noscript><center><table bgcolor=gray cellspacing=0 border=2 bordercolor=red>
<tr><td><table cellpadding=2 cellspacing=0 border=0><tr><td align=center>
<font face=arial size=-1><b>This site is a member of WebRing. To browse visit, click <a href="http://ss.webring.com/navbar? f=l;y=sarapezzinifan;u=10089941">here</a>.</b>/font></td></tr></table></td></tr></table></center></noscript>

Also, your tables are kind of sloppy and I don't really see the point in two, but that's your site.

pinkluce
03-25-2003, 12:38 PM
Thanks very much for that. The table is a navigation bar for a webring so it's not my design, I've just had to paste it into my site and I wanted to make the font bold to match the rest of the page.

The link doesn't work cos i typed it wrong, was in a hurry to get to lectures this morning :D

www.geocities.com/sarapezzinifan/index.html should work.

:D