julia
12-27-2006, 03:06 AM
I installed this hack, now i am trying to modify it, and the html code will not work.
![]() |
Left Column Hackjulia 12-27-2006, 03:06 AM I installed this hack, now i am trying to modify it, and the html code will not work. Peggy 12-27-2006, 08:46 AM Which site did you install it at julia? julia 12-27-2006, 03:15 PM I did it on my test vb, it has vb skin, it is 3.6.0, i don't understand why i have this problem. Peggy 12-27-2006, 03:17 PM I can't help you on the test vB unless you give me acp access Peggy 12-27-2006, 04:32 PM Ok Julia I fixed it for you. Just a note to all who may install the side column hack... inside the cells, use regular html code for links and images. julia 12-27-2006, 04:40 PM Thank you Peggy, I am going to practice. Where can i learn more about regular html code, the only one i know was the one i used at first. julia 12-27-2006, 05:01 PM ok, i know that i need to put <td align="center'' if i want the content inside the column centered, but where exactly do i put it, i mean after which td or tr? Peggy 12-27-2006, 05:14 PM no, you're not going to use <td align="center" Not with this mod. Here is an example for you to follow... this is just one section of my side column on this site: <tr> <td class="alt1"> <div align="center"><a href="<A href="http://www.talkvbulletin.com/">Talk">http://www.talkvbulletin.com/">Talk vBulletin</a></div> </td> </tr> <tr> <td class="alt2"> <div align="center"><a href="<A href="http://forum.vbulletinsetup.com/">vBulletin">http://forum.vbulletinsetup.com/">vBulletin Setup</a></div> </td> </tr> <tr> <td class="alt2"> <div align="center"><a href="<A href="http://www.cpurigs.com/forums/forumdisplay.php?f=32">vBPicGallery</a></div">http://www.cpurigs.com/forums/forumdisplay.php?f=32">vBPicGallery</a></div> </td> </tr> this code: <tr> <td class="alt2"> <div align="center"> starts a new section. and this code </td> </tr> closes it. all of your content for that section goes between that. If you want the content centered then this: <div align="center"> goes inside the <tr> <td class="alt2"> So your code would be, for instance: <tr> <td class="alt2"> <div align="center"> CONTENT HERE </td> </tr> Understand? julia 12-27-2006, 05:31 PM Yes, Peggy, i understand now, visual aid helps, i need to go try now. Thank you. Peggy 12-27-2006, 05:33 PM WOW you're fast! It took me a while to figure it out, lol. You're very welcome! If you have anymore questions, don't hesitate to ask please. Helping is what I'm here for ;) julia 12-27-2006, 06:17 PM I did it, I did it, i did it! I like this hack, it's easy. Peggy 12-27-2006, 06:24 PM yaaayyyy good for you!!! :D julia 12-27-2006, 06:33 PM Peggy, do you think i can do the same thing , i mean the boxes, with your style, i was only trying to do it on the vb skin. Peggy 12-27-2006, 06:40 PM yes. the side hack will work with any of my styles rolfw 02-16-2007, 04:19 PM Just put the sidebar on thamesvalleybirds.co.uk using Country Comfort and it looks good. Will ultimately put some advertising content in a couple of the boxes, but that will be a while yet. :) julia 02-16-2007, 06:08 PM yes i saw it yesterday, i like this hack. Peggy 02-16-2007, 07:32 PM it's very versatile, you can do so much with it. |