Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, July 12, 2013 6:18 AM
Hi Everyone,
I had created Wiki page with three column layout text in sharepoint designer 2010 and first column contain Left Nag Menu, second and third colulmn contain web parts. I want to change second and thrid column width and I alreday tired on <td style="width:240px"><div class="ms-rte-layoutszone-inner"> that even though I changed width , there is no change on Site for that column width. pls thanks.
All replies (4)
Monday, July 15, 2013 7:02 AM âś…Answered
Hi,
I understand that you want to change wiki page text layout column width. As far as I know, after change the text layout for a wiki page to three column, the width for each td is set to 33.3% automatically.You can check the code in SharePoint designer. Remember to open the page in Advanced Mode before editing.
<table id="layoutsTable" style="width:100%"><tbody><tr style="vertical-align:top"><td style="width:33.3%"><div style="width:100%"><div>
Thanks,
Entan Ming
Entan Ming
TechNet Community Support
Friday, July 12, 2013 6:44 AM
Hello,
Did you try with % instead of px? If not then do so:
Let us know your result
Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
Please feel free to unmark answer if does not resolves your problem.
Friday, July 12, 2013 6:47 AM
I alredy tired on that post as you mentioned and tired on % instead of px.
Wednesday, March 29, 2017 7:23 PM
It doesn't work if you copy and paste a table directly into the wiki. You need to create a table using page editing.
Once you've created the table layout (columns & rows) go to Design and tick the column you want to edit.
Then go to Table Layout and adjust the width. This adjustment will apply to the column you chose in the Design screen.
Pamela