change font size..

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
im revamping the current videos section of my website
currently it is http://sentient.x10hosting.com/videos.html
the preview of the revamp is at http://sentient.x10hosting.com/videotest.html

as you can see, the text size in the table differs from my default css coded size of 7.5pt.. what tag or attribute can i use in the table to make the font appear the same as my css coded size?

also, the ad in videotest.html doesnt seem to work.. are the ads unable to be coded with tables in the same page? the ads on all my other pages work..
 
Last edited:

Anarchytekt

Member
Messages
34
Reaction score
0
Points
6
Try changing the td tag to this:
Code:
<td style="font-size: 7.5pt;">!Data!</td>
Change the font size to suit your need.
That should probably work. I don't know about the ads.
But I somehow seem to like your old layout better ;)
 

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
oh yay awesome
i didnt know that the attribute to td style would be 'font-size'

its fixed now! thank you!
admins/mods can close/lock
 

Vietkid58

Member
Messages
450
Reaction score
0
Points
16
the ads are down because they accidently deleted the folder containing it... the ads showuld be back up now... like ur new vid section btw
 
Top