Ask a Question related to Macromedia ColdFusion, Design and Development.
-
lingo_user #1
includes mess up table formatting
Not sure if this is OT - if so xcuse me
I have a table with 3 pull down menus next to each other in a cells. I make
the 3 pull down menus (<select...>) each an include, and include them using 3
<cfinclude template="...> that each point to the approprioate file. This is In
DreamWeaver- Code view. When I switch to Design view the pull doen menus still
show up but below each other and shifted to the right in an extra cell added to
the table...
So all I change is
take the code for the pull down menu
save it in an include
delete the pull down menu code
put an <cfinclude ...> tag that points to the newly created include instead.
This I do for 3 pull downs that are in 1 cell, also for 3 other pd's in
another cell (this is why I make it an include)
The pd's still show but ni another cell...
When I upload the file to the server and view it in the browser the same is
happening...
Is it not possible to use includes this way?
lingo_user Guest
-
Formatting text in a repeating table in my template
I am using a repeating table in my template for my home page. The table will be used to add text based hyperlinks to news articles. By default,... -
Problem with table formatting : auto-vertical expanding
I have a problem that is driving me crazy. In trying to convert our site from Frontpage to Dreamweaver, I selected to use templates. I setup a... -
<cfoutput query> and TABLE formatting
HI, I'm trying to output images from a database using <cfoutput query>. That part works fine. But the images display all in one column, one... -
Multiple-row table formatting of results
Hi all, This is probably a simple one if you know what you're doing, but I could use some code to work from. I'd like to write a script that... -
Classic ASP Table to DataGrid...formatting color and decimal places
Hello, I trying to convert an ASP page to ASP.NET using a DataGrid control. All of the data is being displayed in the DataGrid. But I need help... -
Kronin555 #2
Re: includes mess up table formatting
Yes, it's possible. I've done it. It sounds like your <td> tags aren't right.
Post the following code sections from the first version that you want to work:
1. the main page where you do the 3 <cfinclude>'s, including the entire <tr>
for that row.
2. all relevant HTML output in the <cfinclude>d pages.
Kronin555 Guest



Reply With Quote

