|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding | |
Making bullets in a table trouble
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
PC Gamer
![]() |
Everytime I make bullets inside a table the font changes. I do have a class set for the table, why do the text that become bulleted change font. Here is an example of one..
Code:
<table class="table1" cellpadding="5" cellspacing="1"><tr><td>We offer shipping WORLDWIDE via Canada Post and UPS. Shipping costs will be paid by the buyer, and will be added to the invoice during checkout.</td></tr><tr><td> <ul> <li>Shipping insurance is optional <li>Delivery times are in business days <li>Shipping rates also include handling and are non-negotiable <li>Delivery times does not include customs delays or stat-holidays <li>We are not liable for any customs-related charges that your country may impose <li>Please allow up to 1-2 days after payment is received for your order to be processed before shipment </li></ul> </td></tr></table> |
|
|
|
|
|
#2 (permalink) | |||||||||||
|
Overclocker in Training
![]() |
I inputted that code into notepad, and saved as .html, checked it, and the font stayed the same for me.
Try putting <font face="Times New Roman"> ( above where it says <table class etc etc ) to the start of the code, and </font> at the bottom. (below everything)
__________________
Still use Socket A? join the club
AUSSIE OVERCLOCKERS CLUB![]() Call Of Duty 4: MW....Internode #20 [FFA,HC]
|
|||||||||||
|
|
|
|
|
#3 (permalink) | |
|
PC Gamer
![]() |
Quote:
Code:
.table1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; width:100%; }
|
|
|
|
|
|
|
#4 (permalink) | |||||||||||
|
Overclocker in Training
![]() |
Ok, Sorry to ignore your last post, but its been so long since I used html coding, and I dont ever remember making a reference table
...I tried this: <table class="table1" cellpadding="5" cellspacing="1"><tr><td>We offer shipping WORLDWIDE via Canada Post and UPS. Shipping costs will be paid by the buyer, and will be added to the invoice during checkout.</td></tr><tr><td> <ul> <font face="Comic Sans MS"> <li>Shipping insurance is optional <li>Delivery times are in business days <li>Shipping rates also include handling and are non-negotiable <li>Delivery times does not include customs delays or stat-holidays <li>We are not liable for any customs-related charges that your country may impose <li>Please allow up to 1-2 days after payment is received for your order to be processed before shipment </li></ul> </td></tr></table> </font> and it worked fine. (bold is simply what i added, dont make them bold) Try putting in different fonts where it says comic sans ms, see if that helps ya basically that will tell that string of code to be that specific font. IIRC.
__________________
Still use Socket A? join the club
AUSSIE OVERCLOCKERS CLUB![]() Call Of Duty 4: MW....Internode #20 [FFA,HC]
Last edited by Unl33t : 08-12-07 at 08:00 PM |
|||||||||||
|
|
|
|
|
#6 (permalink) | ||||||||||||
|
Overclocker in Training
![]() |
Quote:
Wow, im so out of touch, i have forgotton most of this. I think someone else might be better off helping you sorry man
__________________
Still use Socket A? join the club
AUSSIE OVERCLOCKERS CLUB![]() Call Of Duty 4: MW....Internode #20 [FFA,HC]
|
||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|