The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Strange image position problem.
When this page is first loaded, the images seems to be out of position compared to the 'click here' part until you select the article. http://www.os-db.net/content.php?392-testing-area and the code for the article, which I'm sure could do with amending!! <div style="float: left;"TITLE="Your text description"> ![]() <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div style="float: left;" TITLE="Your text description"> Maybe I'm not using the div tag to display it correctly |
#2
|
||||
|
||||
![]()
You really need to put code between [CODE] and [/CODE] or [HTML] and [/HTML] BB Codes... I can't make heads or tails of what you posted above... I see some broken tags like
Code:
style="float:left;"> |
#3
|
|||
|
|||
![]()
Sorry, not the best example. Thing is, I'm putting lots of div and /div to force the next images under the top image, is there a simpler way?
|
#4
|
||||
|
||||
![]() Quote:
first off remove about 9000 of those <div>'s (kidding ![]() ![]() Code:
<div style="margin-top:10px;margin-bottom:10px;"> Img code here etc </div> ![]() OR Code:
<div style="margin-bottom:20px;"> Img code here etc </div> Code:
<div style="padding:10px;"> Img code here etc </div> You can simply add in some <br />'s to accomplish the same thing but it's better to use some defining attributes so it's a near perfect match in all browsers ![]() Code:
<div style="margin-top:10px;margin-bottom:10px;"> Img code here etc plus these breaks after the code and before the ending div <br /><br /></div> ![]() http://www.w3schools.com/css/default.asp |
#5
|
|||
|
|||
![]()
Thanks very much for the help, it was the br that I was trying to recall.
Incidentally, why do the images show out of alignment in the section showing the article, but click on the article and the images are fine http://www.os-db.net/content.php?391-test-area |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|