» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 65
0 members and 65 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 need a little help with a block within the Purged Topics forums, part of the NM Staff category; I got a problem with a small space between the pictures I'm doing this by hand well I can ...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2003, 03:19 PM
Junior Member
 
Join Date: Mar 2003
Location: Denmark
Posts: 40
Send a message via MSN to GorGonDo
need a little help with a block
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-14-2003, 03:29 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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
  #3 (permalink)  
Old 05-14-2003, 03:35 PM
Junior Member
 
Join Date: Mar 2003
Location: Denmark
Posts: 40
Send a message via MSN to GorGonDo
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:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-14-2003, 03:41 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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



All times are GMT -5. The time now is 10:20 AM.


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