Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Bidding Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-05-2007, 10:10 PM   #1 (permalink)
Contributing Member
 
Join Date: 06-09-04
Posts: 349
iTrader: 0 / 0%
Latest Blog:
None

devilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nice
Help me use CSS more!

I used to sell an ebook, but decided to just make the content free. I am in the process of moving all the info to the website. Anyways...

The URL is www.wholesalechecklist.com, but the particular page I want you to review is http://www.wholesalechecklist.com/asseenontv.html . I am specifically talking about the actual list of sites. I want to use more CSS like I do throughout my entire site. Suggestions?
devilzfan300 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-06-2007, 03:01 PM   #2 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
What would you like the CSS to do?
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-06-2007, 04:01 PM   #3 (permalink)
Contributing Member
 
Join Date: 06-09-04
Posts: 349
iTrader: 0 / 0%
Latest Blog:
None

devilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nice
I want the font of the actual descriptions to be bigger

I wasnt sure if the bold tag was appropriate for this type of thing. I wanted to use another header tag, but then after the tag it automatically started a new line when I didnt want that to happen.

Or is how it is now fine?
devilzfan300 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-06-2007, 04:17 PM   #4 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
It looks okay to me, but then I'm a technician, not a designer.

You could try using the SPAN element:
Code:
<span style="font-weight:bold;font-size:20px">Actual description...</span>
Any of the Hx elements (i.e. <h3>) will break the line when you close it. The above attributes (bold, 20px) simulate an H3 without breaking the line at the end.

Here's a little code you can use to experiment and find alternative specs for the other Hx elements:
Code:
<span style="font-weight:bold;font-size:20px">EEEEEEE</span> <h3>EEEEEEE</h3>
Just save it as a text file and load it into your browser to view the similarities/differences between the look of the Hx element and the style instructions. There are differences, however you may find them to be negligible.
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-09-2007, 05:08 AM   #5 (permalink)
v7n Mentor
 
StrongInTheArm's Avatar
 
Join Date: 04-24-07
Location: Mare Tranquillitatis (The Sea of Tranquillity)
Posts: 5,157
iTrader: 0 / 0%
Latest Blog:
None

StrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest orderStrongInTheArm is a web professional of the highest order
In asseenontv.html change line 108: <h1>As Seen on TV</h1> to

<h1 class="mainheader">As Seen on TV</h1>

then in main.css add the following under the 'h1' definition but before the 'h2' of the Hx attributes:


h1.mainheader {
font-size: 32px;
color: red;
}


You have a vast array of attributes you can change and set, its impossible to give you all you need cos you haven't said what you want.

I suggest you get a CSS editor, e.g. TopStyle Lite is what I use (free), and Visit WC3 and work through their basic tutorials on CSS. That will get you started.
__________________
(:(:(:(:(:(:(::):):):):):):):)
StrongInTheArm is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-11-2007, 11:14 PM   #6 (permalink)
Inactive
 
Join Date: 05-06-07
Posts: 85
iTrader: 0 / 0%
Latest Blog:
None

alainkun is a jewel in the roughalainkun is a jewel in the roughalainkun is a jewel in the roughalainkun is a jewel in the roughalainkun is a jewel in the roughalainkun is a jewel in the roughalainkun is a jewel in the rough
Send a message via MSN to alainkun
I can see description text correctly. Do you want do something more with CSS?
alainkun is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 11:21 AM.
© Copyright 2008 V7 Inc