Author Topic: How to change the whole size?  (Read 5179 times)

0 Members and 1 Guest are viewing this topic.

Offline dedvendies

  • Newbie
  • *
  • Posts: 10
    • View Profile
How to change the whole size?
« on: October 16, 2006, 04:30:27 PM »
Hi at the minute the whole gallery is in a square in the middle of the screen, how do I set how wide it is?

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: How to change the whole size?
« Reply #1 on: October 16, 2006, 04:42:14 PM »
3 Threads for 3 Questions?  8O

Please try the search:
http://www.4homepages.de/forum/index.php?action=search;advanced

Offline dedvendies

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: How to change the whole size?
« Reply #2 on: October 16, 2006, 07:00:23 PM »
Sorry yes a bit excited there, I've tried searching but couldn't find the answer that's why i though I'd post.

I can change the hyper link text colour, but I can't find where to alter the main text everywhere else that's sort of blue at the minute.

Appologies if I've over looked this information elsewhere on the site.

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: How to change the whole size?
« Reply #3 on: October 16, 2006, 07:06:20 PM »
Sorry but that is basic HTML/CSS knowledge...

And with the search you will find anything you need to customize your Templates...

Offline dedvendies

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: How to change the whole size?
« Reply #4 on: October 17, 2006, 12:38:13 AM »
Okay that's fair enough, I am a beginner it is "basic HTML/CSS knowledge..."  where should I go to discuss this stuff and learn?

I don't even know what the terms are for what I want to search for so I'm at a bit of a dead end, thus why I posted I've tried:

customise main font
global font text
"change main font"
change template font

and as far as the width goes my seraches don't yield anything close to what I want to change.

I've already followed this:
http://www.4homepages.de/forum/index.php?topic=5702.0
and used the search to answer most of my questions, I'm just a little stuck at the minute and thought that was what the forum was for.

If you could tell me what I want to search for that would be helpful. If my questions are too dumb I'd be more than happy to be diverted to the dumb forum :)

Offline dedvendies

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: How to change the whole size?
« Reply #5 on: October 17, 2006, 10:58:10 AM »
So I found in style.css that this part determines the general font specifications. So if anyone else comes across this message in search, here's your answer!

ul, li, p, td {
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;

Just got to fiond the width thing now :)