Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 51
2 members and 49 guests
buynm6ymobcha8b, cliaw9cckhereto
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
need a little help with a block
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 40
Join Date: Mar 2003
Location: Denmark
need a little help with a block - 05-14-2003, 02:19 PM

I got a problem with a small space between the pictures
I'm doing this by hand well I can say dreamweaver and making themes don't go well with me
it's proly the tables dunno how else to do it

Code:
 <table width="144">
  <td width="144" height="36" background=http://www.gorgondo.com/blocktop.jpg><center>$title</center></td>
  </table>
<table width="144">
    <td width="27" background=http://www.gorgondo.com/blockside1.gif></td>
    <td width="90" background=http://www.gorgondo.com/block_bg.jpg>$content</td>
    <td width="27" background=http://www.gorgondo.com/blockside2.gif></td>
</table>
<table width="144">
  <td width="144" height="38" background=http://www.gorgondo.com/blockdown.jpg hight="37">&</td>
</table>
http://www.gorgondo.com/blocks.html
  Send a message via MSN to GorGonDo  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-14-2003, 02:29 PM

What, you want a space between the pictures?

use a non breaking source tag.


Also, I do not recommend using Dreamweaver or Frontpage or any other html editor to edit ANYTHING related to PHP-Nuke.
Us e atext editor like Editplus or UltraEdit.

mikem
   
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: 40
Join Date: Mar 2003
Location: Denmark
05-14-2003, 02:35 PM

nahh I want no space so it looks like a whole picture

when you say a "use a non breaking source tag." what do you mean.
stil learning the stuff :roll:
  Send a message via MSN to GorGonDo  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-14-2003, 02:41 PM

Yeah Dreamweaver makes the cellpads standard and cellspacing standard. You probably just need to make the cellpadding and cellspacing of the tables 0 like this

Code:
<table width="144" cellpadding="0" cellspacing="0"> 
  <td width="144" height="36" background=http://www.gorgondo.com/blocktop.jpg><center>$title</center></td> 
  </table> 
<table width="144" cellpadding="0" cellspacing="0"> 
    <td width="27" background=http://www.gorgondo.com/blockside1.gif></td> 
    <td width="90" background=http://www.gorgondo.com/block_bg.jpg>$content</td> 
    <td width="27" background=http://www.gorgondo.com/blockside2.gif></td> 
</table> 
<table width="144" cellpadding="0" cellspacing="0"> 
  <td width="144" height="38" background=http://www.gorgondo.com/blockdown.jpg hight="37">&</td> 
</table>
mikem
   
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