HTML formatting of "no records returned" message? (Full Version)

All Forums >> [Web Development] >> ASP and Database



Message


Botcollector -> HTML formatting of "no records returned" message? (3/8/2001 20:39:00)

Well, I figured out how to get the href HTML tag to work in the No records returned" message, but what I CAN'T do is format the text with any HTML tags. Is there any way to format the "no records" message, like center, bold, etc., while still maintaining the functionality of the href link?

If it helps anyone figure it out, I got the href tag to wrok by using single quotes around the http address; double quotes don't work, because FP sees any second double quote as the end of the message to display. I tried using the ampersand (&) and more quotes to concatenate the text, like in Visual Basic programming, but it didn't work. Maybe I'm real close and just haven't tried the one right thing.

Any info would be greatly appreciated.

Thanks for reading.

The 'Bot Collector





Vince from Spain -> RE: HTML formatting of "no records returned" message? (3/8/2001 23:52:00)

Here are a couple of ways to do the double quotes if you ever really need them. Though single quotes are good too as you say.

<center><b><a href=" & chr(34) & "anotherpage.asp" & chr(34) & ">Go to another page</a></b></center>

<center><b><a href=""anotherpage.asp"">Go to another page</a></b></center>

All the best

Vince

------------------
Internet Business Solutions S.L.(Spain)





Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
6.201172E-02