•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Site Layout and Usability section within the Web Development category of DaniWeb, a massive community of 401,609 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,634 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Views: 1709 | Replies: 4
![]() |
•
•
Join Date: Apr 2006
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
Hello, I am working on a website. I have a test page up here:
http://www.geocities.com/mydadthinks...iesupreme.html
My problem is that I am trying to delete the generated text in the table cells underneath where it says "download - click here" and "buy - click here."
I still want the download and buy links on top, I just want to get rid of the text underneath, but whenever I delete the text from the table cells in Dreamweaver, it changes the width of all the tables/cells, and moves the "download" and "buy" text over to the right.
If I try to resize the table width, it tells me my cells are overlapping.
What the hell?!?! :mad:
http://www.geocities.com/mydadthinks...iesupreme.html
My problem is that I am trying to delete the generated text in the table cells underneath where it says "download - click here" and "buy - click here."
I still want the download and buy links on top, I just want to get rid of the text underneath, but whenever I delete the text from the table cells in Dreamweaver, it changes the width of all the tables/cells, and moves the "download" and "buy" text over to the right.
If I try to resize the table width, it tells me my cells are overlapping.
What the hell?!?! :mad:
This is a rather hackish solution but couldn't you change the font in those columns to the same color as the background. That way you know the columns will stay the same height and width.
Ha ha
http://img476.imageshack.us/img476/5171/cut20ln.png
Piworld ™
[Tis simple as Pie]
Ha ha
http://img476.imageshack.us/img476/5171/cut20ln.png
Piworld ™
[Tis simple as Pie]
•
•
Join Date: Apr 2006
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
lol... i DID think of that already, but i'm saving it as a last resort, ya know?
•
•
•
•
Originally Posted by iamthwee
This is a rather hackish solution but couldn't you change the font in those columns to the same color as the background. That way you know the columns will stay the same height and width.
Ha ha
http://img476.imageshack.us/img476/5171/cut20ln.png
Piworld ™
[Tis simple as Pie]
•
•
Join Date: Apr 2006
Location: Australia
Posts: 21
Reputation:
Rep Power: 3
Solved Threads: 0
I hardly understand your problems. I tested to rid of the text and your table width changed different size (to small), all thingy went on right.
You want to rid of the text under the columns where it says "download...." TO STAY with same table width? If so...
Your original code:
[HTML]<td colspan=2 valign=top>
<table border=0 align=center cellpadding=0 cellspacing=0><tr><td colspan=2>
<P class=mash>
Related...</P>
<table border=0 align=center cellpadding=10 cellspacing=0><tr><td valign=top>
download
<P><a href="page.html">click here</a></td>
<td valign=top>buy
<P><a href="page.html">click here</a></td>
</tr>
<td valign=top>jkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d f
<td valign=top>jkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksjm fmjsfjds kjfls skds d f
</td></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr>[/HTML]
My code, Replace with:
[HTML]<td colspan=2 valign=top>
<table border=0 align=center cellpadding=0 cellspacing=0><tr><td colspan=2>
<P class=mash>
Related...</P>
<table border=0 cellpadding=10 cellspacing=0 width="210px" style="border-collapse: collapse" bordercolor="#111111"><tr><td valign=top>
download<br>
<br>
<a href="page.html">click here</a></td>
<td valign=top>buy
<P><a href="page.html">click here</a></td>
</tr>
</table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr>[/HTML]
No more resize the cells and text under
I hope I am doing this right.
That's because you didn't use pixel. Pixel stays the same width. Percent allowed resize width.
You want to rid of the text under the columns where it says "download...." TO STAY with same table width? If so...
Your original code:
[HTML]<td colspan=2 valign=top>
<table border=0 align=center cellpadding=0 cellspacing=0><tr><td colspan=2>
<P class=mash>
Related...</P>
<table border=0 align=center cellpadding=10 cellspacing=0><tr><td valign=top>
download
<P><a href="page.html">click here</a></td>
<td valign=top>buy
<P><a href="page.html">click here</a></td>
</tr>
<td valign=top>jkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d f
<td valign=top>jkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksdlfdsjm fmjsfjds kjfls skds d ffjkjlf fjkf jfd fjksjm fmjsfjds kjfls skds d f
</td></table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr>[/HTML]
My code, Replace with:
[HTML]<td colspan=2 valign=top>
<table border=0 align=center cellpadding=0 cellspacing=0><tr><td colspan=2>
<P class=mash>
Related...</P>
<table border=0 cellpadding=10 cellspacing=0 width="210px" style="border-collapse: collapse" bordercolor="#111111"><tr><td valign=top>
download<br>
<br>
<a href="page.html">click here</a></td>
<td valign=top>buy
<P><a href="page.html">click here</a></td>
</tr>
</table>
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr>[/HTML]
No more resize the cells and text under
I hope I am doing this right.•
•
•
•
I just want to get rid of the text underneath, but whenever I delete the text from the table cells in Dreamweaver, it changes the width of all the tables/cells, and moves the "download" and "buy" text over to the right.
█ WeLoveCSS.com • XHTML/CSS Forum for beginners to advanced users
Can't find any good CSS Forums? WLC is the right place for you!
Can't find any good CSS Forums? WLC is the right place for you!
![]() |
•
•
•
•
•
•
•
•
DaniWeb Site Layout and Usability Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- how to delete duplicate record in a table by using SQL query (MS SQL)
- Adding color to GridView (ASP.NET)
- Coloring cetain texts within a table (JavaScript / DHTML / AJAX)
- css div's and tables table cells and scrolling (HTML and CSS)
- Creating submenus in table cells (JavaScript / DHTML / AJAX)
Other Threads in the Site Layout and Usability Forum
- Previous Thread: A Little Help.
- Next Thread: Website NOT showing menu hover in Internet Explorer



Linear Mode