allison
09-13-2002, 06:36 PM
Hello all,
when I write this line
<a href = "blah">http://blah/blah/blah/blah</a>
note.
that line is in a table that is part of our template
when i write the path like that it breaks the table up by stretching it. but when I replace the
http://blah/blah/blah/blah
with a long string sssssssssssssss etc.. it will wrap and the template table is not stretched
it's like it treats the string as a real path when it fact it is just a description of the path, made to look like a real address
our business rule is:
you write <a href = "http://www.adobe.com">
http://www.adobe.com
</a>
and not
<a href = "http://www.adobe.com">
adobe site
</a>
basicly the client wants to see the the address as a link
can anyone explain this to me?
thanks
A.
when I write this line
<a href = "blah">http://blah/blah/blah/blah</a>
note.
that line is in a table that is part of our template
when i write the path like that it breaks the table up by stretching it. but when I replace the
http://blah/blah/blah/blah
with a long string sssssssssssssss etc.. it will wrap and the template table is not stretched
it's like it treats the string as a real path when it fact it is just a description of the path, made to look like a real address
our business rule is:
you write <a href = "http://www.adobe.com">
http://www.adobe.com
</a>
and not
<a href = "http://www.adobe.com">
adobe site
</a>
basicly the client wants to see the the address as a link
can anyone explain this to me?
thanks
A.