Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Agent_JC #1
How do I stop a cell from extending across the page
Hello and thankyou in advance:
I'm about to tear my hair out.
I have set up a dynamic table which includes a cell that holds a lot of text
(personal profile) from my database of employees. The problem I have is the
text doesn't flow from line to line, it just stretches accross into the future.
I have fixed all my table width sizes on the page.
I guess I just want to know how to make text flow from line to line and not
expand a table or it's cell.
Kind regards,
Josh.
Agent_JC Guest
-
Extending System.Web.UI.Page with new properties
I am trying to extend the Page class with a new BasePage class containing common elements required by all of our web pages. By itself this is a... -
Stop ASP Page on Error
I don't know if this is what you'll want, but you could simplify it and do: On Error Resume Next Set objUser =... -
ViewState lost when extending custome Page Object
Check out this article, which explains about this problem. http://www.microsoft.com/india/msdn/articles/87.aspx -- Saravana Microsoft India... -
Extending a layer across 100% of the width of the page
Hey all I know I'm missing the code that goes into .css that extends the bg- will it work with layers? Can I get the code? Thanks!! BR -
How come SERVER.TRANSFER when used in a table only displays the new page in that particular cell?
That must be because you have "second_document.asp" in your page somewhere in the html. Server.Transfer is like response.redirect, except it... -
WickedSense #2
Re: How do I stop a cell from extending across the page
Not exactly a DHTML question. Only things I can think are make sure your table
sizes are pixel and not percent. Make sure you don't have "no wrap" checked in
properties. If it's CSS text, you may need to adjust the block settings (try
looking at float and block). Make sure you have defined the proper table. If
you are defining cells but the whole table is not defined you might run into a
problem.
The easy (or hard if you have tons of rows/cols) is to reset all column widths
on the entire table, then go in and reset them one by one making sure each cell
is the right size and the table is restrained to your desire.
If it's STILL not happening then something else is affecting your text. I'm
not that advanced so good luck.
WickedSense Guest
-
Agent_JC #3
Re: How do I stop a cell from extending across the page
Brad:
Thanks for your reply. Have fixed the problem.
Happy new year,
Josh.
Agent_JC Guest



Reply With Quote

