|
Post by tunescool on Aug 31, 2009 0:10:07 GMT -8
can you center the text with the box? theres no way to put it under the posting area, without any name?
|
|
|
Post by Wormopolis on Aug 31, 2009 0:21:58 GMT -8
so you just want 5 checkboxes sitting under the posting area without any label to what they are?
|
|
|
Post by tunescool on Aug 31, 2009 0:51:56 GMT -8
well i wanted it options, but you said the cell they are in has the id options. and it threw me off
so if it can have a name in a cell that looks like everything else, name it options or if you can think of anything else that would be more proper. they arent really options, i just can never concentrate and think of anything i want. another reason im never really personable or say much.
i meant center the text with the boxes, not center the all the boxes in the cell
|
|
|
Post by Wormopolis on Aug 31, 2009 6:47:50 GMT -8
well you cant rename the checkboxes or it defies TOS. I vertically aligned the labels to the checkboxes. I aligned everything center, even though you said you didnt want that. I thought it looked better. its easy to take it out though.
does that look right?
|
|
|
Post by tunescool on Aug 31, 2009 10:20:35 GMT -8
yea but there isnt any way to get it in that cell with the line? if not id rather have it centered. but the admin page aligned rite
|
|
|
Post by Wormopolis on Aug 31, 2009 17:32:37 GMT -8
yea but there isnt any way to get it in that cell with the line? if not id rather have it centered. but the admin page aligned rite are you looking for something like: Options | checkbox checkbox checkbox |
|
|
|
Post by tunescool on Aug 31, 2009 18:43:08 GMT -8
thats what my original request was
|
|
|
Post by Wormopolis on Aug 31, 2009 18:59:58 GMT -8
for admin id like bookmarks and so on rite next to each other on the same cell as long as whatever fits. the next options in another cell for each option id like it to say bookmark, disable smileys, lock, sticky, announcement for members id like it to say bookmark and disable smilies it wasnt very descriptive from that though. pictures help this process go faster.
|
|
|
Post by Wormopolis on Aug 31, 2009 19:15:11 GMT -8
That should be it...
|
|
|
Post by tunescool on Aug 31, 2009 19:30:31 GMT -8
|
|
|
Post by Wormopolis on Aug 31, 2009 21:24:44 GMT -8
yeah.. that is how it should look... does it not?
|
|
|
Post by tunescool on Aug 31, 2009 21:43:30 GMT -8
|
|
|
Post by Wormopolis on Aug 31, 2009 22:15:12 GMT -8
no I meant when you reply in THIS thread.. do you see the checkboxes how they are?
|
|
|
Post by Wormopolis on Aug 31, 2009 22:15:27 GMT -8
test
|
|
|
Post by Wormopolis on Aug 31, 2009 22:19:49 GMT -8
<script type="text/javascript"> <!-- // posting page checkboxes merge // by Wormopolis
if (document.postForm) {
placehold=document.postForm.counter.parentNode.parentNode; nwrw=placehold.parentNode.insertRow(placehold.rowIndex+1); var nwcl=nwrw.insertCell(0); nwcl.appendChild(document.createElement('font')); nwcl.firstChild.size=2; nwcl.className="windowbg2"; nwcl.firstChild.appendChild(document.createTextNode('Options:')); nwcl=nwrw.insertCell(-1); nwcl.id="options"; nwcl.className="windowbg2"; spacer=document.createTextNode(" ");
function comp(vict) { vict.style.verticalAlign="middle"; cls=vict.parentNode; nwcl.appendChild(cls.firstChild); cls.parentNode.firstChild.innerHTML=cls.parentNode.firstChild.innerHTML.replace(/\:/,''); nwcl.appendChild(cls.parentNode.firstChild.firstChild); nwcl.appendChild(spacer.cloneNode(true)); cls.parentNode.style.display="none"; }
if (document.postForm.notify) comp(document.postForm.notify); if (document.postForm.nosmiles) comp(document.postForm.nosmiles); if (document.postForm.lock) comp(document.postForm.lock); if (document.postForm.sticky) comp(document.postForm.sticky); if (document.postForm.announcements) comp(document.postForm.announcements);
} // --> </script>
|
|