Forum Replies Created
-
AuthorPosts
-
Thanks very much!
SteveThanks very much! :)
Hi Yigit,
Don’t worry about it. I fixed the services table by using inline CSS:
`<table style=”background-color: rgba(255, 255, 255, 0.5)!important;”>’Hi Yigit,
I applied this code, but it only affected the first section (#aboutus), not the second (#services).
Any ideas?
Thanks,
SteveHi Rikard,
I was hoping to get the whole thing on a backdrop. No worries, though – I’ve realized that I can build a table and insert the icons individually, which achieves what I was looking for (but unfortunately, this eliminates the cool animation).
If you have an idea to encapsulate the entire icon list, I’d love to hear it – but otherwise, I’ll just stick to my workaround.
Thanks,
SteveHi Vinay, that worked brilliantly – thank you!
One thing – could you please also include the code that will allow me to change the font size of the tab contents?
Thanks!Ah, right. Link attached – thanks for your help!
Hi Andy,
No worries at all – the anchor tags were a workaround because I couldn’t get the menu linking to the Section IDs. Turns out it’s because the links are case sensitive, and I didn’t even think to check that. Thanks anyway! :)Oh man – what a rookie mistake. Thanks Yigit!
I’m going to chime in here as well – I’ve followed the instructions found at the link you’ve provided, Ismael, but the menu items just don’t work. Any theories?
I had the same challenge JLAM8.
There may be a more elegant solution, but I switched to the text editor within the tab, then added the following HTML:<table cellpadding="0"> <tbody> <tr> <td width="335"> A bunch of content in the first column goes here </td> <td width="335"> A bunch of content for the second column goes here </td> </tr> </tbody> </table>
Feel free to see the end result at http://www.qacentric.com/NewSite/Services/
- This reply was modified 8 years, 6 months ago by BlueprintECM.
-
AuthorPosts