Jump to content

Making the menu on the left of the page smaller?


Solarpitch

Recommended Posts

Hi,

 

I am currently looking to create a menu similar to the one at http://www.menupages.ie/ , the same as "popular areas"

 

Note how close together and small the text is. I havent been able to achieve this using table as it spaces each link in the menu too far apart. What why is this generally done?

 

Regards,

Gerard.

Yes you can,

 

you need to define a CSS

 

yourcssname{

font-family:Arial;                      // here font family (name)

font-size:11px;                        // here u specify your font size

font-weight:bold;

color:#C5035A;                      // here color

}

 

and use this in a <TD class="yourcssname">Your content</TD> where u keep your links

 

cheers...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.