Another Question For An HTML Genius, or There Abouts...
On Par
(912 posts)
Send PM |
Profile |
Ignore
|
Tue Aug-09-05 08:58 PM
Original message |
Another Question For An HTML Genius, or There Abouts... |
|
If I have two pictues side by side, I can get a small separation by adding </a>, but what do I need to do to get greater separation?
Here's an example... <center><img src="bush_1.jpg"></a> <img src="bush_2.jpg"></center> <BR>
So how can I increase the distance between the two pics?
Thanks in advance.
|
DS1
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Aug-09-05 08:59 PM
Response to Original message |
1. simplest way is to use non breaking spaces |
|
put this code between the </a> and the next image
& n b s p ;
take the spaces out of that, it's the equivalent of a space in html. repeat as necessary
|
HeeBGBz
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Aug-09-05 09:02 PM
Response to Original message |
|
Edited on Tue Aug-09-05 09:05 PM by HeeBGBz
Add this code between your pix & n b s p ; without the spaces between the characters. I had to put spaces because it wasn't showing up on here.
</a> is strictly an end code to a link which really has nothing to do with spaces.
|
The Traveler
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Aug-09-05 09:03 PM
Response to Original message |
|
with border set to 0. Play around with it. Something like
<table border=0 cellpadding=5> <tr> <td> <img ... your first image tag> </td> <td> <img ... you second image tag> </td> </tr> </table>
|
On Par
(912 posts)
Send PM |
Profile |
Ignore
|
Tue Aug-09-05 09:07 PM
Response to Reply #3 |
4. You Are All So Brilliant ! Many Thanks. Got it! |
|
Edited on Tue Aug-09-05 09:09 PM by On Par
I am but Grasshopper !
|
The Traveler
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Aug-09-05 09:12 PM
Response to Reply #4 |
|
Yer welcome.Let me know how it works out. :)
|
sendero
(1000+ posts)
Send PM |
Profile |
Ignore
|
Tue Aug-09-05 09:18 PM
Response to Original message |
|
.... cool way is to put the whole page in a <TABLE> and then you can do pretty much whatever you want (although you may have to have numerous sub-TABLES to really go to town :))
|
DU
AdBot (1000+ posts) |
Thu Dec 26th 2024, 02:11 PM
Response to Original message |
Powered by DCForum+ Version 1.1 Copyright 1997-2002 DCScripts.com
Software has been extensively modified by the DU administrators
Important Notices: By participating on this discussion
board, visitors agree to abide by the rules outlined on our Rules
page. Messages posted on the Democratic Underground Discussion Forums are the
opinions of the individuals who post them, and do not necessarily represent
the opinions of Democratic Underground, LLC.