Brent
|
| Posted: 07/18/2002, 8:15 AM |
|
I am putting out a comment using HTML in the footer of a page. I would
like it to appear on 2 lines within 1 box. The problem is I'm using
Caravan class and instead of wrapping it inside of one box, the "<br>"
creates 2 separate boxes.
$comment = "<br><Font style=bold class=CaravanFooterTD> You are
not a registered user.<br>Click here to <a
href=\"register.php\">register</a></font>";
This HTML creates two beige "boxes" with the second "box" overlapping
the top box. I can add another <br> or use a <p> and it creates 2
separate beige "boxes" with a bit of white space between them. But I'd
like to get rid of the white space so the text appears in one "box"
and the this box would have 2 lines of text.
Is there any way to do this? TIA
Brent
|
|
|
 |
|