Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~2K People Reached
About Me

Dedicated to the world of Information Technology

Favorite Forums

9 Posted Topics

Member Avatar for newbie14

try this: [CODE] <style type="text/css"> div.newline{ left:10px right:10px top:10px bottom:10px float:left } div.droppable{/*you can use this one if you are not satisfied with the margin.*/ left:10px right:10px top:10px bottom:10px float:left } span.prop { width:270px; text-align:center; } </style> <body> <div class="newline"> <p><span> <img class="draggable" src="http://183.78.169.53/tyre2/tyre2.png" width="30" height="56" > </span> <img src="http://183.78.169.53/tyre2/longJoinAxle.png" …

Member Avatar for Arkinder
0
139
Member Avatar for newbie14

your t-join has white space, see this: [CODE] <style type=text/css> .imgpos { position: absolute; top: 50px; left: 150px; } </style> </head> <body width="auto"> <span class="imgpos"> <img src="http://183.78.169.53/tyre2/tyre2.png" width="30" height="56" ><img src="http://183.78.169.53/tyre2/longJoinAxle.png" border="0" ><img src="http://183.78.169.53/tyre2/tyre2.png" width="30" height="56" ></span> </body> </html> [/CODE]

Member Avatar for newbie14
0
116
Member Avatar for emulman

try this: [CODE] <body> <div id="container"> <div class="erba" style="height:20%;"></div> <div class="cordolo" style="height:20%;"></div> <div id="asfalto" style="height:20%;"> </div> <div class="cordolo" style="height:20%;"></div> <div class="erba" style="height:20%;"></div> </div> </body> </html> [/CODE] that ought to get you further down the line...

Member Avatar for Skorpio07
0
153
Member Avatar for Julietta

so post your code so we can look at it. you might need to also do the following: change this <link rel="stylesheet" type="text/css" href="mystyle.css" /> to this <link rel="stylesheet" type="text/css" href="../mystyle.css" />

Member Avatar for Julietta
0
189
Member Avatar for jamojo

well i think that this is just a css thing so try this: create a css statement like this... div.quarter { min-width:175px; } then apply that css to the div that surrounds the (surname-placeofbirth) and (sex-bloodtype) and (text-text) and (no-no). then save and test. you might have to change the …

Member Avatar for Skorpio07
0
145
Member Avatar for wilko1995

please post the rest of your html code (ie the body stuff), need that to reproduce your exact error

Member Avatar for Skorpio07
0
206
Member Avatar for diakonos1023

please make the following adjustments: in the CSS section, do this; 1) all background (stitching?) definitions are really in the format of background-image:url('image.jpg') make sure to single quote the image itself, you were sloppy about this, SEE HERE FOR DETAILS [url]http://www.w3schools.com/css/css_background.asp[/url] 2) repeat-y is not a valid definition, format as …

Member Avatar for Skorpio07
0
218
Member Avatar for alaa sam

how about this: [CODE] <style type=text/css> .imgpos { position: absolute; top: 50px; left: 150px; } </style> </head> <body width="auto"> <span class="imgpos"> <img src="../networking.png"> </span> </body> </html> [/CODE]

Member Avatar for alaa sam
0
80
Member Avatar for Behseini

i think maybe he was looking for this: [CODE] <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>3dD Div</title> <style type="text/css"> .container { background-color: #333333; height: 120px; width: 270px; border: thin double #191919; position: relative; } .bigbody { background-color:#; text-align: center; margin-top:25%; …

Member Avatar for Skorpio07
0
398

The End.