Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by hdw632
at 2024-12-01 18:16:47
Point:500 Replies:5 POST_ID:828862USER_ID:11774
Topic:
WordPress;;Hypertext Markup Language (HTML)
On this page there is a LOT of space in the tables and in between tables. Anyone know what is causing this? I am using wordpress with the thesis framework. Thanks!
Author: hdw632 replied at 2024-12-01 19:40:26
Awesome, Thanks!
Expert: Jason C. Levine replied at 2024-12-01 18:41:45
A post with links proffered as answers without explanation or context has been deleted. Please repost if you can add information that explains what the links are and how the information will solve the problem.
Accepted Solution
Expert: Scott Fell (padas) replied at 2024-12-01 18:38:00
500 points EXCELLENT
The spacing is not so bad except for the
Your h2 tags have the following css where you can take down the margin and line-hight. Just edit the css file.
Your h2 tags have the following css where you can take down the margin and line-hight. Just edit the css file.
.grt h2 {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 18px;line-height: 32px;margin-top: 41px;margin-bottom: 14px;} 1:2:3:4:5:6:7:
While your at it, change the line height of the h1 tag because when, "2 WEEK ACCEL. BROKER COURSE" wraps it overlaps.
Lastly, I would change
to below by adding a margin-top so the columns are not butt up against the bottom of the paragraph above.
media="all".column {float: left;"margin-right: 5%;"width: 100%;"margin-top: 20px;"} 1:2:3:4:5:6:7:
Expert: duncanb7 replied at 2024-12-01 18:37:27
You mean you tried those method before and not working at all ?
Or I am not understanding your question ?
Please advise
Duncan
Or I am not understanding your question ?
Please advise
Duncan
Author: hdw632 replied at 2024-12-01 18:34:50
That doesn't seem to have fixed the problem...