Help - Search - Members - Calendar
Full Version: Image And Text Issue
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
dtechlord
How do I get a space between the text and image????

I can not figure it out??

NEED HELP hunter.gif
dtechlord
ALSO HOW DO I FIX THIS BECAUSE THIS IS A SWEET TEMPLATE AND ID LIKE TO USE IT FOR MY CLAN
MrTouz
For the first template : suggestion :

put the image and the picture on a table which will separate both :

CODE
<table width="100%">
<tr>
<td valign="top">
<img src="images/yourimage.jpg">
</td>
<td valign="top">
Your text over here
</td>
</tr>
</table>


Or insert
CODE
&nbsp;
which is a "space"

______

For the second template i suggest you to past the code, founding a coding error from a picture is kind of difficult, we can not know if you used tables, divs, or anything else to code the site.
nashultz07
#1

If you are using the hard coding part of the design of this, add an alignment to the image code:

i.e. (add the red part)

[code]<img src="image.jpg" ... align="left">

#2

Go into the coding of the template and either change the table width (if tables are being used) or change the css width of the section that is referenced for the main content.

Hope this helps!

Thanks,
Nathon
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.