» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 35
0 members and 35 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Cellspacing? within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; I've tried changing the spacing and padding in just about every file but nothing helps....where should I be ...


Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-20-2005, 09:56 AM
Junior Member
 
Join Date: Feb 2005
Posts: 13
Cellspacing?
I've tried changing the spacing and padding in just about every file but nothing helps....where should I be looking?

This is where I need the extra space...



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-20-2005, 02:37 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
hmm, what theme is that :s I don't recognise every single theme in that's available
btw try story_home.html
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-20-2005, 02:56 PM
Junior Member
 
Join Date: Feb 2005
Posts: 13
It's one I kinda pieced together...

and I did try that but it jacks up the images that do like the outlines and stuff - it spaces them out instead of adding spacking to the text.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-20-2005, 02:57 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
can you upload the story_home.html somewhere, so I can take a look at the code??
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-20-2005, 03:06 PM
Junior Member
 
Join Date: Feb 2005
Posts: 13
how's this?

Code:
 <center>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="10">
  <tr> 
    <td> <table cellspacing=3 cellpadding=4 width=95% border=0>
        <tbody>
          <tr> 
            <td class=tabled> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <td> <table width="100%" border=0 cellpadding=0 cellspacing=0>
                      <tbody>
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
 		 <tr> 
  		  <td width="40" height="37" rowspan="2">[img]themes/dreamscape/images/story_01.gif[/img]</td>
   		 <td width="93%" background="themes/dreamscape/images/story_02a.gif" height=12> </td>
   		 <td width="40" rowspan="2">[img]themes/dreamscape/images/story_03.gif[/img]</td>
		  </tr>
		  <tr> 
   		 <td background="themes/dreamscape/images/story_02b.gif" height=25> <font size="6">  <font color="#E7A43C">$title</font></div></td>
 		 </tr>
 		 <tr> 
   		 <td rowspan="2" background="themes/dreamscape/images/story_04a.gif"></td>
  		  <td height="48" background="themes/dreamscape/images/story_04b.gif"><font size="1">[img]$tipath$topicimage[/img] <font class="content"><font color="#15657D">$content</font></font></td>
  		  <td rowspan="2" background="themes/dreamscape/images/story_04c.gif"></td>
		  </tr>
  		<tr> 
  		  <td height="32" background="themes/dreamscape/images/story_04b.gif"></td>
		  </tr>
		  <tr> 
  		  <td height="41" rowspan="3">[img]themes/dreamscape/images/story_05.gif[/img]</td>
   		 <td height="28" background="themes/dreamscape/images/story_06a.gif"> <font size="1"><font class="content"><font color="#0B5065">$morelink</font></font> </td>
  		  <td rowspan="3">[img]themes/dreamscape/images/story_07.gif[/img]</td>
 		 </tr>
		  <tr>
  		  <td height="13" background="themes/dreamscape/images/story_06b.gif"></td>
 		 </tr>
                      </tbody>
                    </table></td>
                </tr>
              </table></td>
          </tr>
        </tbody>
      </table></td>
  </tr>

</table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-20-2005, 03:17 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
try this code first, I fixed some syntax errors in the html code, maybe it also fixes your spacing problem
Code:
*cleaned up for better thread viewing*
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-20-2005, 03:20 PM
Junior Member
 
Join Date: Feb 2005
Posts: 13
I don't see any change
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-20-2005, 03:26 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
Code:
*cleaned up for better thread viewing*
What about this??
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-20-2005, 03:29 PM
Junior Member
 
Join Date: Feb 2005
Posts: 13
If it moved it, it wasn't very much... here's the site so you can see it yourself...


http://www.mysscryss.com/index.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-20-2005, 03:36 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
sorry, everything I do is useless when the whole layout is screwed :?
You first have to make sure the layout is correct (perfect html code) and then try to get the details perfect.

PS This is my 1000th post :twisted:
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:15 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31