Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 76
2 members and 74 guests
loh8mz5caniearn, stoba2rageconta
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

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

Reply
 
LinkBack Thread Tools Display Modes
Cellspacing?
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Feb 2005
Cellspacing? - 05-20-2005, 09:56 AM

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
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 02:37 PM

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
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Feb 2005
05-20-2005, 02:56 PM

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
Old
  (#4 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 02:57 PM

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
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Feb 2005
05-20-2005, 03:06 PM

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
Old
  (#6 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 03:17 PM

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
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Feb 2005
05-20-2005, 03:20 PM

I don't see any change
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 03:26 PM

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
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 13
Join Date: Feb 2005
05-20-2005, 03:29 PM

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
Old
  (#10 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-20-2005, 03:36 PM

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





vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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