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.
|
|
|
|
|
![]() |
||
[SOLVED] image
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
[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
|
|||
|
|||
|
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
|
||||
|
||||
|
<?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
|
||||
|
||||
|
ok replace the
|
![]() |
| Tags |
| image |
| Thread Tools | |
|
|
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 |