![]() |
|
|
#1 |
|
"Mike"
Aug 2002
200408 Posts |
Using Safari on IOS, the forum homepage header is sized wrong compared to the main body. What parameter in the HTML/CSS do we need to tweak to fix this?
|
|
|
|
|
|
#2 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
Code:
<div align="center"> <div class="page" style="width:100%; text-align:left"> <div style="padding:0px 25px 0px 25px" align="left"> Last fiddled with by paulunderwood on 2020-02-19 at 15:08 |
|
|
|
|
|
|
#3 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
Code:
<!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> Code:
<!-- nav buttons bar --> <div class="tborder" style="padding:1px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> (This is all speculation and difficult for me to test.) Alternatively, <div class="tborder" might not need this class. Last fiddled with by paulunderwood on 2020-02-20 at 11:15 |
|
|
|
|
|
|
#4 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
Last fiddled with by paulunderwood on 2020-02-21 at 18:16 |
|
|
|
|
|
|
#5 |
|
"Mike"
Aug 2002
25·257 Posts |
The forum generates pages dynamically. We are having a difficult time figuring out which template is generating the output we need to alter.
Maybe it isn't worth the effort?
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML validator dislikes PrimeNet | Random Poster | PrimeNet | 0 | 2009-03-30 20:41 |
| Script that searches HTML and displays HTML effect | jasong | Linux | 3 | 2007-10-22 02:34 |
| HTML Table challenge | JuanTutors | Puzzles | 3 | 2006-08-14 21:40 |