Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Trying to move the description below the category
Old 06-14-2009, 08:51 AM Trying to move the description below the category
Ultra Talker

Posts: 254
Name: Daniel Mousdell
Trades: 0
Hey,

On my gallery - http://www.lilwaynehq.com/gallery2 if you can see where I have the gallerys album picture and then the categories title and then on the same line I have the categories description.

Well I want to place that description underneath the title link.

I tried placing the description in its own <tr> and even adding a <br />, but no luck

Here is the code I have:

Code:
<tr>
<td class="catrow" align="left">
<table>
<tr>
<td>
{CAT_THUMB}
</td>
<td>
<h2 class="first">{CAT_TITLE}</h2>
</td>
<td class="tableh1">{CAT_DESC}
</td>
</tr>
</table>
</td>
</tr>
Does anyone know how I can do this

Thanks and appreciate it
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Danaldinho is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-14-2009, 09:44 AM Re: Trying to move the description below the category
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
So, put the descrtiption in the same table cell as the category. Since an H2 is a block level element, the text should go right underneath it. If you need to have the width, do a colspan=2 on the first td.

Why are you using tables anyway ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-14-2009, 10:15 AM Re: Trying to move the description below the category
Ultra Talker

Posts: 254
Name: Daniel Mousdell
Trades: 0
Quote:
Originally Posted by LadynRed View Post
So, put the descrtiption in the same table cell as the category. Since an H2 is a block level element, the text should go right underneath it. If you need to have the width, do a colspan=2 on the first td.

Why are you using tables anyway ?
Thanks, I should of figured that out

And I have to with the software I have used (they need to do an update )
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Danaldinho is offline
Reply With Quote
View Public Profile
 
Old 06-14-2009, 03:59 PM Re: Trying to move the description below the category
fansite's Avatar
Novice Talker

Posts: 8
Name: Fansite
Trades: 0
close the </tr> and you can open the new <tr> for the new line output.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
fansite is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Trying to move the description below the category
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.43270 seconds with 12 queries