I would like to set a specific layout for my divs. These divs contain summaries (texts with a length of about 500 characters), and I would like that after the text at the bottom edge of my mailboxes there would be a line with the inscription "Link to additional information: link".
Here you can understand what I mean:
Here is some text blablablablablablablab lablablablablablablablablablablabla gfff further e blablablablablablablablablablablablabla blablablablablablablablablablablablabla further e FFFF blablablablablablablablablablab lablablablablablablablablablablablablablablablablab further lablablablablablablablablablablablablab lablablablablablablablablabla blablablablablabla blablablablablabla blablablablablablablabla blablablablablablablabla blablablablablablablabla
Link to additional information here : *link*.
I want the last line to be centered. My layout uses percentage, so I cannot use absolute positioning. It should be able to move if the window is resized.
Here is the css div
CSS
float: left;
width: 91.5%;
min-width: 825px;
height: 120px;
text-align: left;
z-index: 1;
border:solid 1px #19365D;
background-image:url('images/NiceBackgroundDude.png');
background-repeat:repeat-x;
margin-left:3.7%;
margin-right:3.7%;
padding-left:0.5%;
padding-right:0.5%;
EDIT: , Divs DOM ( ), XML. , -,
"<div class="summarydiv"> summary from xml</div>
<br>
"<div class="centerlink">link line and link from xml</div>"