[SOLVED] image

This is a discussion on "[SOLVED] image" within the Web Page Design section. This forum, and the thread "[SOLVED] image are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 2nd, 2004, 19:31
Anonymous User
Guest
Posts: n/a
[SOLVED] image

i think this is the newbiest question of all the newbies question but i ll give it a try.

i want 2 rectangle pictures right next to each other. So you don't see a white line.
i tried it with lots of tags things but they won't stick together.
if someone could help me i 'll be very pleased.

Rik

  #2 (permalink)  
Old Nov 3rd, 2004, 06:24
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
It could be a couple things, could you post a sample page for us? But for one thing make sure the image tags are on the same line of code and have no spaces between them.
  #3 (permalink)  
Old Nov 6th, 2004, 14:15
Anonymous User
Guest
Posts: n/a
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



<html xmlns="http://www.w3.org/1999/xhtml">

<head><title>Tabel</title></head>
<body>
<basefont face="Arial" />
<table border="0">
<tr>
<td><image src="fond.jpg" /><td>
<td><image src="fond.jpg" /></td>
</tr>
</table>

<h2 align="center">De sancties inzake rijden onder invloed werden gewijzigd.</h2>


</body>
</html>
  #4 (permalink)  
Old Nov 6th, 2004, 19:41
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
ok replace the
Code: Select all
<table border="0">
with
Code: Select all
<table cellspacing="0" cellpadding="0" border="0">
That should work!
Closed Thread

Tags
image

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] how do i put an image using asp.net with VB hk33 ASP.NET Forum 5 Jan 3rd, 2008 18:51
[SOLVED] JS Image viewer Graisbeck JavaScript Forum 5 Jan 2nd, 2008 01:47
[SOLVED] CSS image gallery Graisbeck Web Page Design 6 Dec 18th, 2007 08:07
[SOLVED] multiple image rollover not restoring image snappy JavaScript Forum 4 Nov 5th, 2007 14:38
[SOLVED] image behind sub nav bar acrikey Web Page Design 28 Oct 31st, 2007 10:09


All times are GMT. The time now is 10:28.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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 32 33 34 35 36 37 38 39 40 41 42 43